- 1fa5bcb Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
- 9e76199 whitespace by Andrew Trick · 14 years ago
- 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- 7f8e563 Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 14 years ago
- 26c328d Add a custom safepoint method, in order for language implementers to decide which machine instruction gets to be a safepoint. by Nicolas Geoffray · 14 years ago
- 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
- 84986b2 Make more passes preserve dominators (or state that they preserve dominators if by Cameron Zwarich · 15 years ago
- 4687778 Move some more hooks to TargetFrameInfo by Anton Korobeynikov · 15 years ago
- 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- cbb4218 Attach a DebugLoc to a GC point in order to get precise information in the JIT of a GC point. by Nicolas Geoffray · 15 years ago
- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 3e44ea1 undo 80 column trespassing I caused by Gabor Greif · 15 years ago
- b5874de use ArgOperand API and CallSite to access arguments of CallInst by Gabor Greif · 15 years ago
- 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
- f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
- 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
- 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
- 19cd1d8 Make sure the initialization of a GC root is after its definition. by Nicolas Geoffray · 16 years ago
- 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
- aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
- 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 · 18 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