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