aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/GCStrategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* use ArgOperand API and CallSite to access arguments of CallInstGabor Greif2010-06-251-3/+3
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-3/+3
* reapply r101434Gabor Greif2010-04-161-3/+3
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-3/+3
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-3/+3
* Make sure the initialization of a GC root is after its definition.Nicolas Geoffray2010-04-151-3/+4
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-3/+3
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-3/+3
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-1/+1
* Change this code to allocate temporary labels from mccontext,Chris Lattner2010-03-141-1/+1
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-141-11/+8
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Change errs() to dbgs().David Greene2010-01-041-1/+2
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+2
* When emitting a label for a PostCall safe point, the machineNicolas Geoffray2009-09-081-6/+11
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-1/+2
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-1/+1
* Whitespace and comment changes. No functionality change.Bill Wendling2009-02-031-0/+1
* Explicitly pass in debug location information to BuildMI.Bill Wendling2009-02-031-1/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Delete a dead field.Gordon Henriksen2008-08-191-1/+0
* [PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata.Gordon Henriksen2008-08-191-7/+5
* Don't require Registry specializations to define random static variables.Gordon Henriksen2008-08-171-7/+0
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-48/+59
* Don't instantiate GC metadata for declarations.Gordon Henriksen2008-08-171-1/+1
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-171-0/+389