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
*
AMDGPU: Fix some outdated datalayouts in tests
Matt Arsenault
2018-09-13
24
-17
/
+33
*
[NFC] Add Requires: asserts where needed
Max Kazantsev
2018-09-13
2
-0
/
+2
*
[NFC] Use expensive asserts in relevant LICM tests
Max Kazantsev
2018-09-13
2
-4
/
+4
*
revert r341288 - [Reassociate] swap binop operands to increase factoring pote...
Sanjay Patel
2018-09-12
1
-45
/
+35
*
[InstCombine] add tests for unsigned add overflow; NFC
Sanjay Patel
2018-09-12
1
-0
/
+153
*
[NFC][InstCombine] Drop newly-added interference-tests-for-high-bit-check.ll
Roman Lebedev
2018-09-12
1
-141
/
+0
*
[NFC][InstCombine] R38708 - inefficient pattern for high-bits checking.
Roman Lebedev
2018-09-12
3
-0
/
+621
*
[InstCombine] Inefficient pattern for high-bits checking (PR38708)
Roman Lebedev
2018-09-12
2
-16
/
+16
*
[NFC][InstCombine] R38708 - inefficient pattern for high-bits checking.
Roman Lebedev
2018-09-12
2
-0
/
+276
*
[CGP] Ensure splitgep gives deterministic output
David Green
2018-09-12
1
-0
/
+40
*
[SimplifyCFG] Put an alignment on generated switch tables
David Green
2018-09-12
1
-6
/
+51
*
[LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)
Florian Hahn
2018-09-12
1
-1
/
+1
*
[InstCombine] add folds for unsigned-overflow compares
Sanjay Patel
2018-09-11
1
-8
/
+8
*
[InstCombine] add folds for icmp with xor mask constant
Sanjay Patel
2018-09-11
1
-4
/
+3
*
[InstCombine] add tests for icmp with xor; NFC
Sanjay Patel
2018-09-11
1
-0
/
+47
*
Update MemorySSA in LoopUnswitch.
Alina Sbirlea
2018-09-11
35
-2
/
+36
*
[InstCombine] enhance vector demanded elements to look at a vector select con...
Sanjay Patel
2018-09-11
1
-5
/
+5
*
[InstCombine] add tests for add-with-overflow compares; NFC
Sanjay Patel
2018-09-11
1
-21
/
+116
*
[InstCombine] Fix incorrect usage of getPrimitiveSizeInBits when we should be...
Craig Topper
2018-09-11
1
-1
/
+1
*
[CallSiteSplitting] Add debug location to created PHI nodes.
Florian Hahn
2018-09-11
1
-0
/
+85
*
[InstCombine] Support (mul (sext x), cst) --> (sext (mul x, cst')) and (mul (...
Craig Topper
2018-09-11
1
-14
/
+14
*
[MemorySSAUpdater] Avoid creating self-referencing MemoryDefs
Alexandros Lamprineas
2018-09-11
1
-0
/
+50
*
[FuncAttrs] Remove "access range attributes" for read-none functions
Johannes Doerfert
2018-09-11
1
-0
/
+32
*
[NFC] Specify test's option to reduce reliance on defaults
Max Kazantsev
2018-09-11
1
-1
/
+1
*
[InstCombine] Add testcases for (mul (sext x), cst) --> (sext (mul x, cst')) ...
Craig Topper
2018-09-10
1
-0
/
+130
*
[InstCombine] Partially revert rL341674 due to PR38897.
Alina Sbirlea
2018-09-10
5
-48
/
+54
*
HotColdSplitting: fix test failing because of last commit
Sebastian Pop
2018-09-10
1
-3
/
+1
*
[LSR] Add tests for small constants; NFC
Gil Rapaport
2018-09-10
1
-0
/
+151
*
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
Tim Northover
2018-09-10
4
-5
/
+22
*
[GVN] Invalidate cached info for values replaced by equality propagation
John Brawn
2018-09-10
1
-0
/
+72
*
[IndVars] Set Changed if sinkUnusedInvariants changes IR. PR38863
Max Kazantsev
2018-09-10
1
-0
/
+32
*
AMDGPU: Fix tests using old number for constant address space
Matt Arsenault
2018-09-10
5
-11
/
+11
*
[SimplifyIndVar] Avoid generating truncate instructions with non-hoisted Laod...
Abderrazek Zaafrani
2018-09-07
1
-0
/
+84
*
Set cost of invariant group intrinsics to 0
Piotr Padlewski
2018-09-07
1
-4
/
+32
*
[InstCombine][x86] add tests for possible blendv transform (PR38814); NFC
Sanjay Patel
2018-09-07
1
-34
/
+98
*
[AST] Generalize argument specific aliasing
Philip Reames
2018-09-07
1
-2
/
+1
*
[InstCombine] narrow vector select with padded condition and extracted result...
Sanjay Patel
2018-09-07
1
-22
/
+24
*
[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely inver...
Craig Topper
2018-09-07
5
-58
/
+52
*
[LV] Fix code gen for conditionally executed loads and stores
Anna Thomas
2018-09-07
2
-0
/
+724
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
1
-0
/
+34
*
[InstCombine] Do not fold scalar ops over select with vector condition.
Florian Hahn
2018-09-07
1
-0
/
+14
*
[NewGVN] Mark function as changed if we erase instructions.
Florian Hahn
2018-09-07
1
-0
/
+18
*
[IndVars] Set Changed when we delete dead instructions. PR38855
Max Kazantsev
2018-09-07
1
-0
/
+24
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
5
-3
/
+9
*
[InstCombine] add xor+not folds
Sanjay Patel
2018-09-06
1
-6
/
+6
*
[InstCombine] add tests for xor-not; NFC
Sanjay Patel
2018-09-06
1
-0
/
+72
*
[SLC] Add an alignment to CreateGlobalString
David Green
2018-09-06
1
-1
/
+1
*
[NFC] Add test on full IV widening
Max Kazantsev
2018-09-05
1
-0
/
+44
*
[InstCombine] fix xor-or-xor fold to check uses and handle commutes
Sanjay Patel
2018-09-04
2
-30
/
+22
*
[InstCombine] update tests checks; NFC
Sanjay Patel
2018-09-04
1
-7
/
+18
[next]