aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvm.grm
Commit message (Expand)AuthorAgeFilesLines
* Update the polygen grammer to reflect that zext and sext are no longerDan Gohman2009-03-301-2/+0
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-1/+0
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-2/+0
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+8
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-01-051-1/+1
* A few more polygen grammar updates.Dan Gohman2009-01-051-11/+10
* Update polygen grammar for recent language changes.Dan Gohman2009-01-051-23/+27
* Update the LLVM polygen grammar for recent language changes:Dan Gohman2008-09-151-12/+27
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-091-0/+7
* Update the polygen grammer for the new insertvalue and extractvalue syntax.Dan Gohman2008-06-021-4/+6
* Fix the spelling of the va_arg keyword.Dan Gohman2008-05-231-1/+1
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-2/+6
* Add a polygen grammar definition for LLVM assembly language.Dan Gohman2008-05-221-0/+376