- aed00fa fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 16 years ago
- 806f0fb Change this code to allocate temporary labels from mccontext, not from MMI. by Chris Lattner · 16 years ago
- 1065f49 switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 16 years ago
- b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
- ca553bd by David Greene · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 51ae4a2 When emitting a label for a PostCall safe point, the machine by Nicolas Geoffray · 16 years ago
- 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
- 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
- eaf02df Whitespace and comment changes. No functionality change. by Bill Wendling · 17 years ago
- 67cd395 Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
- 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 1298fb9 Delete a dead field. by Gordon Henriksen · 17 years ago
- 72bd9df [PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata. by Gordon Henriksen · 17 years ago
- aa8ab45 Don't require Registry specializations to define random static variables. by Gordon Henriksen · 17 years ago
- d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- e431adb Don't instantiate GC metadata for declarations. by Gordon Henriksen · 17 years ago
- 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 (95%) from llvm/lib/CodeGen/Collector.cpp]
- dbe06d3 Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. by Gordon Henriksen · 17 years ago
- 14464bc Use of operator* is redundant and confusing here. by Dan Gohman · 17 years ago
- fb19f94 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
- fc2edad Turn StripPointerCast() into a method by Anton Korobeynikov · 17 years ago
- 82c02b2 Make StripPointerCast a common function (should we mak it method of Value instead?) by Anton Korobeynikov · 18 years ago
- 1c6c16e 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
- 03ad885 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
- a98c679 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
- a10fff5 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 41689b5 Use getIntrinsicID instead of looking up intrinsic prototypes. Also by Gordon Henriksen · 18 years ago
- 7843c16 CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
- 37ca83d Collector is the base class for garbage collection code generators. by Gordon Henriksen · 18 years ago