1. 22f35ac When emitting a label for a PostCall safe point, the machine by Nicolas Geoffray · 16 years ago
  2. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  3. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  4. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  5. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  6. b9dcef2 Whitespace and comment changes. No functionality change. by Bill Wendling · 17 years ago
  7. d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
  8. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  9. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  10. 3b26693 Delete a dead field. by Gordon Henriksen · 17 years ago
  11. fcbcfaa [PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata. by Gordon Henriksen · 17 years ago
  12. 8715367 Don't require Registry specializations to define random static variables. by Gordon Henriksen · 17 years ago
  13. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  14. 418b6e8 Don't instantiate GC metadata for declarations. by Gordon Henriksen · 17 years ago
  15. 5a29c9e 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 (95%) from lib/CodeGen/Collector.cpp]
  16. c317a60 Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. by Gordon Henriksen · 17 years ago
  17. fd3ff03 Use of operator* is redundant and confusing here. by Dan Gohman · 17 years ago
  18. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  19. 0b12ecf Turn StripPointerCast() into a method by Anton Korobeynikov · 17 years ago
  20. b04addd Make StripPointerCast a common function (should we mak it method of Value instead?) by Anton Korobeynikov · 17 years ago
  21. bb81d97 Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution. by Evan Cheng · 18 years ago
  22. 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  23. 6924430 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  24. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  25. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  26. a6c9925 Use getIntrinsicID instead of looking up intrinsic prototypes. Also by Gordon Henriksen · 18 years ago
  27. ad93c4f CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
  28. 364caf0 Collector is the base class for garbage collection code generators. by Gordon Henriksen · 18 years ago