Provide a way to specify inliner's attribute compatibility and merging.
[oota-llvm.git] / utils / llvm.grm
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2010-08-29 Dan GohmanDon't worry about union types.
2010-08-04 Dan GohmanUpdate the polygen grammar for linker_private and linke...
2010-05-04 Dan GohmanAdd a polygen rule that reflects the fact that nsw...
2010-03-01 Dan GohmanAdd the alignstack keyword.
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-07-27 Dan GohmanAdd inbounds to the polygen grammar.
2009-07-22 Dan GohmanAdd new optimization keywords to the polygen grammar.
2009-07-17 Dan GohmanAdd the private keyword to the polygen grammar.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-30 Dan GohmanUpdate the polygen grammer to reflect that zext and...
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-05 Dan GohmanFix a thinko in the grammar for thread_local variables.
2009-01-05 Dan GohmanA few more polygen grammar updates.
2009-01-05 Dan GohmanUpdate polygen grammar for recent language changes.
2008-09-15 Dan GohmanUpdate the LLVM polygen grammar for recent language...
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-02 Dan GohmanUpdate the polygen grammer for the new insertvalue...
2008-05-23 Dan GohmanFix the spelling of the va_arg keyword.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-22 Dan GohmanAdd a polygen grammar definition for LLVM assembly...