Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what it actual...
[oota-llvm.git] / include / llvm / TypeSymbolTable.h
2010-09-14 Benjamin KramerAdd missing include.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-08-05 Benjamin KramerRemove unused forward decls.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-04-01 Misha BrukmanFixed spelling.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-19 Anton KorobeynikovProperly initialize value :)
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Chris LattnerEliminate the O(n) version of TypeSymbolTable::remove...
2007-02-07 Chris LattnerTypeSymbolTable::rename is dead, remove it
2007-01-06 Reid SpencerFor PR411:
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-01-11 Chris LattnerSimple is good, CVS log is for history, not the silly...
2006-01-10 Reid SpencerFor PR411: