Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelThere is no need to keep name ref in NamedMDNode.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Dan GohmanMinor code simplification.
2009-07-29 Devang PatelParse named metadata.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-27 Benjamin KramerTest commit: fix typo
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Eli FriedmanFix assert assembling zero-argument constant GEP.
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelSilence "uninitialized use" warning.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Eric ChristopherFix error message for correct opcode.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
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:
next