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
*
[SimplifyCFG] Mark missed Changed to true.
Alina Sbirlea
2019-08-01
1
-0
/
+90
*
[SimplifyCFG] avoid crashing after simplifying a switch (PR42737)
Sanjay Patel
2019-07-25
1
-0
/
+38
*
[NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow tests
Roman Lebedev
2019-07-23
1
-13
/
+15
*
[SimplifyCFG][NFC] Test that we fail to flatten CFG in JPEG "sign" value exte...
Roman Lebedev
2019-07-22
1
-0
/
+39
*
[SimplifyCFG][NFC] Test that we fail to flatten CFG after forming @llvm.umul....
Roman Lebedev
2019-07-22
1
-0
/
+38
*
[Local] Zap blockaddress without users in ConstantFoldTerminator.
Florian Hahn
2019-07-20
1
-4
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
2
-2
/
+0
*
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-06-17
1
-0
/
+44
*
[SimplifyCFG] Fix prof branch_weights MD while removing unreachable switch cases
Yevgeny Rouban
2019-06-17
1
-0
/
+35
*
[SimplifyCFG] NFC, update Switch tests as a baseline.
Shawn Landden
2019-06-13
19
-1422
/
+2511
*
[SimplifyCFG] reverting preliminary Switch patches again
Shawn Landden
2019-06-13
19
-2582
/
+1422
*
[SimplifyCFG] NFC, update Switch tests to better examine successive patches
Shawn Landden
2019-06-13
19
-1422
/
+2582
*
[SimplifyCFG] revert the last commit.
Shawn Landden
2019-06-13
16
-2469
/
+1308
*
[SimplifyCFG] NFC, update Switch tests to HEAD so I can
Shawn Landden
2019-06-13
16
-1308
/
+2469
*
Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...
David L. Jones
2019-06-13
1
-44
/
+0
*
[SimplifyCFG] fix last commit
Shawn Landden
2019-06-04
1
-0
/
+3
*
[SimplifyCFG] NFC; remove bogus test case
Shawn Landden
2019-06-04
1
-26
/
+0
*
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-05-28
1
-0
/
+44
*
[SimplifyCFG] back out all SwitchInst commits
Shawn Landden
2019-05-26
17
-2527
/
+1334
*
[SimplifyCFG] NFC, one more fixed test from previous push.
Shawn Landden
2019-05-26
1
-37
/
+19
*
[SimplifyCFG] NFC, fix failing tests from last patches.
Shawn Landden
2019-05-26
3
-21
/
+22
*
[SimplifyCFG] ReduceSwitchRange: Improve on the case where the SubThreshold d...
Shawn Landden
2019-05-26
1
-4
/
+4
*
[SimplifyCFG] Run ReduceSwitchRange unconditionally, generalize
Shawn Landden
2019-05-26
6
-122
/
+153
*
[SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes cha...
Shawn Landden
2019-05-26
15
-1290
/
+2469
*
[SimplifyCFG] Added condition assumption for unreachable blocks
David Bolvansky
2019-05-25
3
-11
/
+20
*
[NFC] Update test checks
David Bolvansky
2019-05-25
3
-66
/
+128
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
1
-44
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
194
-0
/
+19057
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
194
-19057
/
+0
*
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...
Hans Wennborg
2019-04-16
1
-0
/
+44
*
[NewPM] Add Option handling for SimplifyCFG
Serguei Katkov
2019-04-15
14
-1
/
+25
*
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...
David L. Jones
2019-04-04
1
-44
/
+0
*
[SimplifyCFG] Don't split musttail call from ret
Joseph Tremoulet
2019-04-02
1
-2
/
+20
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
1
-0
/
+44
*
Tighten up tests that use -debugify as a shortcut. NFC
Paul Robinson
2019-03-14
1
-2
/
+2
*
[SimplifyCFG] Retain debug info when threading jumps with critical edges
Jeremy Morse
2019-03-11
1
-0
/
+38
*
[DWARF] LLVM ERROR: Broken function found, while removing Debug Intrinsics.
Carlos Alberto Enciso
2019-02-11
1
-0
/
+50
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-10
/
+11
*
[SimplifyCFG] add tests for cross block compare folding; NFC
Sanjay Patel
2018-12-03
1
-0
/
+259
*
[SimplifyCFG] auto-generate complete checks; NFC
Sanjay Patel
2018-11-29
1
-42
/
+109
*
[DebugInfo] Give inlinable calls DILocs (PR39807)
Jeremy Morse
2018-11-28
1
-0
/
+43
*
Mark @llvm.trap cold
Vedant Kumar
2018-11-14
1
-1
/
+1
*
[SimplifyCFG] Regenerate preserve-branchweights.ll test. NFC
John Brawn
2018-11-14
1
-114
/
+262
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
1
-0
/
+36
*
[SimplifyCFG] Put an alignment on generated switch tables
David Green
2018-09-12
1
-6
/
+51
*
[SimplifyCFG] Fix a cost modeling oversight in branch commoning
Philip Reames
2018-08-30
1
-0
/
+52
*
[PPC] Remove Darwin support from POWER backend.
Kit Barton
2018-08-28
1
-1
/
+1
*
[NFC] Fixed build, updated tests
David Bolvansky
2018-08-12
1
-2
/
+1
*
[InstCombine] Fold Select with binary op
David Bolvansky
2018-07-30
1
-19
/
+18
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
5
-1
/
+269
[next]