[IR] Introduce a dereferenceable_or_null(N) attribute.
[oota-llvm.git] / lib / AsmParser / LLLexer.cpp
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-21 Duncan P. N. Exon... AsmParser: Use StringRef for keyword comparisons, NFC
2015-02-20 Duncan P. N. Exon... AsmParser: Use do{}while(false) in macros, NFC
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-01-29 Sean SilvaRemove unused tokens in the ll lexer.
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-09 David MajnemerAsmParser: Verifier that the contents of a hex integer...
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
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-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-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-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
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-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-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
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-16 Craig TopperFix typo in a comment.
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-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
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-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-24 David BlaikieSilence Clang's -Wlogical-op-parentheses warning.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-02-06 Bill Wendling'unwind' is a keyword, not an instruction.
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-10-27 Benjamin KramerLLLexer: Factor hex char parsing.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
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 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-06-04 Nick LewyckyRefactor parsing of variable names (ie., %foo and ...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
next