index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Attributes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
Charles Davis
2010-10-25
1
-1
/
+4
*
Avoid warnings about implicit conversions to `bool' in MSVC. This time
Oscar Fuentes
2010-09-25
1
-1
/
+1
*
Avoid warnings about conversions to `bool' in MS compilers.
Oscar Fuentes
2010-09-23
1
-1
/
+1
*
Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs a
Charles Davis
2010-02-21
1
-6
/
+6
*
Add a new function attribute, 'alignstack'. It will indicate (when the backends
Charles Davis
2010-02-12
1
-1
/
+28
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-1
/
+3
*
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2010-01-15
1
-3
/
+1
*
Fix the Emacs mode string.
Mikhail Glushenkov
2010-01-04
1
-37
/
+40
*
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-08-26
1
-2
/
+3
*
Add support for naked functions
Anton Korobeynikov
2009-07-17
1
-1
/
+2
*
Cosmetic changes to parameter attribute verification.
Duncan Sands
2009-06-11
1
-2
/
+3
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
1
-1
/
+3
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-1
/
+3
*
Add a new Attribute::getAlignmentFromAttrs method.
Chris Lattner
2008-12-31
1
-5
/
+11
*
Resubmit support for the 'nocapture' attribute.
Nick Lewycky
2008-12-19
1
-13
/
+26
*
Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release
Bill Wendling
2008-12-16
1
-18
/
+13
*
It turns out that "align 1" and unaligned are different. Add a bias to the
Nick Lewycky
2008-12-15
1
-3
/
+5
*
Introducing nocapture, a parameter attribute for pointers to indicate that the
Nick Lewycky
2008-12-15
1
-12
/
+15
*
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
2008-11-13
1
-1
/
+3
*
Fix whitespace in a comment.
Dan Gohman
2008-10-15
1
-1
/
+1
*
Remove dead code.
Devang Patel
2008-10-14
1
-3
/
+0
*
Fix function attribute verification check.
Devang Patel
2008-10-03
1
-1
/
+2
*
Verify function attributes.
Devang Patel
2008-10-03
1
-2
/
+2
*
Attributes noinline alwaysinline are incompatible
Devang Patel
2008-10-01
1
-2
/
+3
*
Add missing #include for asserts.
Bill Wendling
2008-09-27
1
-0
/
+1
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-4
/
+22
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-64
/
+63
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-6
/
+6
*
s/ParamAttributeListImpl/AttributeListImpl/g
Devang Patel
2008-09-24
1
-4
/
+4
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-4
/
+6
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-7
/
+6
*
80 cols
Devang Patel
2008-09-23
1
-1
/
+1
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-0
/
+211