Simplify some code.
[oota-llvm.git] / lib / AsmParser /
2009-10-19 Chris Lattnerclean up after metadata changes.
2009-10-18 Chris Lattnerremove some nonascii weird stuff
2009-10-18 Chris Lattneradd some fixme's
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelParse GEP with attached custom metadata. This happens...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-16 Devang PatelParse debug info attached with an instruction.
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-09-02 Nuno Lopesplug another leak in LLParser::PerFunctionState::SetIns...
2009-09-02 Nuno Lopesplug memory leak in LLParser::PerFunctionState::SetInst...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-29 Dan GohmanMinor logic simplification.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Duncan SandsFix the build with gcc-4.4 on linux: header needed
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
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-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
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 Owen AndersonMake the use of const with respect to LLVMContext sane...
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 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
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.
next