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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the build.
Reid Spencer
2007-06-10
1
-1
/
+2
*
Perform PRE of comparison operators.
Owen Anderson
2007-06-09
1
-24
/
+155
*
fix x86-64 mmx calling convention for real, which passes in integer gprs.
Chris Lattner
2007-06-09
1
-3
/
+9
*
fix mmx handling bug
Chris Lattner
2007-06-09
1
-1
/
+4
*
Fix edge case.
Nick Lewycky
2007-06-09
1
-2
/
+2
*
Don't change CFG during analysis stage. Do so during ifcvt and invalidate pre...
Evan Cheng
2007-06-09
1
-56
/
+106
*
Collect statistics from GVN-PRE.
Owen Anderson
2007-06-08
1
-0
/
+9
*
Carefully remove extraneous CFG edges after each ifcvt.
Evan Cheng
2007-06-08
1
-24
/
+51
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
5
-11
/
+18
*
Define AsmTransCBE for ARM.
Lauro Ramos Venancio
2007-06-08
1
-0
/
+25
*
Fix typo in a comment.
Owen Anderson
2007-06-08
1
-1
/
+1
*
Fix a bug that was causing the elimination phase not to replace values when i...
Owen Anderson
2007-06-08
1
-13
/
+56
*
Correct transfer predicate information.
Evan Cheng
2007-06-08
1
-8
/
+6
*
Hidden options to help debugging ifcvt issues.
Evan Cheng
2007-06-08
1
-2
/
+32
*
Factor live variable analysis so it does not do register coalescing
David Greene
2007-06-08
3
-1055
/
+1142
*
Allow more cmp / bcc to be predicated; clean up triangle ifcvt checking code.
Evan Cheng
2007-06-08
1
-144
/
+135
*
Fix ARM condition code subsumission check.
Evan Cheng
2007-06-08
1
-3
/
+3
*
tBcc is not a barrier.
Evan Cheng
2007-06-08
1
-1
/
+1
*
Use more realistically sized vectors. Reserve capacity if we know in advance
Duncan Sands
2007-06-08
1
-4
/
+7
*
Small bugfix, and const-ify some methods (Thanks, Bill).
Owen Anderson
2007-06-08
1
-6
/
+6
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
2
-35
/
+38
*
Make throttle a hidden parameter, per review.
Dale Johannesen
2007-06-08
1
-6
/
+11
*
Add partial redundancy elimination.
Owen Anderson
2007-06-08
1
-84
/
+249
*
Throttle tail merging; handling blocks with large numbers of predecessors
Dale Johannesen
2007-06-08
1
-2
/
+6
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-08
1
-9
/
+9
*
Do not preserve ETForest.
Devang Patel
2007-06-08
1
-26
/
+5
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-9
/
+9
*
Add instruction level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+23
*
Only remove the edge from entry to false if false block is merged.
Evan Cheng
2007-06-07
1
-2
/
+2
*
Do not require ETForest. Now it is unused by LICM.
Devang Patel
2007-06-07
1
-3
/
+0
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
2
-21
/
+18
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
4
-18
/
+20
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-8
/
+7
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-23
/
+25
*
Do not change the size of function arguments. PR 1489.
Dale Johannesen
2007-06-07
1
-1
/
+9
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-3
/
+1
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-3
/
+3
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
4
-11
/
+64
*
Formating fixes.
Tanya Lattner
2007-06-07
1
-4
/
+4
*
ifcvt a triangle: don't merge ifcvt block with rejoin block if it can fall th...
Evan Cheng
2007-06-07
1
-17
/
+29
*
Add assert to check if the attributes ZExt/SExt, NoAlias are apply to the
Zhou Sheng
2007-06-07
1
-0
/
+15
*
Lots of bug fixes. Now finally in a reasonable state.
Evan Cheng
2007-06-07
1
-78
/
+104
*
Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila...
Evan Cheng
2007-06-07
1
-1
/
+1
*
Propagate alignment, section name and visibility when linking "appending
Lauro Ramos Venancio
2007-06-06
1
-0
/
+15
*
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-06-06
1
-1
/
+43
*
simplify this code and fix PR1493, now that llvm-gcc3 is dead.
Chris Lattner
2007-06-06
1
-17
/
+2
*
Add new dominator tree node into dominator tree node map.
Devang Patel
2007-06-06
1
-2
/
+6
*
Fix PR1499.
Lauro Ramos Venancio
2007-06-06
1
-0
/
+4
*
Quick patch to fix the build, based on what it appears Evan meant to write.
Owen Anderson
2007-06-06
1
-1
/
+1
*
Fold the exception actions table harder: if two typeid lists start the
Duncan Sands
2007-06-06
1
-57
/
+69
[next]