remove std::ostream versions of printing stuff for MBB and MF,
[oota-llvm.git] / lib / CodeGen / GCMetadata.cpp
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(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-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
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...