1. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  2. 77a1dcd [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  3. affd128 [LCG] Switch one of the update methods for the LazyCallGraph to support by Chandler Carruth · 8 years ago
  4. ed50411 [PM/LCG] Teach the LazyCallGraph to maintain reference edges from every by Chandler Carruth · 8 years ago
  5. fe40a5a [PM] Fix a nasty bug in the new PM where we failed to properly by Chandler Carruth · 8 years ago
  6. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  7. 6665df9 Fix signed/unsigned comparison warnings by Simon Pilgrim · 8 years ago
  8. cfe129b [PM/LCG] Teach LCG to support spurious reference edges. by Chandler Carruth · 9 years ago
  9. 396f720 [PM/LCG] Teach the LazyCallGraph how to replace a function without by Chandler Carruth · 9 years ago
  10. 3a190c3 [PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph during by Chandler Carruth · 9 years ago
  11. 6fbb41e [PM] Teach the CGSCC's CG update utility to more carefully invalidate by Chandler Carruth · 9 years ago
  12. 3ab88a9 [LCG] Teach the ref edge removal to handle a ref edge that is trivial by Chandler Carruth · 9 years ago
  13. 3f4d13d [LCG] Teach the LazyCallGraph to handle visiting the blockaddress by Chandler Carruth · 9 years ago
  14. 62cfc59 [LCG] Start using SCC relationship predicates in the unittest. by Chandler Carruth · 9 years ago
  15. 94162a4 [LCG] Add the necessary functionality to the LazyCallGraph to support inlining. by Chandler Carruth · 9 years ago
  16. 793f008 [LCG] Redesign the lazy post-order iteration mechanism for the by Chandler Carruth · 9 years ago
  17. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  18. a59e588 [LCG] Construct an actual call graph with call-edge SCCs nested inside by Chandler Carruth · 10 years ago
  19. d3ec736 [LCG] Build an edge abstraction for the LazyCallGraph and use it to by Chandler Carruth · 10 years ago
  20. 8ff1b98 Silence gcc's -Wcomment by Filipe Cabecinhas · 11 years ago
  21. 9b29ff9 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  22. fbab8b6 Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC. by Aaron Ballman · 11 years ago
  23. 704fa86 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
  24. 0e8c40d Disable -Wcomment when building with GCC. by Evgeniy Stepanov · 11 years ago
  25. febf86d [LCG] Add the last (and most complex) of the edge insertion mutation by Chandler Carruth · 11 years ago
  26. 57a38b8 [LCG] Reorder the tests to be a bit more logical: inter-SCC mutation by Chandler Carruth · 11 years ago
  27. 3ce8291 [LCG] Add the other simple edge insertion API to the call graph. This by Chandler Carruth · 11 years ago
  28. b8f4625 [LCG] Add some basic methods for querying the parent/child relationships by Chandler Carruth · 11 years ago
  29. 491f476 [LCG] Add the really, *really* boring edge insertion case: adding an by Chandler Carruth · 11 years ago
  30. 0a78097 Fix multiline comment warning. by Evgeniy Stepanov · 11 years ago
  31. 6253c04 [LCG] Actually test the *basic* edge removal bits (IE, the non-SCC by Chandler Carruth · 11 years ago
  32. db0b52c [LCG] Add the most basic of edge insertion to the lazy call graph. This by Chandler Carruth · 11 years ago
  33. e52aad4 [LCG] Make the return of the IntraSCC removal method actually match its by Chandler Carruth · 11 years ago
  34. e3a8e53 [LCG] Re-organize the methods for mutating a call graph to make their by Chandler Carruth · 11 years ago
  35. 9e9ec34 [LCG] Re-order expectations to provide more useful output when debugging by Chandler Carruth · 11 years ago
  36. 63ed439 [LCG] Switch the SCC's parent iterators to be value iterators rather by Chandler Carruth · 11 years ago
  37. 9f2150c [LCG] Normalize the post-order SCC iterator to just iterate over the SCC by Chandler Carruth · 11 years ago
  38. 306d5ba [LCG] Switch the primary node iterator to be a *much* more normal C++ by Chandler Carruth · 11 years ago
  39. 31d2477 [LCG] Switch the SCC lookup to be in terms of call graph nodes rather by Chandler Carruth · 11 years ago
  40. e42618b [LCG] Add the first round of mutation support to the lazy call graph. by Chandler Carruth · 11 years ago
  41. b961911 [LCG] Implement Tarjan's algorithm correctly this time. We have to walk by Chandler Carruth · 11 years ago
  42. 07c2241 [LCG] Add a unittest for the LazyCallGraph. I had a weak moment and by Chandler Carruth · 11 years ago