summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky2009-06-071-5/+11
* Refuse metadata* type for function arguments.Nick Lewycky2009-06-071-1/+3
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-19/+20
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+10
* Add new function attribute - noredzone. Devang Patel2009-06-041-1/+1
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-9/+9
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-9/+17
* testcase and asmparser fix for PR4066Chris Lattner2009-04-251-2/+5
* Fix warning in .ll parser, detect and reject available_externally on functionNick Lewycky2009-04-131-0/+1
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-0/+3
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-1/+42
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-251-4/+8
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-6/+2
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-13/+7
* Fix two classes of bugs. First:Chris Lattner2009-03-091-15/+33
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-21/+40
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-011-8/+11
* reject 0 element vectors with:Chris Lattner2009-02-281-0/+2
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-181-3/+13
* Pacify gcc-4.3 (thinks IsConstant may be usedDuncan Sands2009-02-101-1/+3
* Use slightly more correct grammar in error messages.Dan Gohman2009-02-091-2/+2
* fix typoChris Lattner2009-02-081-1/+1
* reject void pointers with a nice error:Chris Lattner2009-02-081-1/+5
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-9/+0
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-0/+9
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-9/+0
* Fix PR3372Chris Lattner2009-02-021-2/+3
* Add the private linkage.Rafael Espindola2009-01-151-1/+6
* one more crash from PR3281, we now diagnose:Chris Lattner2009-01-081-2/+9
* fix wordoChris Lattner2009-01-051-1/+1
* Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff2009-01-051-1/+1
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-051-5/+10
* reject PR3281:crash11.ll with:Chris Lattner2009-01-051-2/+8
* reject PR3281:crash10.ll with:Chris Lattner2009-01-051-0/+5
* reject PR3281:crash09.ll with this diagnostic:Chris Lattner2009-01-051-0/+6
* allow opaque undefs. This resolves PR3282 and fixesChris Lattner2009-01-051-1/+2
* produce the same diagnostics for vicmp constant exprs as vicmp instructions.Chris Lattner2009-01-051-1/+7
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-051-9/+23
* reject PR3281:crash07.ll with:Chris Lattner2009-01-051-5/+9
* reject undef/zero labels. This fixes PR3281:crash0[56].ll with theseChris Lattner2009-01-051-1/+5
* add checking intentionally elided for vfcmp/vicmp since they should reallyChris Lattner2009-01-051-0/+4
* diagnose PR3281:crash02.ll with:Chris Lattner2009-01-051-0/+3
* reject PR3281:crash01.ll with:Chris Lattner2009-01-051-1/+2
* fix PR3281:accepted0[02].ll: represent empty arrays distinctly, andChris Lattner2009-01-051-1/+7
* PR3281:crash00.ll: produce this diagnostic instead of crashing:Chris Lattner2009-01-051-1/+5
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-041-10/+3
* Fix a really horrible typo, which caused undefined behavior.Chris Lattner2009-01-021-1/+1
* minor cleanups and comment improvements.Chris Lattner2009-01-021-193/+140
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-0/+3158
OpenPOWER on IntegriCloud