| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | | | discussion of this change. Boy are my fingers tired. ;-) llvm-svn: 45411 | ||||
| * | Add cast operators in LLVMFoldingBuilder. | Devang Patel | 2007-12-17 | 1 | -0/+123 |
| | | | | | | | Patch by Richard Pennington. llvm-svn: 45115 | ||||
| * | Fix indentation. | Devang Patel | 2007-10-09 | 1 | -6/+6 |
| | | | | | llvm-svn: 42814 | ||||
| * | Add LLVMFoldingBuilder | Devang Patel | 2007-10-09 | 1 | -3/+215 |
| | | | | | llvm-svn: 42806 | ||||
| * | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 1 | -8/+5 |
| | | | | | | | GLIBCXX_DEBUG issues. llvm-svn: 41697 | ||||
| * | Update InvokeInst to work like CallInst | David Greene | 2007-08-27 | 1 | -5/+5 |
| | | | | | llvm-svn: 41506 | ||||
| * | remove #if 0 code. | Chris Lattner | 2007-08-06 | 1 | -16/+2 |
| | | | | | llvm-svn: 40880 | ||||
| * | @verbatim needs to be on a line by itself. | Reid Spencer | 2007-08-06 | 1 | -1/+3 |
| | | | | | llvm-svn: 40865 | ||||
| * | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 40854 | ||||
| * | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -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 to | Chris Lattner | 2007-05-27 | 1 | -0/+431 |
| create large amounts of instructions by separating the insertion point logic from the logic of what to create. llvm-svn: 37332 | |||||

