index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
IfConversion.cpp
Age
Commit message (
Expand
)
Author
2007-05-29
If there is an empty block between a source and its successor block, it still...
Evan Cheng
2007-05-25
Silly boog.
Evan Cheng
2007-05-23
Preliminary iterative if-conversion support.
Evan Cheng
2007-05-21
If-convert early exit blocks (returns, etc.); bug fixes, etc.
Evan Cheng
2007-05-18
Clean up.
Evan Cheng
2007-05-18
Change to depth-first traversal.
Evan Cheng
2007-05-18
Some restructuring in preparation for most aggressive if-conversion.
Evan Cheng
2007-05-18
Watch out for blocks that end with a return.
Evan Cheng
2007-05-18
If true / false blocks fallthrough before ifcvt, add unconditional branches t...
Evan Cheng
2007-05-18
Make use of target specific block size limits; bug fixes.
Evan Cheng
2007-05-16
isBlockPredicable() always ignore terminal instructions; add comments.
Evan Cheng
2007-05-16
Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.
Evan Cheng
2007-05-16
Devang points out that we need an assertion here.
Evan Cheng
2007-05-16
Initial commit of (very basic) if converter.
Evan Cheng
[prev]