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
...
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-2
/
+1
*
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
1
-1
/
+1
*
Make deadarghaX0r warning louder.
Brian Gaeke
2004-02-02
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-7
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Fix the problem with running cleanups in bugpoint: We were deleting arguments
Chris Lattner
2003-11-05
1
-1
/
+4
*
Split behavior into two pieces
Chris Lattner
2003-11-05
1
-13
/
+13
*
Fix PR78
Chris Lattner
2003-11-02
1
-1
/
+1
*
* We were forgetting to pass varargs arguments through a call
Chris Lattner
2003-10-23
1
-0
/
+18
*
Make this pass substantially stronger by having it delete dead return values
Chris Lattner
2003-10-23
1
-127
/
+354
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Spell `definitely' correctly.
Misha Brukman
2003-09-11
1
-1
/
+1
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Add argument to DAE to allow operation on non-internal functions
Chris Lattner
2003-06-25
1
-9
/
+21
*
Handle arguments passed in through the va_arg area
Chris Lattner
2003-06-18
1
-1
/
+7
*
Initial checkin of DAE pass
Chris Lattner
2003-06-17
1
-0
/
+304
[prev]