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
/
test
/
Transforms
/
SimplifyCFG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to select optimization for two-case switches
Marcello Maggioni
2014-10-14
4
-3
/
+119
*
Revert r219223, it creates invalid PHI nodes.
Joerg Sonnenberger
2014-10-12
3
-79
/
+3
*
SimplifyCFG: Don't convert phis into selects if we could remove undef behavior
Arnold Schwaighofer
2014-10-10
1
-0
/
+47
*
Two case switch to select optimization
Marcello Maggioni
2014-10-07
3
-3
/
+79
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
3
-26
/
+26
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
3
-26
/
+26
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
3
-26
/
+26
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-8
/
+8
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
2
-8
/
+8
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-8
/
+8
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-0
/
+28
*
Add a test for hoisting instructions with metadata out of then/else blocks
Bjorn Steinbrink
2014-09-09
1
-0
/
+20
*
Make fabs safe to speculatively execute
Matt Arsenault
2014-08-29
1
-0
/
+17
*
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
Manman Ren
2014-08-02
1
-0
/
+50
*
SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Rafael Espindola
2014-07-30
1
-3
/
+3
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-0
/
+22
*
Try to fix the bots again by moving test to X86 directory.
Manman Ren
2014-07-24
1
-0
/
+0
*
Try to fix the bots. If this does not work, I am going to move it to X86 dire...
Manman Ren
2014-07-24
1
-2
/
+2
*
SimplifyCFG: fix a bug in switch to table conversion
Manman Ren
2014-07-23
1
-0
/
+41
*
Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg illegally hoists an ...
Sanjay Patel
2014-07-07
1
-0
/
+73
*
Don't build switch tables for dllimport and TLS variables in GEPs
Hans Wennborg
2014-06-26
1
-5
/
+8
*
Don't build switch lookup tables for dllimport or TLS variables
Hans Wennborg
2014-06-20
1
-0
/
+52
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
2
-4
/
+2
*
Make bitcast, extractelement, and insertelement considered cheap for speculat...
Matt Arsenault
2014-05-30
1
-0
/
+60
*
Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost
Louis Gerbarg
2014-05-09
1
-0
/
+22
*
Allow switch-to-lookup table for tables with holes by adding bitmask check
Hans Wennborg
2014-03-12
1
-2
/
+28
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+1
*
Allow speculating llvm.sqrt, fma and fmuladd
Matt Arsenault
2014-01-31
1
-0
/
+58
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+30
*
PGO branch weight: keep halving the weights until they can fit into
Manman Ren
2014-01-27
1
-1
/
+31
*
Switch-to-lookup tables: set threshold to 3 cases
Hans Wennborg
2014-01-15
1
-0
/
+36
*
Switch-to-lookup tables: Don't require a result for the default
Hans Wennborg
2014-01-12
1
-0
/
+50
*
Transforms: Don't create bad weights when eliminating dead cases
Justin Bogner
2013-12-20
1
-0
/
+25
*
test: Make a branchweight test more specific
Justin Bogner
2013-12-20
1
-1
/
+3
*
test: Prefer CHECK-LABEL to CHECK in branchweight tests
Justin Bogner
2013-12-20
1
-4
/
+5
*
Transforms: Don't create bad branch weights when folding a switch
Justin Bogner
2013-12-10
1
-0
/
+18
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-23
1
-0
/
+2
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
1
-0
/
+2
*
Don't speculate loads under ThreadSanitizer
Kostya Serebryany
2013-11-21
1
-0
/
+40
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-0
/
+29
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-3
/
+6
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-0
/
+28
*
Resolve TODO in test now that filecheck has multiple check prefixes.
Matt Arsenault
2013-11-10
1
-5
/
+3
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+37
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
2
-11
/
+104
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-0
/
+48
*
Add test for untested path in SimplifyCFG
Matt Arsenault
2013-09-14
1
-6
/
+28
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
3
-6
/
+6
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
3
-3
/
+3
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
3
-5
/
+0
[next]