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
/
ArgumentPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert previous patch. Still breaking things.
Evan Cheng
2006-10-03
1
-49
/
+1
*
Another attempt at making ArgPromotion smarter. This patch no longer breaks ...
Owen Anderson
2006-09-28
1
-1
/
+49
*
revert previous two patches. They cause miscompilation of MultiSource/Applic...
Chris Lattner
2006-09-15
1
-35
/
+1
*
Revert my previous work on ArgumentPromotion. Further investigation has reve...
Owen Anderson
2006-09-15
1
-34
/
+46
*
Make ArgumentPromotion handle recursive functions that pass pointers in their...
Owen Anderson
2006-09-02
1
-11
/
+33
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+2
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Preserve calling conventions when doing IPO
Chris Lattner
2005-05-09
1
-1
/
+5
*
preserve the tail marker
Chris Lattner
2005-05-06
1
-0
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-7
/
+7
*
Fix VS warnings.
Chris Lattner
2005-01-08
1
-1
/
+1
*
Remove debugging code
Chris Lattner
2004-11-13
1
-1
/
+0
*
Argument promotion transforms functions to unconditionally load their
Chris Lattner
2004-11-13
1
-3
/
+51
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-1
/
+1
*
Add comment
Chris Lattner
2004-09-19
1
-1
/
+1
*
Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates
Chris Lattner
2004-09-18
1
-39
/
+33
*
Fix typo in comment
Chris Lattner
2004-09-17
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
bug 122:
Reid Spencer
2004-07-18
1
-30
/
+1
*
Make order of argument addition deterministic. In particular, the layout
Chris Lattner
2004-06-21
1
-10
/
+35
*
Fairly substantial changes to update the alias analysis we are querying as
Chris Lattner
2004-05-23
1
-39
/
+92
*
Implement ArgumentPromotion/aggregate-promote.ll
Chris Lattner
2004-03-08
1
-25
/
+145
*
Implement: ArgumentPromotion/chained.ll
Chris Lattner
2004-03-07
1
-0
/
+5
*
Fix another minor bug, exposed by perlbmk
Chris Lattner
2004-03-07
1
-3
/
+11
*
Fix a minor bug and turn debug output into, well, debug output.
Chris Lattner
2004-03-07
1
-2
/
+2
*
New LLVM pass: argument promotion. This version only handles simple scalar
Chris Lattner
2004-03-07
1
-0
/
+328
[prev]