aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvm.grm
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+0
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-3/+3
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+2
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-1/+0
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-0/+1
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-0/+1
* Remove last references to hotpatch.Rafael Espindola2011-10-041-1/+1
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-151-0/+2
* Don't worry about union types.Dan Gohman2010-08-291-1/+0
* Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman2010-08-041-0/+5
* Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman2010-05-041-1/+1
* Add the alignstack keyword.Dan Gohman2010-03-011-0/+1
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+1
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-1/+0
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-261-0/+1
* Add inbounds to the polygen grammar.Dan Gohman2009-07-271-2/+3
* Add new optimization keywords to the polygen grammar.Dan Gohman2009-07-221-2/+6
* Add the private keyword to the polygen grammar.Dan Gohman2009-07-171-0/+1
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-4/+0
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+2
* 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