index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ParameterAttributes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
The inline keyword goes before the return type. This fixes a compiler warning.
Dan Gohman
2008-06-19
1
-1
/
+1
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+1
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
1
-2
/
+2
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-15
/
+123
*
make this self contained.
Chris Lattner
2008-02-25
1
-0
/
+1
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-204
/
+2
*
Pass alignment on ByVal parameters, from FE, all
Dale Johannesen
2008-02-22
1
-0
/
+13
*
Add Alignment field to ParameterAttributes and
Dale Johannesen
2008-02-19
1
-0
/
+2
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-29
/
+33
*
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-14
1
-1
/
+7
*
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-12
1
-2
/
+2
*
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
1
-0
/
+3
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
1
-8
/
+2
*
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
1
-16
/
+5
*
Trying that again.
Gordon Henriksen
2008-01-03
1
-0
/
+1
*
Don't create a new ParamAttrsList (which copies the vector) just to
Chris Lattner
2008-01-03
1
-1
/
+4
*
move some code out of line, rearrange a bit.
Chris Lattner
2008-01-03
1
-3
/
+1
*
Split param attr implementation out from Function.cpp into its
Chris Lattner
2008-01-02
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make DAE not wipe out attributes on calls, and not drop
Duncan Sands
2007-12-21
1
-2
/
+4
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
1
-0
/
+8
*
Add a convenience method for modifying parameter
Duncan Sands
2007-11-30
1
-5
/
+16
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-1
/
+8
*
Fix PR1816. If a bitcast of a function only exists because of a
Duncan Sands
2007-11-25
1
-0
/
+33
*
Rename the 'const' parameter attribute to 'readnone',
Duncan Sands
2007-11-22
1
-2
/
+2
*
Add pure/const attributes. Documentation will follow.
Anton Korobeynikov
2007-11-14
1
-10
/
+12
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-7
/
+8
*
Add the byval attribute
Rafael Espindola
2007-07-06
1
-1
/
+2
*
add helper
Chris Lattner
2007-06-18
1
-0
/
+7
*
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-05
1
-1
/
+2
*
add a helper
Chris Lattner
2007-05-04
1
-0
/
+4
*
For PR1136:
Reid Spencer
2007-04-22
1
-18
/
+50
*
Undo premature commit.
Reid Spencer
2007-04-22
1
-4
/
+1
*
Terminate file with newline.
Reid Spencer
2007-04-22
1
-1
/
+4
*
For PR1146:
Reid Spencer
2007-04-22
1
-46
/
+26
*
For PR1146:
Reid Spencer
2007-04-11
1
-18
/
+49
*
Chris convinced me that the default size of the SmallVector (2) was too
Reid Spencer
2007-04-09
1
-1
/
+1
*
Remove redundancy.
Reid Spencer
2007-04-09
1
-23
/
+11
*
Fix a typo.
Reid Spencer
2007-04-08
1
-2
/
+2
*
Implement more feedback:
Reid Spencer
2007-04-08
1
-24
/
+54
*
Implement review feedback.
Reid Spencer
2007-04-08
1
-5
/
+4
*
For PR1146:
Reid Spencer
2007-04-08
1
-0
/
+148