assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Devang PatelFix thinko.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Owen AndersonUse LLVMContext for generating MDStrings too.
2009-07-02 Owen AndersonUse LLVMContext to generate metadata constants.
2009-07-02 Owen AndersonUse LLVMContext for generating UndefValue constants...
2009-07-01 Owen AndersonTry again at converting the LLParser to use LLVMContext...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-15 Dan GohmanFix a typo in a diagnostic.
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-07 Nick LewyckyCreate FunctionType::isValidArgumentType to go along...
2009-06-07 Nick LewyckyRefuse metadata* type for function arguments.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-25 Chris Lattnertestcase and asmparser fix for PR4066
2009-04-13 Nick LewyckyFix warning in .ll parser, detect and reject available_...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-01 Chris LattnerFix a pretty awesome bug that only happened in a strang...
2009-02-28 Chris Lattnerreject 0 element vectors with:
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-10 Duncan SandsPacify gcc-4.3 (thinks IsConstant may be used
2009-02-09 Dan GohmanUse slightly more correct grammar in error messages.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerreject void pointers with a nice error:
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-02 Chris LattnerFix PR3372
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-08 Chris Lattnerone more crash from PR3281, we now diagnose:
2009-01-05 Chris Lattnerfix wordo
2009-01-05 Steve NaroffRemove redundant ValID::ValID:: scoping (doesn't compil...
2009-01-05 Chris LattnerReject PR3281:accepted03.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash11.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash10.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash09.ll with this diagnostic:
2009-01-05 Chris Lattnerallow opaque undefs. This resolves PR3282 and fixes
2009-01-05 Chris Lattnerproduce the same diagnostics for vicmp constant exprs...
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-05 Chris Lattnerreject undef/zero labels. This fixes PR3281:crash0...
2009-01-05 Chris Lattneradd checking intentionally elided for vfcmp/vicmp since...
2009-01-05 Chris Lattnerdiagnose PR3281:crash02.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash01.ll with:
2009-01-05 Chris Lattnerfix PR3281:accepted0[02].ll: represent empty arrays...
2009-01-05 Chris LattnerPR3281:crash00.ll: produce this diagnostic instead...
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Chris LattnerFix a really horrible typo, which caused undefined...
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...