Initial submission for the attribute group feature.
[oota-llvm.git] / lib / AsmParser / LLLexer.cpp
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...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Nick LewyckyAdd missing std:: prefixes to some calls. C++ doesn...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-12-30 Chris Lattnerrename NamedOrCustomMD -> MetadataVar to follow convent...
2009-12-30 Chris Lattnerrename lltok::Metadata -> lltok::exclaim. We name...
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
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-26 Victor HernandezRemove FreeInst.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-18 Chris Lattneradd some fixme's
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
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-16 Devang PatelParse debug info attached with an instruction.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-24 Duncan SandsFix the build with gcc-4.4 on linux: header needed
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelParse named metadata.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
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-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
next