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][InstCombine] Fixup few new tests in unrecognized_three-way-comparison.ll
Roman Lebedev
2019-08-22
1
-6
/
+6
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
4
-240
/
+222
*
[NFC][InstCombine] New tests: unrecognized_three-way-comparison.ll is ignoran...
Roman Lebedev
2019-08-22
1
-0
/
+121
*
[NFC][InstCombine] New tests: unrecognized_three-way-comparison.ll is ignoran...
Roman Lebedev
2019-08-22
1
-0
/
+121
*
[Loop Peeling] Fix silly bug in metadata update.
Serguei Katkov
2019-08-22
1
-0
/
+50
*
[Attributor] FIX: Try to make bots happy
Johannes Doerfert
2019-08-21
4
-4
/
+4
*
[Attributor] Fix: Gracefully handle non-instruction users
Johannes Doerfert
2019-08-21
1
-0
/
+23
*
[Attributor][NFCI] Introduce tight iteration bounds in the tests
Johannes Doerfert
2019-08-21
15
-15
/
+15
*
[Attributor] Use existing unreachable instead of introducing new ones
Johannes Doerfert
2019-08-21
1
-0
/
+10
*
[GVN] Do PHI translations across all edges between the load and the unavailab...
Florian Hahn
2019-08-21
1
-0
/
+125
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
19
-27
/
+68
*
Add a couple of extra test noticed in post-commit discussion of rL369541
Philip Reames
2019-08-21
1
-0
/
+19
*
[instcombine] icmp eq/ne (sub C, Y), C -> icmp eq/ne Y, 0
Philip Reames
2019-08-21
1
-0
/
+40
*
[InstCombine] narrow icmp with extended operands of different widths
Sanjay Patel
2019-08-21
1
-37
/
+30
*
[Attributor] Liveness for internal functions.
Stefan Stipanovic
2019-08-20
3
-1
/
+99
*
[InstCombine] add more extra use tests for icmp with extends; NFC
Sanjay Patel
2019-08-20
1
-2
/
+34
*
[InstCombine] add tests for mismatched cast ops for icmp; NFC
Sanjay Patel
2019-08-20
1
-18
/
+190
*
[BlockExtractor] Avoid assert with wrong line format
Jinsong Ji
2019-08-20
1
-0
/
+9
*
[InstCombine] simplify min/max of min/max with same operands (PR35607)
Sanjay Patel
2019-08-20
1
-96
/
+40
*
[InstCombine] add tests for min/max with min/max of same operands; NFC
Sanjay Patel
2019-08-20
1
-0
/
+382
*
[Attributor] Create abstract attributes on-demand
Johannes Doerfert
2019-08-20
7
-68
/
+25
*
[Attributor] Use structured deduction for AADereferenceable
Johannes Doerfert
2019-08-20
3
-12
/
+12
*
[Attributor] Use structured deduction for AANonNull
Johannes Doerfert
2019-08-20
7
-19
/
+45
*
[Attributor] -attributor-verify has false positives. Temporarily remove
Stefan Stipanovic
2019-08-19
1
-1
/
+0
*
[SLP] add test that requires shuffle of scalars; NFC
Sanjay Patel
2019-08-19
1
-0
/
+26
*
[NFC][InstCombine] Some tests for 'shift amount reassoc in bit test - trunc-o...
Roman Lebedev
2019-08-17
1
-0
/
+546
*
Revert r367891 - "[InstCombine] combine mul+shl separated by zext"
Sanjay Patel
2019-08-16
1
-6
/
+8
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-2
/
+2
*
[CodeGenPrepare] Fix use-after-free
Sanjay Patel
2019-08-16
1
-0
/
+17
*
[InstCombine][NFC] reuse-constant-from-select-in-icmp.ll - check branch_weigh...
Roman Lebedev
2019-08-16
1
-2
/
+8
*
[InstCombine][NFC] Revisit tests in reuse-constant-from-select-in-icmp.ll
Roman Lebedev
2019-08-16
1
-8
/
+30
*
[CaptureTracking] Allow null to be in either icmp operand
Johannes Doerfert
2019-08-16
1
-0
/
+14
*
[CodeGenPrepare] fix RUN line settings
Sanjay Patel
2019-08-16
1
-1
/
+1
*
[Attributor] Towards a more structured deduction pattern
Johannes Doerfert
2019-08-16
2
-7
/
+35
*
[InstCombine] canonicalize a scalar-select-of-vectors to vector select
Sanjay Patel
2019-08-16
1
-4
/
+10
*
[SLP] add tests for PR16739; NFC
Sanjay Patel
2019-08-16
1
-0
/
+68
*
[InstCombine] Simplify pow(2.0, itofp(y)) to ldexp(1.0, y)
Evandro Menezes
2019-08-16
1
-0
/
+63
*
[InstCombine] Shift amount reassociation in bittest: trunc-of-shl (PR42399)
Roman Lebedev
2019-08-16
1
-46
/
+34
*
[ARM] Don't pretend we know how to generate MVE VLDn
David Green
2019-08-16
1
-0
/
+416
*
[ValueTracking] Fix recurrence detection to check both PHI operands.
Florian Hahn
2019-08-16
1
-2
/
+2
*
[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
[prev]
[next]