Modernize the .ll parsing interface.
[oota-llvm.git] / unittests / Analysis / LazyCallGraphTest.cpp
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-06-27 Aaron BallmanReverting r211950 -- it did not help resolve the -Wcomm...
2014-06-27 Aaron BallmanAdding some trailing whitespace after a comment previou...
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-04 Chandler Carruth[LCG] Reorder the tests to be a bit more logical: inter...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-24 Chandler Carruth[LCG] Re-order expectations to provide more useful...
2014-04-24 Chandler Carruth[LCG] Switch the SCC's parent iterators to be value...
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...