[IR] Introduce a dereferenceable_or_null(N) attribute.
[oota-llvm.git] / lib / AsmParser / LLParser.h
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-03-04 Reid KlecknerRevert "unique_ptrify ValID::ConstantStructElts"
2015-03-04 David BlaikieWorkaround MSVC not providing implicit move members
2015-03-04 David Blaikieunique_ptrify ValID::ConstantStructElts
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-11 David MajnemerAsmParser: Switch some vectors to maps
2015-02-10 Duncan P. N. Exon... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Move MDField details to source file, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Simplify MDUnsignedField
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-20 Duncan P. N. Exon... AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC
2015-01-19 Duncan P. N. Exon... AsmParser: Split up ParseMDFieldsImpl(), NFC
2015-01-19 Duncan P. N. Exon... AsmParser: Fix error location for missing fields
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... AsmParser: Factor duplicated code into ParseMDNode...
2015-01-12 Duncan P. N. Exon... AsmParser: ParseMDNode() => ParseMDTuple(), NFC
2015-01-12 Duncan P. N. Exon... AsmParser: Remove unused version of ParseMDNodeID()
2015-01-12 Duncan P. N. Exon... AsmParser: Use normal references for metadata attachmen...
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... LLParser: Handle BlockAddresses on-the-fly
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...
next