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
/
test
/
Transforms
/
SimplifyCFG
Age
Commit message (
Expand
)
Author
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-12
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-11
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-08
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-06
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
Build lookup tables for switches (PR884)
Hans Wennborg
2012-08-10
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-07-16
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
Nuno Lopes
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
fix the regression I introduced in r159385 (it's necessary to update PHI node...
Nuno Lopes
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-06-28
make simplifyCFG erase invokes to readonly/readnone functions
Nuno Lopes
2012-06-25
improve optimization of invoke instructions:
Nuno Lopes
2012-06-24
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-13
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-06
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-01-23
Make Value::isDereferenceablePointer() handle unreachable code blocks. (This
Nick Lewycky
2012-01-05
Fix SpeculativelyExecuteBB to either speculate all or none of the phis
Dan Gohman
2012-01-05
Revert r56315. When the instruction to speculate is a load, this
Dan Gohman
2012-01-05
FileCheck hygiene.
Benjamin Kramer
2011-12-27
Teach simplifycfg to recompute branch weights when merging some branches, and
Nick Lewycky
2011-12-26
Update the branch weight metadata when reversing the order of a branch.
Nick Lewycky
2011-12-21
Make some intrinsics safe to speculatively execute.
Nick Lewycky
2011-12-17
Revert r146822 at Pete Cooper's request as it broke clang self hosting.
Kevin Enderby
2011-12-17
SimplifyCFG now predicts some conditional branches to true or false depending...
Pete Cooper
2011-11-27
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-26
FileCheck-ize this test and make it more precise. This is in preparation
Chandler Carruth
2011-09-19
Replace more uses of 'unwind' in the tests with calls to landingpad and
Bill Wendling
2011-09-05
Delete trivial landing pads that just continue unwinding the caught
Duncan Sands
2011-09-02
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-08-29
Update tests to new EH model. Add landingpad instructions to landing pads.
Bill Wendling
2011-08-26
SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...
Benjamin Kramer
2011-08-15
Update SimplifyCFG for atomic operations.
Eli Friedman
2011-08-12
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-07-09
more tests not making the jump into the brave new world.
Chris Lattner
2011-06-30
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-29
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-18
Fix PR10103: Less code for enum type translation.
Hans Wennborg
2011-06-17
remove parser support for the obsolete "multiple return values" syntax, which
Chris Lattner
2011-06-04
If the block that we're threading through is jumped to by an indirect branch,
Bill Wendling
[next]