summaryrefslogtreecommitdiff
path: root/lib/CodeGen/GCMetadata.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth1-0/+1
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-1/+0
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-2/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-09-04zap dead code.Chris Lattner1-1/+0
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-4/+4
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-4/+4
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-4/+4
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2010-03-14switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner1-21/+23
2010-01-04Change errs() to dbgs().David Greene1-1/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-2/+2
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner1-1/+1
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner1-6/+6
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar1-2/+2
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar1-6/+3
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-2/+2
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin1-1/+1
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin1-2/+3
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman1-2/+2
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands1-1/+1
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen1-53/+51
2008-08-17Don't instantiate GC metadata for declarations.Gordon Henriksen1-0/+2
2008-08-17Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen1-0/+212