projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add support for v16i32/v16i64 into the code generator. This is required for backends...
[oota-llvm.git]
/
include
/
llvm
/
Attributes.h
2012-07-24
Rafael Espindola
In order to correctly compile
blob
|
commitdiff
|
raw
2012-07-08
Benjamin Kramer
Remove some trivial copy ctors so the classes become...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Meador Inge
PR12696: Attribute bits above 1<<30 are not encoded...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Chris Lattner
switch AttrListPtr::get to take an ArrayRef, simplifyin...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Kostya Serebryany
Don't use static CTORs for the Attributes constants...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Kostya Serebryany
Extend Attributes to 64 bits
blob
|
commitdiff
|
raw
|
diff to current
2011-10-03
Rafael Espindola
Add the returns_twice attribute to LLVM.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Chris Lattner
land David Blaikie's patch to de-constify Type, with...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-15
John McCall
Add a new function attribute, nonlazybind, which inhibi...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
Rafael Espindola
Fix some issues Duncan found in the previous commit.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
Rafael Espindola
Replace the -unwind-tables option with a per function...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Charles Davis
Add a new 'hotpatch' attribute. This attribute will...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-25
Oscar Fuentes
Avoid warnings about implicit conversions to `bool...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-23
Oscar Fuentes
Avoid warnings about conversions to `bool' in MS compilers.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-21
Charles Davis
Reduce size of 'StackAlignment' field from 5 to 3 bits...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Charles Davis
Add a new function attribute, 'alignstack'. It will...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-06
Jakob Stoklund Olesen
Reintroduce the InlineHint function attribute.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-15
Eric Christopher
Remove the InlineHint attribute. There are no current...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Mikhail Glushenkov
Fix the Emacs mode string.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Dale Johannesen
Add an 'inline hint' attribute to represent source
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Anton Korobeynikov
Add support for naked functions
blob
|
commitdiff
|
raw
|
diff to current
2009-06-11
Duncan Sands
Cosmetic changes to parameter attribute verification.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Devang Patel
Add new function attribute - noimplicitfloat
blob
|
commitdiff
|
raw
|
diff to current
2009-06-04
Devang Patel
Add new function attribute - noredzone.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Chris Lattner
Add a new Attribute::getAlignmentFromAttrs method.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-19
Nick Lewycky
Resubmit support for the 'nocapture' attribute.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Bill Wendling
Temporarily revert r61019, r61030, and r61040. These...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Nick Lewycky
It turns out that "align 1" and unaligned are different...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Nick Lewycky
Introducing nocapture, a parameter attribute for pointe...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-13
Bill Wendling
Implement stack protectors as function attributes:...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-15
Dan Gohman
Fix whitespace in a comment.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Devang Patel
Remove dead code.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-03
Devang Patel
Fix function attribute verification check.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-03
Devang Patel
Verify function attributes.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Devang Patel
Attributes noinline alwaysinline are incompatible
blob
|
commitdiff
|
raw
|
diff to current
2008-09-27
Bill Wendling
Add missing #include for asserts.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
Devang Patel
Now Attributes are divided in three groups
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Devang Patel
Large mechanical patch.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Devang Patel
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Devang Patel
s/ParamAttributeListImpl/AttributeListImpl/g
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Devang Patel
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
Devang Patel
Move FN_NOTE_AlwaysInline and other out of ParamAttrs...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
Devang Patel
80 cols
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
Devang Patel
s/ParameterAttributes/Attributes/g
blob
|
commitdiff
|
raw
|
diff to current