| Commit message (Expand) | Author | Age | Files | Lines |
* | [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This | Chad Rosier | 2012-09-04 | 1 | -1/+0 |
* | [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute. | Chad Rosier | 2012-08-10 | 1 | -0/+1 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -0/+1 |
* | Remove last references to hotpatch. | Rafael Espindola | 2011-10-04 | 1 | -1/+1 |
* | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall | 2011-06-15 | 1 | -0/+2 |
* | Don't worry about union types. | Dan Gohman | 2010-08-29 | 1 | -1/+0 |
* | Update the polygen grammar for linker_private and linker_private_weak, | Dan Gohman | 2010-08-04 | 1 | -0/+5 |
* | Add a polygen rule that reflects the fact that nsw and nuw can be | Dan Gohman | 2010-05-04 | 1 | -1/+1 |
* | Add the alignstack keyword. | Dan Gohman | 2010-03-01 | 1 | -0/+1 |
* | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen | 2010-02-06 | 1 | -0/+1 |
* | Remove the InlineHint attribute. There are no current or planned | Eric Christopher | 2010-01-15 | 1 | -1/+0 |
* | Add an 'inline hint' attribute to represent source | Dale Johannesen | 2009-08-26 | 1 | -0/+1 |
* | Add inbounds to the polygen grammar. | Dan Gohman | 2009-07-27 | 1 | -2/+3 |
* | Add new optimization keywords to the polygen grammar. | Dan Gohman | 2009-07-22 | 1 | -2/+6 |
* | Add the private keyword to the polygen grammar. | Dan Gohman | 2009-07-17 | 1 | -0/+1 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -4/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -1/+2 |
* | Update the polygen grammer to reflect that zext and sext are no longer | Dan Gohman | 2009-03-30 | 1 | -2/+0 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -1/+0 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -2/+0 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+8 |
* | Fix a thinko in the grammar for thread_local variables. | Dan Gohman | 2009-01-05 | 1 | -1/+1 |
* | A few more polygen grammar updates. | Dan Gohman | 2009-01-05 | 1 | -11/+10 |
* | Update polygen grammar for recent language changes. | Dan Gohman | 2009-01-05 | 1 | -23/+27 |
* | Update the LLVM polygen grammar for recent language changes: | Dan Gohman | 2008-09-15 | 1 | -12/+27 |
* | AsmParser support for immediate constant aggregate values. | Dan Gohman | 2008-06-09 | 1 | -0/+7 |
* | Update the polygen grammer for the new insertvalue and extractvalue syntax. | Dan Gohman | 2008-06-02 | 1 | -4/+6 |
* | Fix the spelling of the va_arg keyword. | Dan Gohman | 2008-05-23 | 1 | -1/+1 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+6 |
* | Add a polygen grammar definition for LLVM assembly language. | Dan Gohman | 2008-05-22 | 1 | -0/+376 |