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
...
*
[InstSimplify] fold copysign with negated operand, part 2
Sanjay Patel
2019-12-08
1
-4
/
+2
*
[InstSimplify] fold copysign with negated operand
Sanjay Patel
2019-12-08
1
-6
/
+2
*
[ARM] Disable VLD4 under MVE
David Green
2019-12-08
3
-86
/
+130
*
[LV] Pick correct BB as insert point when fixing PHI for FORs.
Florian Hahn
2019-12-07
1
-0
/
+103
*
[InstSimplify] add tests for copysign with fneg operand; NFC
Sanjay Patel
2019-12-06
1
-0
/
+44
*
[AutoFDO] Inline replay for cold/small callees from sample profile loader
Wenlei He
2019-12-06
2
-0
/
+109
*
[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phis
Daniil Suchkov
2019-12-06
1
-0
/
+37
*
[AutoFDO] Top-down Inlining for specialization with context-sensitive profile
Wenlei He
2019-12-05
2
-0
/
+133
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
4
-3
/
+113
*
Revert "[DSE] Fix for a dangling point bug in DeadStoreElimination."
Florian Hahn
2019-12-05
1
-41
/
+0
*
LowerDbgDeclare: look through bitcasts.
Evgenii Stepanov
2019-12-05
1
-0
/
+48
*
Revert "[InstCombine] keep assumption before sinking calls"
Bob Haarman
2019-12-05
2
-192
/
+45
*
[InstCombine] Invert `add A, sext(B) --> sub A, zext(B)` canonicalization (to...
Roman Lebedev
2019-12-05
5
-19
/
+39
*
[DSE] Fix for a dangling point bug in DeadStoreElimination.
Ankit
2019-12-05
1
-0
/
+41
*
[InstCombine] narrow select with FP casts
Sanjay Patel
2019-12-05
1
-11
/
+15
*
[InstCombine] add tests for fpext+select+fptrunc; NFC
Sanjay Patel
2019-12-05
1
-0
/
+84
*
[ARM] Enable TypePromotion by default
Sam Parker
2019-12-05
10
-10
/
+10
*
[InstCombine] Extend `0 - (X sdiv C) -> (X sdiv -C)` fold to non-splat vectors
Roman Lebedev
2019-12-05
1
-6
/
+3
*
[NFC][InstCombine] Autogenerate check lines in a few tests
Roman Lebedev
2019-12-05
4
-130
/
+130
*
Revert "[DebugInfo] Recover debug intrinsics when killing duplicated/empty ba...
Tozer
2019-12-04
2
-138
/
+0
*
[LoopInterchange] Improve inner exit loop safety checks.
Florian Hahn
2019-12-04
1
-0
/
+108
*
[DebugInfo] Recover debug intrinsics when killing duplicated/empty basic blocks
stozer
2019-12-04
2
-0
/
+138
*
[NFC][InstCombine] Update sub-of-negatible.ll test
Roman Lebedev
2019-12-04
1
-37
/
+122
*
[SimpleLoopUnswitch] Invalidate the topmost loop with ExitBB as exiting.
Florian Hahn
2019-12-04
1
-0
/
+63
*
[AArch64TTI] Compute imm materialization cost for AArch64 intrinsics
Florian Hahn
2019-12-04
1
-0
/
+89
*
[InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...
Craig Topper
2019-12-03
1
-3
/
+5
*
[LV] Scalar with predication must not be uniform
Ayal Zaks
2019-12-03
1
-0
/
+83
*
[SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Anton Afanasyev
2019-12-03
1
-48
/
+41
*
[CodeGen] Move ARMCodegenPrepare to TypePromotion
Sam Parker
2019-12-03
11
-0
/
+3346
*
Fix failing testcase to check for the correct output
Bill Wendling
2019-12-02
1
-7
/
+2
*
Place the "cold" code piece into the same section as the original function
Bill Wendling
2019-12-02
1
-0
/
+33
*
[InstCombine] fix undef propagation for vector urem transform (PR44186)
Sanjay Patel
2019-12-02
1
-1
/
+1
*
[ARM,MVE] Add an InstCombine rule permitting VPNOT.
Simon Tatham
2019-12-02
1
-0
/
+94
*
[Attributor] Copy or port test cases related to Attributor to` Attributor` te...
Hideto Ueno
2019-12-02
33
-751
/
+3081
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
4
-49
/
+49
*
[InstCombine] fold copysign with constant sign argument to (fneg+)fabs
Sanjay Patel
2019-12-02
1
-8
/
+10
*
[InstCombine] Fix big-endian miscompile of (bitcast (zext/trunc (bitcast)))
Bjorn Pettersson
2019-12-02
1
-10
/
+23
*
[NFC] Precommit test showing SROA loses `!tbaa.struct` metadata
Anton Afanasyev
2019-12-02
1
-0
/
+32
*
[X86][InstCombine] Move non-X86 specific instcombine test from test/CodeGen/X...
Craig Topper
2019-12-01
1
-0
/
+16
*
[X86][InstCombine] Move instcombine test from test/CodeGen/X86 to test/Transf...
Craig Topper
2019-12-01
1
-0
/
+20
*
remove UB from test by making GV alignment explicit
Nuno Lopes
2019-12-01
1
-4
/
+4
*
[InstCombine] Expand usub_sat patterns to handle constants
David Green
2019-11-30
2
-23
/
+16
*
[InstCombine] Adjust usub_sat fold one use checks
David Green
2019-11-30
1
-10
/
+9
*
[InstCombine] More usub_sat tests. NFC.
David Green
2019-11-30
2
-1
/
+300
*
[InstCombine] Run the cast.ll test a twice, now also testing little endian. NFC
Bjorn Pettersson
2019-11-29
1
-492
/
+501
*
[Attributor] Deduce dereferenceable based on accessed bytes map
Hideto Ueno
2019-11-29
1
-2
/
+41
*
[Attributor] Remove dereferenceable_or_null when nonull is present
Hideto Ueno
2019-11-29
1
-2
/
+7
*
[IVDescriptors] Skip FOR where we have multiple sink points for now.
Florian Hahn
2019-11-28
1
-0
/
+30
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-28
1
-0
/
+55
*
Revert "[Attributor] Move pass after InstCombine to futher eliminate null poi...
Dávid Bolvanský
2019-11-27
1
-47
/
+0
[prev]
[next]