Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / AsmParser /
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
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-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
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 Guy BenyeiAdd static cast to unsigned char whenever a character...
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 Bill WendlingUse the do-while(0) thing for this #define.
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-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-18 Jordan RoseUse hexDigitValue in LLLexer.
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-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
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-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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-16 Craig TopperFix typo in a comment.
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] Add the nsdialect keyword to the lexer.
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-05-24 David BlaikieSilence Clang's -Wlogical-op-parentheses warning.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling'unwind' is a keyword, not an instruction.
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
next