1. 3954566 Silence gcc's -Wcomment by Filipe Cabecinhas · 11 years ago
  2. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  3. 1c4a478 Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC. by Aaron Ballman · 11 years ago
  4. 7f15ce0 Adding some trailing whitespace after a comment previously ending with \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings. by Aaron Ballman · 11 years ago
  5. 1b5fd3e Disable -Wcomment when building with GCC. by Evgeniy Stepanov · 11 years ago
  6. 312dddf [LCG] Add the last (and most complex) of the edge insertion mutation by Chandler Carruth · 11 years ago
  7. cc6e187 [LCG] Reorder the tests to be a bit more logical: inter-SCC mutation by Chandler Carruth · 11 years ago
  8. 7cc4ed8 [LCG] Add the other simple edge insertion API to the call graph. This by Chandler Carruth · 11 years ago
  9. 4b09674 [LCG] Add some basic methods for querying the parent/child relationships by Chandler Carruth · 11 years ago
  10. 5217c94 [LCG] Add the really, *really* boring edge insertion case: adding an by Chandler Carruth · 11 years ago
  11. 2c04b55 Fix multiline comment warning. by Evgeniy Stepanov · 11 years ago
  12. c5026b6 [LCG] Actually test the *basic* edge removal bits (IE, the non-SCC by Chandler Carruth · 11 years ago
  13. c00a7ff [LCG] Add the most basic of edge insertion to the lazy call graph. This by Chandler Carruth · 11 years ago
  14. 3f5f5fe [LCG] Make the return of the IntraSCC removal method actually match its by Chandler Carruth · 11 years ago
  15. aa839b2 [LCG] Re-organize the methods for mutating a call graph to make their by Chandler Carruth · 11 years ago
  16. ead50d3 [LCG] Re-order expectations to provide more useful output when debugging by Chandler Carruth · 11 years ago
  17. 944b9ac [LCG] Switch the SCC's parent iterators to be value iterators rather by Chandler Carruth · 11 years ago
  18. 6a4fee8 [LCG] Normalize the post-order SCC iterator to just iterate over the SCC by Chandler Carruth · 11 years ago
  19. bd5d308 [LCG] Switch the primary node iterator to be a *much* more normal C++ by Chandler Carruth · 11 years ago
  20. a10e240 [LCG] Switch the SCC lookup to be in terms of call graph nodes rather by Chandler Carruth · 11 years ago
  21. 9302fbf [LCG] Add the first round of mutation support to the lazy call graph. by Chandler Carruth · 11 years ago
  22. cace662 [LCG] Implement Tarjan's algorithm correctly this time. We have to walk by Chandler Carruth · 11 years ago
  23. c7bad9a [LCG] Add a unittest for the LazyCallGraph. I had a weak moment and by Chandler Carruth · 11 years ago