index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Attributes.cpp
Age
Commit message (
Expand
)
Author
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-12
Add a new function attribute, 'alignstack'. It will indicate (when the backends
Charles Davis
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
2010-01-05
Change errs() to dbgs().
David Greene
2009-08-26
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-08-23
Kill off more cerr/cout uses and prune includes a bit.
Benjamin Kramer
2009-08-20
Reduce contention on the Attributes lock by using atomic operations for refer...
Owen Anderson
2009-08-19
AttrListPtr operations need to be atomic.
Owen Anderson
2009-08-17
Add locking around the attributes list.
Owen Anderson
2009-07-17
Add support for naked functions
Anton Korobeynikov
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-04
Add new function attribute - noredzone.
Devang Patel
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-01-11
Use the spiffy new getAlignmentFromAttrs function.
Nick Lewycky
2008-12-19
Commit missed files from nocapture change.
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-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-23
80 cols
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel