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
/
CodeGen
/
IfConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a typo.
Evan Cheng
2007-05-31
1
-1
/
+1
*
Change traversal order to bottom up in preparation for more aggressive if-con...
Evan Cheng
2007-05-30
1
-23
/
+69
*
Don't merge in tail block of a diamond if it has more than one predecessors a...
Evan Cheng
2007-05-29
1
-2
/
+4
*
If there is an empty block between a source and its successor block, it still...
Evan Cheng
2007-05-29
1
-30
/
+37
*
Silly boog.
Evan Cheng
2007-05-25
1
-9
/
+9
*
Preliminary iterative if-conversion support.
Evan Cheng
2007-05-23
1
-97
/
+167
*
If-convert early exit blocks (returns, etc.); bug fixes, etc.
Evan Cheng
2007-05-21
1
-139
/
+224
*
Clean up.
Evan Cheng
2007-05-18
1
-5
/
+5
*
Change to depth-first traversal.
Evan Cheng
2007-05-18
1
-11
/
+22
*
Some restructuring in preparation for most aggressive if-conversion.
Evan Cheng
2007-05-18
1
-40
/
+71
*
Watch out for blocks that end with a return.
Evan Cheng
2007-05-18
1
-2
/
+2
*
If true / false blocks fallthrough before ifcvt, add unconditional branches t...
Evan Cheng
2007-05-18
1
-4
/
+19
*
Make use of target specific block size limits; bug fixes.
Evan Cheng
2007-05-18
1
-64
/
+149
*
isBlockPredicable() always ignore terminal instructions; add comments.
Evan Cheng
2007-05-16
1
-13
/
+23
*
Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.
Evan Cheng
2007-05-16
1
-12
/
+12
*
Devang points out that we need an assertion here.
Evan Cheng
2007-05-16
1
-0
/
+2
*
Initial commit of (very basic) if converter.
Evan Cheng
2007-05-16
1
-0
/
+304
[prev]