| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 1 | -0/+4 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 1 | -1/+3 |
* | Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat... | Gabor Greif | 2009-03-10 | 1 | -4/+9 |
* | make the Op<N> methods protected, how it was intended to be | Gabor Greif | 2009-03-09 | 1 | -0/+2 |
* | fix and clean up a comment | Gabor Greif | 2009-02-21 | 1 | -5/+4 |
* | add accessors | Chris Lattner | 2009-01-31 | 1 | -0/+9 |
* | Do not allow a user to set the operand for a constant. | Tanya Lattner | 2008-10-28 | 1 | -0/+3 |
* | Move some documentation from the header file into ProgrammersManual. About to... | Gabor Greif | 2008-06-16 | 1 | -165/+0 |
* | op_iterator-ify dropAllReferences | Gabor Greif | 2008-06-11 | 1 | -5/+4 |
* | Suppress warnings about missing placement delete. This should now be std-conf... | Gabor Greif | 2008-05-22 | 1 | -0/+5 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -2/+2 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -17/+2 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -6/+236 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -1/+5 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -2/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -4/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+4 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+122 |