summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* testcase and asmparser fix for PR4066Chris Lattner2009-04-25
* Fix warning in .ll parser, detect and reject available_externally on functionNick Lewycky2009-04-13
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-25
* Fix internal representation of fp80 to be theDale Johannesen2009-03-23
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Fix two classes of bugs. First:Chris Lattner2009-03-09
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-01
* reject 0 element vectors with:Chris Lattner2009-02-28
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-18
* Pacify gcc-4.3 (thinks IsConstant may be usedDuncan Sands2009-02-10
* Use slightly more correct grammar in error messages.Dan Gohman2009-02-09
* fix typoChris Lattner2009-02-08
* reject void pointers with a nice error:Chris Lattner2009-02-08
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Fix PR3372Chris Lattner2009-02-02
* Add the private linkage.Rafael Espindola2009-01-15
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* 61949 accidentally introduced an escaped newline. Fix this by makingDan Gohman2009-01-08
* Fix the comment for lltok::backslash.Dan Gohman2009-01-08
* Fix the path to llvm/Assembly/Parser.h in a comment.Dan Gohman2009-01-08
* one more crash from PR3281, we now diagnose:Chris Lattner2009-01-08
* fix wordoChris Lattner2009-01-05
* Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff2009-01-05
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-05
* reject PR3281:crash11.ll with:Chris Lattner2009-01-05
* reject PR3281:crash10.ll with:Chris Lattner2009-01-05
* reject PR3281:crash09.ll with this diagnostic:Chris Lattner2009-01-05
* allow opaque undefs. This resolves PR3282 and fixesChris Lattner2009-01-05
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* produce the same diagnostics for vicmp constant exprs as vicmp instructions.Chris Lattner2009-01-05
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-05
* reject PR3281:crash07.ll with:Chris Lattner2009-01-05
* reject undef/zero labels. This fixes PR3281:crash0[56].ll with theseChris Lattner2009-01-05
* add checking intentionally elided for vfcmp/vicmp since they should reallyChris Lattner2009-01-05
* diagnose PR3281:crash02.ll with:Chris Lattner2009-01-05
* reject PR3281:crash01.ll with:Chris Lattner2009-01-05
* fix PR3281:accepted0[02].ll: represent empty arrays distinctly, andChris Lattner2009-01-05
* PR3281:crash00.ll: produce this diagnostic instead of crashing:Chris Lattner2009-01-05
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-04
* Alphabetized #includes.Misha Brukman2009-01-02
* Down with trailing whitespace!Misha Brukman2009-01-02