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
/
switch_create.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-18
/
+18
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-0
/
+36
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
1
-3
/
+2
*
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
1
-2
/
+3
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
1
-1
/
+1
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
1
-1
/
+1
*
SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...
Benjamin Kramer
2011-02-07
1
-4
/
+25
*
SimplifyCFG: Turn switches into sub+icmp+branch if possible.
Benjamin Kramer
2011-02-02
1
-13
/
+4
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
1
-1
/
+27
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
1
-27
/
+1
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
1
-1
/
+27
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
1
-27
/
+1
*
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-28
1
-1
/
+27
*
SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build.
Benjamin Kramer
2010-12-17
1
-0
/
+20
*
improve switch formation to handle small range
Chris Lattner
2010-12-17
1
-1
/
+70
*
- Insert new instructions before DomBlock's terminator,
Chris Lattner
2010-12-14
1
-16
/
+16
*
fix yet anohter broken line
Chris Lattner
2010-12-14
1
-2
/
+2
*
reapply my recent change that disables a piece of the switch formation
Chris Lattner
2010-12-14
1
-2
/
+1
*
Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r...
Owen Anderson
2010-12-13
1
-0
/
+1
*
temporarily disable part of my previous patch, which causes an iterator inval...
Chris Lattner
2010-12-13
1
-15
/
+36
*
Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F...
Benjamin Kramer
2010-12-13
1
-0
/
+39
*
reinstate my patch: the miscompile was caused by an inverted branch in the
Chris Lattner
2010-12-13
1
-27
/
+48
*
Completely disable the optimization I added in r121680 until
Chris Lattner
2010-12-13
1
-27
/
+28
*
Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditions
Chris Lattner
2010-12-13
1
-0
/
+65
*
fix a bug in r121680 that upset the various buildbots.
Chris Lattner
2010-12-13
1
-0
/
+29
*
enhance the "change or icmp's into switch" xform to handle one value in an
Chris Lattner
2010-12-13
1
-2
/
+25
*
merge two tests
Chris Lattner
2010-12-13
1
-0
/
+42
*
Fix my previous patch to handle a degenerate case that the llvm-gcc
Chris Lattner
2010-12-13
1
-0
/
+23
*
fix a fairly serious oversight with switch formation from
Chris Lattner
2010-12-13
1
-1
/
+44
*
fix a bunch of spurious failures for people whose home directory
Chris Lattner
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
1
-41
/
+40
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
1
-1
/
+1
*
add another testcase to make sure it gets turned into a switch (answer: yes i...
Chris Lattner
2005-02-24
1
-0
/
+15
*
The simplifycfg pass should be able to turn stuff like:
Chris Lattner
2004-02-24
1
-0
/
+33