index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SimplifyCFG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
2
-4
/
+4
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-115
/
+0
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-0
/
+63
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-0
/
+29
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-29
/
+0
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-0
/
+29
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-0
/
+42
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-0
/
+22
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
2
-2
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
2
-2
/
+2
*
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-30
1
-0
/
+26
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
3
-4
/
+9
*
Fix bad test IR in switch_to_lookup_table.ll
Hans Wennborg
2012-11-07
1
-1
/
+1
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-0
/
+32
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
1
-0
/
+41
*
switch_to_lookup_table.ll: Remove some unnecessary lines, comments,
Hans Wennborg
2012-10-30
1
-625
/
+214
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
2
-0
/
+38
*
Also optimize large switch statements.
Jakob Stoklund Olesen
2012-10-25
1
-0
/
+822
*
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
2012-10-04
1
-0
/
+28
*
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
1
-0
/
+24
*
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
1
-0
/
+38
*
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
1
-2
/
+2
*
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
1
-14
/
+73
*
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-20
1
-0
/
+53
*
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
1
-0
/
+34
*
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-18
1
-1
/
+47
*
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
2012-09-17
1
-1
/
+36
*
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
1
-1
/
+26
*
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-17
1
-1
/
+22
*
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-15
1
-1
/
+22
*
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
1
-1
/
+49
*
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
1
-0
/
+48
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
1
-1
/
+33
*
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
1
-0
/
+92
*
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-08
1
-0
/
+37
*
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
1
-6
/
+6
*
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
2
-2
/
+143
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
3
-1151
/
+0
*
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
Nuno Lopes
2012-07-16
1
-0
/
+22
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
1
-1
/
+1
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
7
-7
/
+7
*
fix the regression I introduced in r159385 (it's necessary to update PHI node...
Nuno Lopes
2012-07-02
1
-0
/
+33
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
5
-6
/
+6
*
make simplifyCFG erase invokes to readonly/readnone functions
Nuno Lopes
2012-06-28
1
-1
/
+40
*
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
1
-0
/
+45
*
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
1
-0
/
+18
*
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
1
-0
/
+33
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-02-06
1
-6
/
+0
[next]