index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
llvm.grm
Age
Commit message (
Expand
)
Author
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-08-10
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2011-10-04
Remove last references to hotpatch.
Rafael Espindola
2011-06-15
Add a new function attribute, nonlazybind, which inhibits lazy-loading
John McCall
2010-08-29
Don't worry about union types.
Dan Gohman
2010-08-04
Update the polygen grammar for linker_private and linker_private_weak,
Dan Gohman
2010-05-04
Add a polygen rule that reflects the fact that nsw and nuw can be
Dan Gohman
2010-03-01
Add the alignstack keyword.
Dan Gohman
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-01-15
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2009-08-26
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-07-27
Add inbounds to the polygen grammar.
Dan Gohman
2009-07-22
Add new optimization keywords to the polygen grammar.
Dan Gohman
2009-07-17
Add the private keyword to the polygen grammar.
Dan Gohman
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-03-30
Update the polygen grammer to reflect that zext and sext are no longer
Dan Gohman
2009-03-11
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-01-05
Fix a thinko in the grammar for thread_local variables.
Dan Gohman
2009-01-05
A few more polygen grammar updates.
Dan Gohman
2009-01-05
Update polygen grammar for recent language changes.
Dan Gohman
2008-09-15
Update the LLVM polygen grammar for recent language changes:
Dan Gohman
2008-06-09
AsmParser support for immediate constant aggregate values.
Dan Gohman
2008-06-02
Update the polygen grammer for the new insertvalue and extractvalue syntax.
Dan Gohman
2008-05-23
Fix the spelling of the va_arg keyword.
Dan Gohman
2008-05-23
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-22
Add a polygen grammar definition for LLVM assembly language.
Dan Gohman