1. 0ede455 switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 16 years ago
  2. dfa2866 by David Greene · 16 years ago
  3. 5a44ef9 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  4. 492d06e Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  5. 397f456 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  6. 0bde4e3 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  7. 5d3ea96 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 16 years ago
  8. 4d10add Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  9. bd448e3 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Edwin Török · 16 years ago
  10. 675d562 assert(0) -> LLVM_UNREACHABLE. by Edwin Török · 16 years ago
  11. ced9ff8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Edwin Török · 16 years ago
  12. c74a197 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  13. 4e0d6a7 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  14. 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  15. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  16. 46c16c5 Don't instantiate GC metadata for declarations. by Gordon Henriksen · 17 years ago
  17. f194af2 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 lib/CodeGen/CollectorMetadata.cpp]
  18. 7749f9f Add a new (simple) StringMap::clear method, patch by Pratik Solanki! by Chris Lattner · 17 years ago
  19. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  20. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  21. c43c7f4 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  22. c22962f CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
  23. 17995b6 CollectorMetadata abstractly describes stack maps for a function. It includes: by Gordon Henriksen · 18 years ago