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
/
ParameterAttributes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+221