summaryrefslogtreecommitdiff
path: root/utils/llvm.grm
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Don't worry about union types.Dan Gohman1-1/+0
2010-08-04Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman1-0/+5
2010-05-04Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman1-1/+1
2010-03-01Add the alignstack keyword.Dan Gohman1-0/+1
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen1-0/+1
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher1-1/+0
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen1-0/+1
2009-07-27Add inbounds to the polygen grammar.Dan Gohman1-2/+3
2009-07-22Add new optimization keywords to the polygen grammar.Dan Gohman1-2/+6
2009-07-17Add the private keyword to the polygen grammar.Dan Gohman1-0/+1
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky1-4/+0
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-1/+2
2009-03-30Update the polygen grammer to reflect that zext and sext are no longerDan Gohman1-2/+0
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands1-1/+0
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands1-2/+0
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-1/+8
2009-01-05Fix a thinko in the grammar for thread_local variables.Dan Gohman1-1/+1
2009-01-05A few more polygen grammar updates.Dan Gohman1-11/+10
2009-01-05Update polygen grammar for recent language changes.Dan Gohman1-23/+27
2008-09-15Update the LLVM polygen grammar for recent language changes:Dan Gohman1-12/+27
2008-06-09AsmParser support for immediate constant aggregate values.Dan Gohman1-0/+7
2008-06-02Update the polygen grammer for the new insertvalue and extractvalue syntax.Dan Gohman1-4/+6
2008-05-23Fix the spelling of the va_arg keyword.Dan Gohman1-1/+1
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman1-2/+6
2008-05-22Add a polygen grammar definition for LLVM assembly language.Dan Gohman1-0/+376