1. 0e973bc Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  2. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 7b500b4 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  4. 096faa9 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  5. eb38a2a [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  6. 7766e56 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  7. 1b11b07 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  8. f9bb6bc Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  9. ef350f2 Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
  10. a2df9c8 Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  11. c441cc0 Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  12. ba4c13c Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
  13. cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  14. cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  15. e56023a IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
  16. 7f89271 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 10 years ago
  17. 7f76d29 DebugInfo: Gut DIType and subclasses by Duncan P. N. Exon Smith · 10 years ago
  18. ed0e117 DebugInfo: Gut DICompileUnit and DIFile by Duncan P. N. Exon Smith · 10 years ago
  19. 125e3d3 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 10 years ago
  20. 355ec00 DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 10 years ago
  21. 573ca05 Transforms: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
  22. b056aa7 DebugInfo: Move new hierarchy into place by Duncan P. N. Exon Smith · 11 years ago
  23. 0864947 [C++11] Change DebugInfoFinder to use range-based loops by Alon Mishne · 11 years ago
  24. f4ec8bf [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 11 years ago
  25. c37e6c0 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 11 years ago
  26. 560e395 Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  27. bc65a8d Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  28. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  29. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  30. 0bcbd1d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
  31. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  32. ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  33. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  34. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  35. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  36. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  37. ef0b145 Add a simple module-level debug info printer. It just sets up a by Dan Gohman · 15 years ago