Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch the .ll parser into SMDiagnostic. | Chris Lattner | 2009-07-02 | 1 | -56/+5 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -2/+5 |
* | remove a dead method. | Chris Lattner | 2009-01-16 | 1 | -6/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -7/+17 |
* | Fixed grammar and capitalization. | Misha Brukman | 2008-12-31 | 1 | -5/+4 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+97 |