Implement function prefix data as an IR feature.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-04-22 Eli BenderskyFix for PR 14965: Better error message for GEP with...
2013-04-20 Stephen LinMove 'kw_align' case to proper section, reorganize...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Bill WendlingFix comment. Patch by Stephen Lin.
2013-04-09 Chandler CarruthRationalize the formatting of these case labels. Having...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-14 Chad RosierUpdate comment.
2013-02-12 Bill WendlingMerge the collected attributes into the call instructio...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-10 Bill WendlingEat the alignment keyword if we're in an attribute...
2013-02-10 Bill WendlingUse a 'continue' here to stop from double lexing.
2013-02-09 Bill WendlingTEMPORARY SYNTAX CHANGE!
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-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-28 Bill WendlingDon't use bit-wise operations to query for inclusion...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Pete CooperTypo
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-18 Duncan SandsRemove unused variable.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingAdd checks for the landingpad instruction's clause...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-03 Benjamin KramerRemove unused variables.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
next