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
...
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-01
7
-32
/
+796
*
[X86][InstCombine] Add constant folding and simplification support for pdep a...
Craig Topper
2019-12-31
1
-0
/
+132
*
[InstCombine] fold zext of masked bit set/clear
Sanjay Patel
2019-12-31
1
-28
/
+37
*
[InstCombine] add/adjust tests for masked bit; NFC
Sanjay Patel
2019-12-31
1
-6
/
+66
*
Revert "[InstCombine] Fix infinite loop due to bitcast <-> phi transforms"
Nikita Popov
2019-12-31
1
-142
/
+0
*
[InstCombine] add tests for masked bit set/clear; NFC
Sanjay Patel
2019-12-31
1
-20
/
+188
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2019-12-31
1
-0
/
+142
*
[InstCombine] Don't rewrite phi-of-bitcast when the phi has other users
Connor Abbott
2019-12-31
1
-27
/
+25
*
[InstCombine] Add tests for PR44242
Connor Abbott
2019-12-31
1
-0
/
+192
*
[Attributor] Function signature rewrite infrastructure
Johannes Doerfert
2019-12-31
8
-30
/
+49
*
[Attributor] Propagate known align from arguments to call sites arguments
Johannes Doerfert
2019-12-31
4
-9
/
+8
*
[Attributor] Use abstract call sites to determine associated arguments
Johannes Doerfert
2019-12-31
5
-13
/
+15
*
[Attributor] Annotate the memory behavior of call site arguments
Johannes Doerfert
2019-12-31
27
-77
/
+79
*
[InstCombine] remove stale comment on test; NFC
Sanjay Patel
2019-12-30
1
-1
/
+1
*
[InstCombine] propagate sign argument through nested copysigns
Sanjay Patel
2019-12-30
1
-2
/
+1
*
[NFC] Add test for load-insert-store pattern
Qiu Chaofan
2019-12-30
1
-0
/
+98
*
[Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest
Hideto Ueno
2019-12-30
5
-6
/
+6
*
[Attributor] AAUndefinedBehavior: Check for branches on undef value.
Hideto Ueno
2019-12-29
4
-12
/
+159
*
[PowerPC][LoopVectorize]Add floating point reg usage test
Jinsong Ji
2019-12-27
1
-0
/
+91
*
[Matrix] Propagate and use shape info for binary operators.
Florian Hahn
2019-12-27
2
-6
/
+97
*
[Attributor] UB Attribute now handles all instructions that access memory thr...
Johannes Doerfert
2019-12-24
1
-14
/
+122
*
[Attributor] Function level undefined behavior attribute
Johannes Doerfert
2019-12-24
1
-0
/
+38
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
35
-52
/
+52
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
4
-5
/
+5
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
73
-106
/
+106
*
[InstCombine] add test for copysign; NFC
Sanjay Patel
2019-12-23
1
-0
/
+14
*
[InstCombine] add tests for not(select ...); NFC
Sanjay Patel
2019-12-23
1
-0
/
+142
*
[Matrix] Use fmuladd for matrix.multiply if allowed.
Florian Hahn
2019-12-23
4
-0
/
+276
*
[Matrix] Add forward shape propagation and first shape aware lowerings.
Florian Hahn
2019-12-23
3
-264
/
+392
*
Revert "[ARM][TypePromotion] Enable by default"
Reid Kleckner
2019-12-22
10
-10
/
+10
*
[InstCombine] enhance fold for copysign with known sign arg
Sanjay Patel
2019-12-22
1
-6
/
+4
*
[InstCombine] check alloc size in bitcast of geps fold (PR44321)
Sanjay Patel
2019-12-21
1
-8
/
+28
*
[SimplifyLibCalls] require fast-math-flags for pow(X, -0.5) transforms
Sanjay Patel
2019-12-21
1
-14
/
+22
*
[InstCombine] Improve infinite loop detection
Jakub Kuderski
2019-12-20
1
-0
/
+3
*
Temporarily revert "Reapply [LVI] Normalize pointer behavior" and "[LVI] Rest...
Jordan Rupprecht
2019-12-20
1
-2
/
+1
*
[InstCombine] add tests for cast+gep; NFC
Sanjay Patel
2019-12-20
1
-0
/
+44
*
[LV] Strip wrap flags from vectorized reductions
Ayal Zaks
2019-12-20
8
-21
/
+79
*
[ValueTracking] isKnownNonZero() should take non-null-ness assumptions into c...
Roman Lebedev
2019-12-20
2
-25
/
+28
*
[ValueTracking] isValidAssumeForContext(): CxtI itself also must transfer exe...
Roman Lebedev
2019-12-20
1
-1
/
+1
*
[NFC][InstCombine] Add a test for assume-induced miscompile
Roman Lebedev
2019-12-20
1
-0
/
+17
*
HotColdSplitting: Do not outline within noreturn functions
Vedant Kumar
2019-12-19
1
-0
/
+20
*
[SLP]Fix test arguments, NFC.
Alexey Bataev
2019-12-19
1
-9
/
+5
*
[NFC][InstCombine] Add some more non-zero assumption variants (D71660)
Roman Lebedev
2019-12-19
1
-0
/
+229
*
[SLP]Added test for gathering reused extracts from narrow vector, NFC.
Alexey Bataev
2019-12-19
1
-0
/
+71
*
[InstCombine] add/adjust tests for pow->sqrt; NFC
Sanjay Patel
2019-12-19
1
-35
/
+77
*
[ConstantHoisting] Ignore unreachable bb:s when collecting candidates
Bjorn Pettersson
2019-12-19
2
-0
/
+115
*
[InstCombine] Canonicalize select immediates
David Green
2019-12-19
1
-11
/
+11
*
[Instcombine] Add select canonicalization tests. NFC
David Green
2019-12-19
1
-0
/
+70
*
Revert "[InstCombine][AMDGPU] Trim more components of *buffer_load"
Piotr Sobczak
2019-12-18
1
-150
/
+150
*
[InstCombine] Insert instructions before adding them to worklist
Jakub Kuderski
2019-12-18
1
-1
/
+1
[prev]
[next]