Extend the IL for selecting TLS models (PR9788)
[oota-llvm.git] / lib / AsmParser / LLToken.h
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-02-06 Bill Wendling'unwind' is a keyword, not an instruction.
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
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-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-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-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
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-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-19 Chris Lattnerclean up after metadata changes.
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-16 Devang PatelParse debug info attached with an instruction.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
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-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-08 Dan Gohman61949 accidentally introduced an escaped newline. Fix...
2009-01-08 Dan GohmanFix the comment for lltok::backslash.
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Daniel DunbarRemove comma at end of enumerator list.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...