aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/LazyCallGraphTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-243/+251
2016-02-17[LCG] Construct an actual call graph with call-edge SCCs nested insideChandler Carruth1-204/+781
2016-02-02[LCG] Build an edge abstraction for the LazyCallGraph and use it toChandler Carruth1-31/+31
2014-10-22Silence gcc's -WcommentFilipe Cabecinhas1-15/+17
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-5/+3
2014-06-27Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...Aaron Ballman1-4/+4
2014-06-27Adding some trailing whitespace after a comment previously ending with \ to e...Aaron Ballman1-4/+4
2014-05-06Disable -Wcomment when building with GCC.Evgeniy Stepanov1-11/+11
2014-05-04[LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth1-0/+155
2014-05-04[LCG] Reorder the tests to be a bit more logical: inter-SCC mutationChandler Carruth1-53/+53
2014-05-01[LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth1-0/+53
2014-05-01[LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth1-0/+20
2014-04-30[LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth1-0/+46
2014-04-30Fix multiline comment warning.Evgeniy Stepanov1-11/+11
2014-04-30[LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth1-1/+11
2014-04-28[LCG] Add the most basic of edge insertion to the lazy call graph. ThisChandler Carruth1-0/+38
2014-04-28[LCG] Make the return of the IntraSCC removal method actually match itsChandler Carruth1-2/+5
2014-04-27[LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth1-3/+3
2014-04-24[LCG] Re-order expectations to provide more useful output when debuggingChandler Carruth1-4/+4
2014-04-24[LCG] Switch the SCC's parent iterators to be value iterators ratherChandler Carruth1-1/+1
2014-04-23[LCG] Normalize the post-order SCC iterator to just iterate over the SCCChandler Carruth1-24/+24
2014-04-23[LCG] Switch the primary node iterator to be a *much* more normal C++Chandler Carruth1-49/+49
2014-04-23[LCG] Switch the SCC lookup to be in terms of call graph nodes ratherChandler Carruth1-35/+35
2014-04-23[LCG] Add the first round of mutation support to the lazy call graph.Chandler Carruth1-0/+87
2014-04-23[LCG] Implement Tarjan's algorithm correctly this time. We have to walkChandler Carruth1-0/+57
2014-04-23[LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth1-0/+251