Macro debug info support in LLVM IR
[oota-llvm.git] / lib / AsmParser / LLToken.h
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 ...