1. b45595b Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. bceaaa9 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  4. 73ec065 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  5. 74a835c [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  6. 03c6d31 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  7. ce13935 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  8. 149f6ea Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  9. 2bcac0f Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
  10. 32b297a Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  11. 78b04ae Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  12. e0327be Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
  13. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  14. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  15. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
  16. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  17. b105564 DebugInfo: Gut DIType and subclasses by Duncan P. N. Exon Smith · 11 years ago
  18. 35ef22c DebugInfo: Gut DICompileUnit and DIFile by Duncan P. N. Exon Smith · 11 years ago
  19. 537b4a8 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 11 years ago
  20. 7348dda DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 11 years ago
  21. 6186fb2 Transforms: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 11 years ago
  22. e274180 DebugInfo: Move new hierarchy into place by Duncan P. N. Exon Smith · 11 years ago
  23. ad31215 [C++11] Change DebugInfoFinder to use range-based loops by Alon Mishne · 12 years ago
  24. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  25. e9ba759 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  26. d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  27. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  28. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  29. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  30. e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
  31. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  32. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  33. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  34. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  35. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  36. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  37. fb64b5d Add a simple module-level debug info printer. It just sets up a by Dan Gohman · 15 years ago