API changes for class Use size reduction, wave 1.
[oota-llvm.git] / include / llvm / Support / LLVMBuilder.h
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-04 Duncan SandsIf a value is cast to its own type, then the cast
2008-03-19 Chris Lattneradd some convenience methods for creating GEP instructi...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-17 Devang PatelAdd cast operators in LLVMFoldingBuilder.
2007-10-09 Devang PatelFix indentation.
2007-10-09 Devang PatelAdd LLVMFoldingBuilder
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-06 Reid Spencer@verbatim needs to be on a line by itself.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-27 Chris LattnerAdd a new LLVMBuilder class, which makes it simpler...