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
/
include
/
llvm
/
Attributes.h
Age
Commit message (
Expand
)
Author
2008-12-31
Add a new Attribute::getAlignmentFromAttrs method.
Chris Lattner
2008-12-19
Resubmit support for the 'nocapture' attribute.
Nick Lewycky
2008-12-16
Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release
Bill Wendling
2008-12-15
It turns out that "align 1" and unaligned are different. Add a bias to the
Nick Lewycky
2008-12-15
Introducing nocapture, a parameter attribute for pointers to indicate that the
Nick Lewycky
2008-11-13
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
2008-10-15
Fix whitespace in a comment.
Dan Gohman
2008-10-14
Remove dead code.
Devang Patel
2008-10-03
Fix function attribute verification check.
Devang Patel
2008-10-03
Verify function attributes.
Devang Patel
2008-10-01
Attributes noinline alwaysinline are incompatible
Devang Patel
2008-09-27
Add missing #include for asserts.
Bill Wendling
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
s/ParamAttributeListImpl/AttributeListImpl/g
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
80 cols
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel