1. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  2. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  3. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  4. 20c24f1 Make the message associated with a fatal error slightly more helpful by Philip Reames · 11 years ago
  5. 4692f36 [gcroot] Remove unused items from an enum by Philip Reames · 11 years ago
  6. 71f308a Re-sort #include lines using my handy dandy ./utils/sort_includes.py by Chandler Carruth · 11 years ago
  7. 56a0393 Revert GCStrategy ownership changes by Philip Reames · 11 years ago
  8. 3631953 clang-format all the GC related files (NFC) by Philip Reames · 11 years ago
  9. 2b45395 Move ownership of GCStrategy objects to LLVMContext by Philip Reames · 11 years ago
  10. 1e30897 GCStrategy should not own GCFunctionInfo by Philip Reames · 11 years ago
  11. de22605 Remove the Module pointer from GCStrategy and GCMetadataPrinter by Philip Reames · 11 years ago
  12. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  13. ec528ee Use unique_ptr for the result of Registry entries. by David Blaikie · 12 years ago
  14. 88368ba Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata by David Blaikie · 12 years ago
  15. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  16. 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  17. b3aa2b8 Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. by Benjamin Kramer · 13 years ago
  18. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  19. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  20. f3e8502 Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  21. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  22. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  23. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  24. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  25. 65b48b5 zap dead code. by Chris Lattner · 15 years ago
  26. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  27. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  28. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  29. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  30. 1065f49 switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 16 years ago
  31. 821e67e by David Greene · 16 years ago
  32. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  33. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  34. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  35. 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  36. 6115b39 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 16 years ago
  37. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  38. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  39. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  40. ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  41. 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  42. 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  43. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  44. d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  45. e431adb Don't instantiate GC metadata for declarations. by Gordon Henriksen · 17 years ago
  46. bcef14d Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. by Gordon Henriksen · 17 years ago[Renamed (97%) from llvm/lib/CodeGen/CollectorMetadata.cpp]
  47. bedd1b2 Add a new (simple) StringMap::clear method, patch by Pratik Solanki! by Chris Lattner · 17 years ago
  48. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  49. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  50. 8a332b2 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  51. 7843c16 CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
  52. 613afce CollectorMetadata abstractly describes stack maps for a function. It includes: by Gordon Henriksen · 18 years ago