summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/LLVMBuilder.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
| | | | | | discussion of this change. Boy are my fingers tired. ;-) llvm-svn: 45411
* Add cast operators in LLVMFoldingBuilder.Devang Patel2007-12-171-0/+123
| | | | | | Patch by Richard Pennington. llvm-svn: 45115
* Fix indentation.Devang Patel2007-10-091-6/+6
| | | | llvm-svn: 42814
* Add LLVMFoldingBuilderDevang Patel2007-10-091-3/+215
| | | | llvm-svn: 42806
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-8/+5
| | | | | | GLIBCXX_DEBUG issues. llvm-svn: 41697
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-5/+5
| | | | llvm-svn: 41506
* remove #if 0 code.Chris Lattner2007-08-061-16/+2
| | | | llvm-svn: 40880
* @verbatim needs to be on a line by itself.Reid Spencer2007-08-061-1/+3
| | | | llvm-svn: 40865
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
| | | | llvm-svn: 40854
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-7/+16
| | | | | | | | indexing an empty std::vector. Updates to all clients. llvm-svn: 40660
* Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner2007-05-271-0/+431
create large amounts of instructions by separating the insertion point logic from the logic of what to create. llvm-svn: 37332
OpenPOWER on IntegriCloud