Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / AsmParser / LLParser.h
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-24 Dan GohmanAdd a comment explaining why this code is more complex...
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-07-14 Dan GohmanFactor out metadata parsing into a separate function.
2010-04-07 Chris Lattnerfix a crash on invalid metadata, e.g.: call i32 @foo...
2010-04-01 Chris Lattnerinclude header.
2010-04-01 Chris Lattnerrewrite handling of forward ref'd instruction metadata
2010-04-01 Chris Lattnereliminate a temporary smallvector
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-11 Victor HernandezConsolidate ConvertGlobalValIDToValue, ConvertGlobalOrM...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-06 Victor HernandezWhen parsing function-local metadata, create a function...
2010-01-05 Victor HernandezRe-add parsing of function-local metadata; this time...
2009-12-30 Chris Lattnernow that instruction metadata is only parsed in one...
2009-12-30 Chris Lattnerreimplement ParseOptionalInfo as ParseOptionalCommaAlig...
2009-12-30 Chris Lattnerrename ParseOptionalCustomMetadata -> ParseInstructionM...
2009-12-30 Chris Lattnerconvert 4 more instructions over.
2009-12-30 Chris Lattneradd facilities to start factoring instruction metadata...
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerrename MetadataCache -> NumberedMetadata to follow...
2009-12-30 Chris Lattnerrewrite ParseMDNodeVector to follow the normal patter...
2009-12-30 Chris Lattnerrename ParseMDNode -> ParseMDNodeID, since it parses...
2009-12-30 Chris Lattnerremove the code added in r90497. It has several major...
2009-12-30 Chris Lattnersplit t_Metadata into t_MDNode and t_MDString, eliminat...
2009-12-29 Chris Lattnerchange ParseMDString and ParseMDNode to take arguments...
2009-12-29 Chris Lattnerswitch to TrackingVH instead of WeakVH, since these...
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
2009-12-03 Victor HernandezAdd ParseInlineMetadata() which can parses metadata...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
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-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-07-29 Devang PatelParse named metadata.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-08 Devang PatelSupport MDNode forward reference.
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 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-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-01-05 Chris LattnerReject PR3281:accepted03.ll with:
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...