move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / GCStrategy.cpp
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-04 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-08 Nicolas GeoffrayWhen emitting a label for a PostCall safe point, the...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-03 Bill WendlingExplicitly pass in debug location information to BuildMI.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-19 Gordon HenriksenDelete a dead field.
2008-08-19 Gordon Henriksen[PR2327] Leverage TargetRegisterInfo to compute frame...
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenDon't instantiate GC metadata for declarations.
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...