Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
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 ...