index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
IPO
/
DeadArgumentElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace two manual loops with calls to CallSite::hasArguments (no functional ...
Matthijs Kooijman
2008-06-04
1
-7
/
+5
*
Use eraseFromParent() instead of doing that manually in two places.
Matthijs Kooijman
2008-05-30
1
-2
/
+2
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-7
/
+2
*
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
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+5
*
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-13
1
-4
/
+4
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
1
-14
/
+8
*
Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.
Chris Lattner
2007-02-07
1
-2
/
+4
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-3
/
+4
*
For PR950:
Reid Spencer
2006-12-31
1
-2
/
+2
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-5
/
+3
*
when inserting a dummy argument to work-around the CBE not supporting
Chris Lattner
2006-12-16
1
-3
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
1
-10
/
+8
*
Implement a trivial optzn: of vastart is never called in a function that takes
Chris Lattner
2006-09-18
1
-2
/
+113
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not
Chris Lattner
2006-06-27
1
-5
/
+11
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
add a debug type
Chris Lattner
2005-06-24
1
-0
/
+1
*
Preserve calling conventions when doing IPO
Chris Lattner
2005-05-09
1
-0
/
+3
*
preserve the tail marker
Chris Lattner
2005-05-06
1
-0
/
+2
*
Wrap long lines
Chris Lattner
2005-05-06
1
-6
/
+10
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-8
/
+8
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-5
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
[prev]
[next]