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
...
*
[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 1...
Craig Topper
2019-08-14
3
-208
/
+262
*
[SimplifyCFG] Add "safe abs" test from CMSIS DSP 'abs_with_clamp()'
Roman Lebedev
2019-08-14
1
-0
/
+34
*
[InstCombine][NFC] Autogenerate checks in adjust-for-minmax.ll
Roman Lebedev
2019-08-14
1
-82
/
+82
*
[LV] Fold-tail flag
Dorit Nuzman
2019-08-14
1
-1
/
+19
*
Revert '[LICM] Make Loop ICM profile aware' and 'Fix pass dependency for LICM'
David L. Jones
2019-08-14
1
-8
/
+2
*
Support swifterror in coroutine lowering.
John McCall
2019-08-14
1
-0
/
+143
*
Update for optimizer changes.
John McCall
2019-08-14
1
-1
/
+1
*
In coro.retcon lowering, don't explode if the optimizer messes around with th...
John McCall
2019-08-14
1
-0
/
+20
*
Fix a use-after-free in the coro.alloca treatment.
John McCall
2019-08-14
1
-0
/
+28
*
Add intrinsics for doing frame-bound dynamic allocations within a coroutine.
John McCall
2019-08-14
1
-0
/
+219
*
Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments...
John McCall
2019-08-14
6
-39
/
+220
*
Extend coroutines to support a "returned continuation" lowering.
John McCall
2019-08-14
5
-3
/
+388
*
[SimplifyLibCalls] Add noalias from known callsites
David Bolvansky
2019-08-13
14
-38
/
+118
*
[ValueTracking] Improve reverse assumption inference
Nikita Popov
2019-08-13
1
-2
/
+2
*
[NFC] Revisited/updated tests
David Bolvansky
2019-08-13
1
-4
/
+22
*
[SLC] Improve dereferenceable bytes annotation
David Bolvansky
2019-08-13
1
-1
/
+1
*
[InstCombine] Non-canonical clamp-like pattern handling
Roman Lebedev
2019-08-13
3
-155
/
+154
*
[InstCombine] foldXorOfICmps(): don't give up on non-single-use ICmp's if all...
Roman Lebedev
2019-08-13
2
-43
/
+41
*
[SimplifyLibCalls] Add dereferenceable bytes from known callsites
David Bolvansky
2019-08-13
19
-344
/
+808
*
[NFC][InstCombine] Non-canonical clamp pattern: non-canonical predicate tests
Roman Lebedev
2019-08-13
1
-0
/
+43
*
[InstCombine] add tests for scalar-select-of-vectors; NFC
Sanjay Patel
2019-08-12
1
-21
/
+82
*
[InstCombine] x /c fabs(x) -> copysign(1.0, x)
David Bolvansky
2019-08-12
1
-11
/
+28
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): avoid constantexp...
Roman Lebedev
2019-08-12
1
-0
/
+12
*
[MVE] Don't try to unroll vectorised MVE loops
David Green
2019-08-11
1
-0
/
+127
*
[ARM] Permit auto-vectorization using MVE
David Green
2019-08-11
1
-0
/
+5
*
[LICM] Make Loop ICM profile aware
Wenlei He
2019-08-11
1
-2
/
+8
*
[NFC][InstCombine] Tests for shift amount reassociation in bittest with trunc...
Roman Lebedev
2019-08-10
1
-0
/
+475
*
[InstCombine] Shift amount reassociation in bittest: relax one-use check when...
Roman Lebedev
2019-08-10
1
-6
/
+4
*
[InstCombine] Shift amount reassociation in bittest: drop pointless one-use r...
Roman Lebedev
2019-08-10
1
-6
/
+6
*
[NFC][InstCombine] Tests for shift amount reassociation in bittest with shift...
Roman Lebedev
2019-08-10
1
-10
/
+67
*
[Reassociate] try harder to convert negative FP constants to positive
Sanjay Patel
2019-08-10
3
-86
/
+85
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
2
-5
/
+36
*
[NFC] Added tests for D65898
David Bolvansky
2019-08-09
1
-0
/
+24
*
[GlobalOpt] prevent crashing on large integer types (PR42932)
Sanjay Patel
2019-08-09
1
-0
/
+23
*
[InstSimplify] Report "Changed" also when only deleting dead instructions
Bjorn Pettersson
2019-08-09
1
-0
/
+28
*
[InstCombine][NFC] Added comments about constants in tests for pow->exp2 fold
David Bolvansky
2019-08-08
2
-0
/
+2
*
[LICM] Support unary FNeg in LICM
Cameron McInally
2019-08-08
1
-2
/
+1
*
Add llvm.licm.disable metadata
Tim Corringham
2019-08-08
1
-0
/
+33
*
[Reassociate] add more tests with negative FP constants; NFC
Sanjay Patel
2019-08-08
1
-0
/
+332
*
[ScalarizeMaskedMemIntrin] Add test case for expanding scatter.
Craig Topper
2019-08-07
1
-0
/
+64
*
[Attributor] Provide easier checkForallReturnedValues functionality
Johannes Doerfert
2019-08-07
2
-3
/
+3
*
[LoopVectorize][X86] Clamp interleave factor if we have a known constant trip...
Craig Topper
2019-08-07
1
-15
/
+35
*
[NFC][LICM] Pre-commit test for unary FNeg support in LICM.
Cameron McInally
2019-08-07
1
-0
/
+23
*
[NFC] Fixed newly added tests
David Bolvansky
2019-08-07
1
-6
/
+9
*
[NFC] Added tests for x/fabs(X) fold
David Bolvansky
2019-08-07
1
-0
/
+75
*
[LoopVectorize][X86] Add test case for missed vectorization from PR42674.
Craig Topper
2019-08-07
1
-0
/
+41
*
[ValueTracking] When calculating known bits for integer abs, make sure we're ...
Craig Topper
2019-08-07
1
-1
/
+6
*
Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...
Craig Topper
2019-08-07
6
-147
/
+246
*
[InstCombine] Add a TODO comment
Jay Foad
2019-08-07
1
-0
/
+1
*
[InstCombine] Propagate fast math flags through selects
Jay Foad
2019-08-07
1
-11
/
+4
[prev]
[next]