aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)Author
2009-07-02Use LLVMContext for generating UndefValue constants too!Owen Anderson
2009-07-01Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson
2009-07-01--- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling
2009-07-01Convert LLParser to use LLVMContext for creating constants.Owen Anderson
2009-07-01Support stand alone metadata syntax.Devang Patel
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-16Address review comments: add 3 ARM calling conventions.Anton Korobeynikov
2009-06-15Fix a typo in a diagnostic.Dan Gohman
2009-06-14Fix old-style type names in comments.Dan Gohman
2009-06-07Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky
2009-06-07Refuse metadata* type for function arguments.Nick Lewycky
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-05-21Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-04-25testcase and asmparser fix for PR4066Chris Lattner
2009-04-13Fix warning in .ll parser, detect and reject available_externally on functionNick Lewycky
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-03-25Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands
2009-03-09Fix two classes of bugs. First:Chris Lattner
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
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-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-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