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
*
[NFC] Added tests for 'select with ctlz to cttz' fold
David Bolvansky
2019-08-15
1
-0
/
+249
*
[InstCombine] Precommit test case for D66216
Florian Hahn
2019-08-15
1
-0
/
+99
*
[LV] fold-tail predication should be respected even with assume_safety
Dorit Nuzman
2019-08-15
2
-11
/
+177
*
[coroutine] Fixes "cannot move instruction since its users are not dominated ...
Gor Nishanov
2019-08-15
2
-0
/
+165
*
[Attributor] Use liveness during the creation of AAReturnedValues
Johannes Doerfert
2019-08-14
1
-1
/
+60
*
[RLEV] Rewrite loop exit values for multiple exit loops w/o overall loop exit...
Philip Reames
2019-08-14
2
-1
/
+168
*
[InstCombine][NFC] Tests for 'try to reuse constant from select in comparison'
Roman Lebedev
2019-08-14
1
-0
/
+298
*
[SLC] Dereferenceable annonation - handle valid null pointers
David Bolvansky
2019-08-14
2
-1
/
+23
*
[BuildLibCalls] Noalias annotation
David Bolvansky
2019-08-14
16
-124
/
+52
*
Ignore indirect branches from callbr.
Bill Wendling
2019-08-14
1
-0
/
+44
*
[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
[next]