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
*
[InstCombine] prevent infinite loop with sub/abs of constant expression
Tom Stellard
2020-06-23
1
-0
/
+18
*
[IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)
Tom Stellard
2020-06-16
1
-0
/
+38
*
Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.
Florian Hahn
2020-05-18
6
-0
/
+889
*
[Coroutines] Fix PR45130
Jun Ma
2020-04-29
1
-0
/
+52
*
[SimplifyCFG] Skip merging return blocks if it would break a CallBr.
Jonas Paulsson
2020-04-16
1
-0
/
+28
*
../llvm/utils/update_test_checks.py --opt-binary bin/opt ../llvm/test/Transfo...
Hans Wennborg
2020-03-19
1
-6
/
+24
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
2
-8
/
+90
*
[Transforms] add phase ordering tests for min/max/abs; NFC
Sanjay Patel
2020-03-19
1
-0
/
+87
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-0
/
+77
*
SROA: Don't drop atomic load/store alignments (PR45010)
Hans Wennborg
2020-02-28
1
-0
/
+15
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...
Roman Lebedev
2020-02-27
1
-4
/
+7
*
[NFC][InstCombine] Add shift amount reassociation in bittest miscompile examp...
Roman Lebedev
2020-02-27
1
-0
/
+17
*
[InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...
Roman Lebedev
2020-02-27
1
-2
/
+5
*
[NFC][InstCombine] Add shift amount reassociation miscompile example from PR4...
Roman Lebedev
2020-02-27
1
-0
/
+15
*
Revert "[LICM] Support hosting of dynamic allocas out of loops"
Philip Reames
2020-02-26
1
-168
/
+0
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
1
-0
/
+18
*
[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-0
/
+150
*
[CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
Clement Courbet
2020-02-19
1
-0
/
+2
*
[CodeGen] Fix the computation of the alignment of split stores.
Hans Wennborg
2020-02-12
2
-0
/
+185
*
[InstCombine] Fix infinite min/max canonicalization loop (PR44541)
Nikita Popov
2020-02-10
1
-0
/
+25
*
[InstCombine] Support disabling expensive combines in opt
Nikita Popov
2020-02-10
1
-1
/
+1
*
[InstCombine] Add test for -expensive-combines option; NFC
Nikita Popov
2020-02-10
1
-0
/
+28
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+29
*
[LV] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
1
-0
/
+79
*
[LV] Do not try to sink dead instructions.
Florian Hahn
2020-01-29
1
-0
/
+38
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-34
/
+32
*
[SLP] Add a test showing miscompilation in AltOpcode support
Andrei Elovikov
2020-01-23
1
-0
/
+131
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-0
/
+59
*
[NFC] Adjust test cases numbering, test commit.
Arkady Shlykov
2020-01-15
1
-8
/
+8
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-15
7
-32
/
+854
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-1
/
+1
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
1
-0
/
+1
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-0
/
+192
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-8
/
+5
*
[InstCombine] Add test for iterator invalidation bug; NFC
Nikita Popov
2020-01-14
1
-0
/
+36
*
[InstCombine] add test for possible cast-of-select transform; NFC
Sanjay Patel
2020-01-14
1
-0
/
+18
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-3
/
+3
*
[test] Make data layout of load-bitcast64.ll explicit, use update_test_checks.py
Juneyoung Lee
2020-01-15
1
-20
/
+43
*
[InstSimplify] add tests for vector select; NFC
Sanjay Patel
2020-01-14
2
-12
/
+29
*
[PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.
Hiroshi Yamauchi
2020-01-13
1
-0
/
+26
*
[InstCombine] add FMF to tests for more coverage; NFC
Sanjay Patel
2020-01-13
1
-6
/
+6
*
[InstCombine] add tests for select --> copysign; NFC
Sanjay Patel
2020-01-13
1
-0
/
+108
*
[InstSimplify] move tests for select from InstCombine; NFC
Sanjay Patel
2020-01-13
2
-33
/
+24
*
DSE: fix bug where we would only check libcalls for name rather than whole decl
Nuno Lopes
2020-01-11
2
-4
/
+20
*
[LoopRotate] Add tests for rotate with switch; NFC
Nikita Popov
2020-01-11
1
-0
/
+166
*
[LoopSimplify] Regenerate test checks; NFC
Nikita Popov
2020-01-11
1
-124
/
+116
*
[InstCombine] Preserve nuw on sub of geps (PR44419)
Nikita Popov
2020-01-11
1
-1
/
+1
*
[InstCombine] add tests for fsub; NFC
Sanjay Patel
2020-01-10
1
-0
/
+135
*
Follow up of 67bf9a6154d4b82c, minor fix in test case, removed duplicate option
Sjoerd Meijer
2020-01-10
1
-1
/
+1
*
[SVEV] Recognise hardware-loop intrinsic loop.decrement.reg
Sjoerd Meijer
2020-01-10
2
-0
/
+69
[next]