1. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  2. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  3. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  4. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  5. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  6. 4f8f307 [PM] Split the LoopInfo object apart from the legacy pass, creating by Chandler Carruth · 11 years ago
  7. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  8. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  9. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  10. 8394857 [Modules] Move InstIterator out of the Support library, where it had no by Chandler Carruth · 12 years ago
  11. 3c29c07 Make succ_iterator a real random access iterator and clean up a couple of users. by Benjamin Kramer · 12 years ago
  12. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  13. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  14. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  15. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  16. 8d2e86d Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking by Nick Lewycky · 12 years ago
  17. 0b68245 Reimplement isPotentiallyReachable to make nocapture deduction much stronger. by Nick Lewycky · 12 years ago