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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC][ARC] Delete ObjC runtime calls on global variables annotated
Akira Hatanaka
2019-06-14
1
-0
/
+65
*
SROA: Allow eliminating addrspacecasted allocas
Matt Arsenault
2019-06-14
3
-55
/
+165
*
SROA: Add baseline test for addrspacecast changes
Matt Arsenault
2019-06-14
1
-0
/
+348
*
Revert Fix a bug w/inbounds invalidation in LFTR
Florian Hahn
2019-06-14
4
-13
/
+11
*
[CodeGenPrepare] propagate debuginfo when copying a shuffle
Sanjay Patel
2019-06-14
1
-14
/
+18
*
AMDGPU: Fold readlane intrinsics of constants
Matt Arsenault
2019-06-14
1
-0
/
+56
*
[SCEV] Pass NoWrapFlags when expanding an AddExpr
Sam Parker
2019-06-14
14
-24
/
+24
*
[AMDGPU] gfx1010 wave32 icmp/fcmp intrinsic changes for wave32
Stanislav Mekhanoshin
2019-06-13
1
-138
/
+136
*
[SimplifyCFG] NFC, update Switch tests as a baseline.
Shawn Landden
2019-06-13
19
-1422
/
+2511
*
[InstCombine] add test for failed libfunction prototype matching; NFC
Sanjay Patel
2019-06-13
1
-7
/
+25
*
Fix a bug w/inbounds invalidation in LFTR
Philip Reames
2019-06-13
4
-11
/
+13
*
[InstCombine] auto-generate complete test checks; NFC
Sanjay Patel
2019-06-13
1
-23
/
+20
*
[NFC] Updated testcase for D54411/rL363284
David Bolvansky
2019-06-13
1
-14
/
+8
*
[EarlyCSE] Ensure equal keys have the same hash value
Joseph Tremoulet
2019-06-13
1
-13
/
+40
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
5
-13
/
+13
*
[ARM][TTI] Scan for existing loop intrinsics
Sam Parker
2019-06-13
1
-0
/
+68
*
[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
*
[SLP] Update propagate_ir_flags.ll test to check that we do retain the common...
Dinar Temirbulatov
2019-06-13
1
-0
/
+36
*
[Tests] Highlight impact of multiple exit LFTR (D62625) as requested by reviewer
Philip Reames
2019-06-12
1
-0
/
+158
*
[x86] add tests for vector shifts; NFC
Sanjay Patel
2019-06-12
1
-0
/
+117
*
[Tests] Autogen RLEV test and add tests for a future enhancement
Philip Reames
2019-06-12
1
-57
/
+171
*
[Tests] Add tests to highlight sibling loop optimization order issue for exit...
Philip Reames
2019-06-12
1
-2
/
+151
*
[SCEV] Teach computeSCEVAtScope benefit from one-input Phi. PR39673
Philip Reames
2019-06-12
1
-2
/
+1
*
[InstCombine] add tests for fmin/fmax libcalls; NFC
Sanjay Patel
2019-06-12
1
-0
/
+18
*
Revert rL363156.
Sam Parker
2019-06-12
6
-11
/
+0
*
StackProtector: Use PointerMayBeCaptured
Matt Arsenault
2019-06-12
2
-0
/
+142
*
LoopVersioning: Respect convergent
Matt Arsenault
2019-06-12
1
-0
/
+40
*
[InstCombine] add tests for fcmp+select with FMF (minnum/maxnum); NFC
Sanjay Patel
2019-06-12
1
-0
/
+132
*
LoopLoadElim: Respect convergent
Matt Arsenault
2019-06-12
1
-0
/
+51
*
LoopDistribute/LAA: Respect convergent
Matt Arsenault
2019-06-12
5
-1
/
+416
*
LoopDistribute/LAA: Add tests to catch regressions
Matt Arsenault
2019-06-12
3
-0
/
+118
*
[NFC] Add HardwareLoops lit.local.cfg file
Sam Parker
2019-06-12
1
-0
/
+3
*
Attempt to fix non-Arm buildbots
Sam Parker
2019-06-12
6
-0
/
+11
*
[ARM] Implement TTI::isHardwareLoopProfitable
Sam Parker
2019-06-12
6
-0
/
+1132
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
11
-368
/
+56
*
Generalize icmp matching in IndVars' eliminateTrunc
Philip Reames
2019-06-11
1
-0
/
+104
*
[InstCombine] Handle -(X-Y) --> (Y-X) for unary fneg when NSZ
Cameron McInally
2019-06-11
1
-3
/
+1
*
[InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNeg
Cameron McInally
2019-06-11
3
-17
/
+10
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
11
-56
/
+368
*
AtomicExpand: Don't crash on non-0 alloca
Matt Arsenault
2019-06-11
1
-0
/
+37
*
AMDGPU: Expand < 32-bit atomics
Matt Arsenault
2019-06-11
3
-45
/
+422
*
[Tests] Adjust LFTR dead-iv tests to bypass undef cases
Philip Reames
2019-06-10
1
-23
/
+17
*
[PGO] Handle cases of non-instrument BBs
Rong Xu
2019-06-10
4
-5
/
+106
*
[Tests] Split an LFTR dead-iv case
Philip Reames
2019-06-10
1
-2
/
+33
*
[Tests] Add tests for D62939 (miscompiles around dead pointer IVs)
Philip Reames
2019-06-10
1
-0
/
+228
*
[LFTR] Use recomputed BE count
Philip Reames
2019-06-10
1
-10
/
+10
[next]