Nowadays a release build has assertions off.
[oota-llvm.git] / utils / llvm.grm
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...