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
/
Transforms
/
IPO
/
DeadArgumentElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-5
/
+10
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-9
/
+9
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-30
/
+22
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-1
/
+1
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-1
/
+1
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-5
/
+8
*
DAE bug fix. Don't lose parameter attributes on vararg arguments.
Evan Cheng
2008-01-17
1
-5
/
+9
*
When DAE drops the varargs part of a function, ensure any
Duncan Sands
2008-01-11
1
-2
/
+15
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
1
-2
/
+2
*
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
1
-3
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-25
1
-0
/
+4
*
Make DAE not wipe out attributes on calls, and not drop
Duncan Sands
2007-12-21
1
-36
/
+55
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-4
/
+34
*
Fix PR1788 by taking the approach suggested by Richard Smith.
Chris Lattner
2007-11-15
1
-11
/
+16
*
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
1
-3
/
+3
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-2
/
+2
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+703