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
/
lib
/
VMCore
/
ParameterAttributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
1
-1
/
+1
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-140
/
+203
*
Use utostr instead of a stringstream.
Dan Gohman
2008-03-10
1
-4
/
+2
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-2
/
+2
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
Add Alignment field to ParameterAttributes and
Dale Johannesen
2008-02-19
1
-1
/
+23
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-10
/
+12
*
Some micro-optimizations.
Duncan Sands
2008-02-16
1
-4
/
+5
*
It turns out that in C++ it is legal to declare functions
Duncan Sands
2008-01-21
1
-6
/
+1
*
Check that sret is only used on pointers to types
Duncan Sands
2008-01-21
1
-2
/
+2
*
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-14
1
-0
/
+7
*
Allow the byval attribute for pointers to any type with
Duncan Sands
2008-01-13
1
-2
/
+2
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
1
-7
/
+9
*
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
1
-45
/
+18
*
Trying that again.
Gordon Henriksen
2008-01-03
1
-1
/
+0
*
Fix a compile error on Windows.
Gordon Henriksen
2008-01-03
1
-0
/
+2
*
Don't create a new ParamAttrsList (which copies the vector) just to
Chris Lattner
2008-01-03
1
-6
/
+6
*
move some code out of line, rearrange a bit.
Chris Lattner
2008-01-03
1
-6
/
+10
*
Split param attr implementation out from Function.cpp into its
Chris Lattner
2008-01-02
1
-0
/
+226