summaryrefslogtreecommitdiff
path: root/src/analysis/disass/loop.c
AgeCommit message (Expand)Author
2015-10-15Detected loops as introduced in the book "Compilers: Principles, Techniques, ...Cyrille Bagard
2015-10-07Introduced code coverages to reduce search time.Cyrille Bagard
2015-10-06Optimized loop detections using bit fields.Cyrille Bagard
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2015-04-16Fixed some bugs in the basic blocks building.Cyrille Bagard
2015-04-05Fixed various bugs in the graph layout.Cyrille Bagard
2015-04-04Detected loops in disassembled instructions once again.Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-08-13Fixed a bug: stop on return when searching for loops.Cyrille Bagard
2013-06-08Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.Cyrille Bagard
2013-02-24Fixed a bug in loops detection.Cyrille Bagard
2013-02-10Improved the disassembling process by handling loops in code.Cyrille Bagard