aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2009-03-01Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner
2009-02-28reject 0 element vectors with:Chris Lattner
2009-02-18add proper asmwriter and asmparser support for anonymous functions.Chris Lattner
2009-02-10Pacify gcc-4.3 (thinks IsConstant may be usedDuncan Sands
2009-02-09Use slightly more correct grammar in error messages.Dan Gohman
2009-02-08fix typoChris Lattner
2009-02-08reject void pointers with a nice error:Chris Lattner
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-02-02Fix PR3372Chris Lattner
2009-01-15Add the private linkage.Rafael Espindola
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-0861949 accidentally introduced an escaped newline. Fix this by makingDan Gohman
2009-01-08Fix the comment for lltok::backslash.Dan Gohman
2009-01-08Fix the path to llvm/Assembly/Parser.h in a comment.Dan Gohman
2009-01-08one more crash from PR3281, we now diagnose:Chris Lattner
2009-01-05fix wordoChris Lattner
2009-01-05Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff
2009-01-05Reject PR3281:accepted03.ll with:Chris Lattner
2009-01-05reject PR3281:crash11.ll with:Chris Lattner
2009-01-05reject PR3281:crash10.ll with:Chris Lattner
2009-01-05reject PR3281:crash09.ll with this diagnostic:Chris Lattner
2009-01-05allow opaque undefs. This resolves PR3282 and fixesChris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-05produce the same diagnostics for vicmp constant exprs as vicmp instructions.Chris Lattner
2009-01-05Fix PR3281:crash08.ll with this diagnostic:Chris Lattner
2009-01-05reject PR3281:crash07.ll with:Chris Lattner
2009-01-05reject undef/zero labels. This fixes PR3281:crash0[56].ll with theseChris Lattner
2009-01-05add checking intentionally elided for vfcmp/vicmp since they should reallyChris Lattner
2009-01-05diagnose PR3281:crash02.ll with:Chris Lattner
2009-01-05reject PR3281:crash01.ll with:Chris Lattner
2009-01-05fix PR3281:accepted0[02].ll: represent empty arrays distinctly, andChris Lattner
2009-01-05PR3281:crash00.ll: produce this diagnostic instead of crashing:Chris Lattner
2009-01-04Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner
2009-01-02Alphabetized #includes.Misha Brukman
2009-01-02Down with trailing whitespace!Misha Brukman
2009-01-02Remove comma at end of enumerator list.Daniel Dunbar
2009-01-02Remove bison specific Makefile bits for AsmParser.Daniel Dunbar
2009-01-02Fix a really horrible typo, which caused undefined behavior.Chris Lattner
2009-01-02minor cleanups and comment improvements.Chris Lattner
2009-01-02add a #include to hopefully get the x86-64-linux buildbot building.Chris Lattner
2009-01-02update the cmakefile. This is a "best guess", I haven't tested this.Chris Lattner
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-12-19Update the .cvs files for nocapture.Nick Lewycky
2008-12-19Commit missed files from nocapture change.Nick Lewycky
2008-12-17Forgot to revert r61031 when I reverted r61019, r61030, and r61040.Bill Wendling
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15Update generated files after nocapture syntax change.Nick Lewycky
2008-12-15It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky