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
*
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
*
[tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(
Daniel Dunbar
2013-08-15
4
-0
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
4
-126
/
+0
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-2
/
+2
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
2
-2
/
+2
*
SimplifyCFG: Add missing tests from r187278
Tom Stellard
2013-07-27
3
-0
/
+125
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
3
-21
/
+26
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
Rafael Espindola
2013-07-24
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
2
-3
/
+3
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
21
-92
/
+92
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-1
/
+239
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-0
/
+36
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-1
/
+15
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-0
/
+14
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-0
/
+108
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-83
/
+0
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
1
-0
/
+83
*
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
1
-0
/
+18
*
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
8
-17
/
+21
[next]