summaryrefslogtreecommitdiff
path: root/utils/llvm.grm
Commit message (Expand)AuthorAge
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-10
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Remove last references to hotpatch.Rafael Espindola2011-10-04
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Don't worry about union types.Dan Gohman2010-08-29
* Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman2010-08-04
* Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman2010-05-04
* Add the alignstack keyword.Dan Gohman2010-03-01
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Add inbounds to the polygen grammar.Dan Gohman2009-07-27
* Add new optimization keywords to the polygen grammar.Dan Gohman2009-07-22
* Add the private keyword to the polygen grammar.Dan Gohman2009-07-17
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Update the polygen grammer to reflect that zext and sext are no longerDan Gohman2009-03-30
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-01-05
* A few more polygen grammar updates.Dan Gohman2009-01-05
* Update polygen grammar for recent language changes.Dan Gohman2009-01-05
* Update the LLVM polygen grammar for recent language changes:Dan Gohman2008-09-15
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-09
* Update the polygen grammer for the new insertvalue and extractvalue syntax.Dan Gohman2008-06-02
* Fix the spelling of the va_arg keyword.Dan Gohman2008-05-23
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Add a polygen grammar definition for LLVM assembly language.Dan Gohman2008-05-22