| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
| * | 61949 accidentally introduced an escaped newline. Fix this by making | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
| * | Fix the comment for lltok::backslash. | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
| * | Fix the path to llvm/Assembly/Parser.h in a comment. | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
| * | one more crash from PR3281, we now diagnose: | Chris Lattner | 2009-01-08 | 1 | -2/+9 |
| * | fix wordo | Chris Lattner | 2009-01-05 | 1 | -1/+1 |
| * | Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). | Steve Naroff | 2009-01-05 | 1 | -1/+1 |
| * | Reject PR3281:accepted03.ll with: | Chris Lattner | 2009-01-05 | 2 | -6/+11 |
| * | reject PR3281:crash11.ll with: | Chris Lattner | 2009-01-05 | 1 | -2/+8 |
| * | reject PR3281:crash10.ll with: | Chris Lattner | 2009-01-05 | 1 | -0/+5 |
| * | reject PR3281:crash09.ll with this diagnostic: | Chris Lattner | 2009-01-05 | 1 | -0/+6 |
| * | allow opaque undefs. This resolves PR3282 and fixes | Chris Lattner | 2009-01-05 | 1 | -1/+2 |
| * | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
| * | produce the same diagnostics for vicmp constant exprs as vicmp instructions. | Chris Lattner | 2009-01-05 | 1 | -1/+7 |
| * | Fix PR3281:crash08.ll with this diagnostic: | Chris Lattner | 2009-01-05 | 2 | -10/+25 |
| * | reject PR3281:crash07.ll with: | Chris Lattner | 2009-01-05 | 2 | -6/+10 |
| * | reject undef/zero labels. This fixes PR3281:crash0[56].ll with these | Chris Lattner | 2009-01-05 | 1 | -1/+5 |
| * | add checking intentionally elided for vfcmp/vicmp since they should really | Chris Lattner | 2009-01-05 | 1 | -0/+4 |
| * | diagnose PR3281:crash02.ll with: | Chris Lattner | 2009-01-05 | 1 | -0/+3 |
| * | reject PR3281:crash01.ll with: | Chris Lattner | 2009-01-05 | 1 | -1/+2 |
| * | fix PR3281:accepted0[02].ll: represent empty arrays distinctly, and | Chris Lattner | 2009-01-05 | 1 | -1/+7 |
| * | PR3281:crash00.ll: produce this diagnostic instead of crashing: | Chris Lattner | 2009-01-05 | 1 | -1/+5 |
| * | Refactor some parser interfaces to fix PR3278 and a FIXME: | Chris Lattner | 2009-01-04 | 3 | -23/+25 |
| * | Alphabetized #includes. | Misha Brukman | 2009-01-02 | 2 | -4/+3 |
| * | Down with trailing whitespace! | Misha Brukman | 2009-01-02 | 5 | -67/+66 |
| * | Remove comma at end of enumerator list. | Daniel Dunbar | 2009-01-02 | 1 | -1/+1 |
| * | Remove bison specific Makefile bits for AsmParser. | Daniel Dunbar | 2009-01-02 | 1 | -12/+0 |
| * | Fix a really horrible typo, which caused undefined behavior. | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
| * | minor cleanups and comment improvements. | Chris Lattner | 2009-01-02 | 2 | -196/+149 |
| * | add a #include to hopefully get the x86-64-linux buildbot building. | Chris Lattner | 2009-01-02 | 1 | -0/+1 |
| * | update the cmakefile. This is a "best guess", I haven't tested this. | Chris Lattner | 2009-01-02 | 1 | -28/+2 |
| * | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 11 | -15731/+3904 |
| * | Update the .cvs files for nocapture. | Nick Lewycky | 2008-12-19 | 3 | -1343/+1355 |
| * | Commit missed files from nocapture change. | Nick Lewycky | 2008-12-19 | 2 | -11/+19 |
| * | Forgot to revert r61031 when I reverted r61019, r61030, and r61040. | Bill Wendling | 2008-12-17 | 3 | -1355/+1343 |
| * | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 2 | -19/+11 |
| * | Update generated files after nocapture syntax change. | Nick Lewycky | 2008-12-15 | 3 | -1343/+1355 |
| * | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -0/+6 |
| * | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 2 | -11/+13 |
| * | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky | 2008-11-24 | 2 | -1343/+1352 |
| * | Regenerated | Bill Wendling | 2008-11-13 | 3 | -1397/+1433 |
| * | Implement stack protectors as function attributes: "ssp" and "sspreq". | Bill Wendling | 2008-11-13 | 2 | -2/+6 |
| * | regenerate | Nuno Lopes | 2008-11-04 | 3 | -339/+347 |
| * | fix leakage of APFloats in getExistingVal() | Nuno Lopes | 2008-11-04 | 2 | -1/+7 |
| * | regenerate | Nuno Lopes | 2008-11-04 | 3 | -337/+339 |
| * | fix leakage of APSInt in getVal() | Nuno Lopes | 2008-11-04 | 1 | -0/+1 |
| * | CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and l... | Oscar Fuentes | 2008-10-25 | 1 | -25/+18 |
| * | Modify the cmake build system so that if it doesn't find bison, it will use t... | Cedric Venet | 2008-10-24 | 1 | -1/+25 |
| * | regenerate | Nuno Lopes | 2008-10-15 | 3 | -337/+339 |
| * | fix memleak in GetForwardRefForGlobal() | Nuno Lopes | 2008-10-15 | 1 | -0/+1 |