summaryrefslogtreecommitdiff
path: root/functiongraph.cpp
AgeCommit message (Collapse)Author
2018-03-23Add APIs for skipping analysis of functions that are too large, and ↵Rusty Wagner
overriding this behavior
2018-03-23Container Memory Reservations.Brian Potchik
2017-05-19update copyright yearJordan Wiens
2016-08-31Cache lines on API side to avoid UI hangs with large basic blocksRusty Wagner
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2015-07-15Compute data flow across blocks, disassembly options dropdownRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner
2015-03-21Add maximum symbol name length in graph viewRusty Wagner
2015-03-16Improved graph layout algorithm, add trivial edges until edge routing is writtenRusty Wagner
2015-03-03Fix crashes on file close when analysis is still runningRusty Wagner
2015-02-21Handle sizing and complete event for disassembly viewRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner