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
...
*
[IndVarSimplify][NFC] Autogenerate check lines in loop_evaluate_1.ll
Roman Lebedev
2019-07-22
1
-18
/
+27
*
Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.
Eric Christopher
2019-07-22
1
-250
/
+0
*
[Attributor] Liveness analysis.
Stefan Stipanovic
2019-07-22
1
-0
/
+250
*
[Attributor] NoAlias on return values.
Stefan Stipanovic
2019-07-22
2
-5
/
+146
*
[SafeStack] Insert the deref after the offset
Petr Hosek
2019-07-22
1
-2
/
+2
*
WholeProgramDevirt: Teach the pass to respect the global's alignment.
Peter Collingbourne
2019-07-22
2
-14
/
+16
*
LowerTypeTests: Teach the pass to respect global alignments.
Peter Collingbourne
2019-07-22
1
-0
/
+16
*
[Loop Peeling] Fix the handling of branch weights of peeled off branches.
Serguei Katkov
2019-07-22
2
-8
/
+16
*
[InstCombine] Add foldAndOfICmps test cases inspired by PR42691.
Craig Topper
2019-07-22
1
-0
/
+39
*
[NFC][InstCombine] Add a few extra srem-by-power-of-two tests - extra uses
Roman Lebedev
2019-07-21
1
-0
/
+37
*
[NFC][InstCombine] Autogenerate a few tests
Roman Lebedev
2019-07-20
4
-17
/
+53
*
[NFC][InstCombine] Add srem-by-signbit tests - still can fold to bittest
Roman Lebedev
2019-07-20
1
-2
/
+46
*
[Local] Zap blockaddress without users in ConstantFoldTerminator.
Florian Hahn
2019-07-20
1
-4
/
+1
*
[InstCombine] Fix copy/paste mistake in the test cases I added for PR42691. NFC
Craig Topper
2019-07-19
1
-3
/
+5
*
[InstCombine] Add test cases for PR42691. NFC
Craig Topper
2019-07-19
1
-0
/
+83
*
[NFC][InstCombine] Tests for 'rem' formation from sub-of-mul-by-'div' (PR42673)
Roman Lebedev
2019-07-19
2
-0
/
+234
*
[NFC][InstCombine] Redundant masking before left-shift: tests with assume
Roman Lebedev
2019-07-19
4
-22
/
+130
*
[InstCombine] Dropping redundant masking before left-shift [5/5] (PR42563)
Roman Lebedev
2019-07-19
1
-8
/
+8
*
[InstCombine] Dropping redundant masking before left-shift [4/5] (PR42563)
Roman Lebedev
2019-07-19
1
-8
/
+8
*
[InstCombine] Dropping redundant masking before left-shift [3/5] (PR42563)
Roman Lebedev
2019-07-19
1
-10
/
+10
*
[InstCombine] Dropping redundant masking before left-shift [2/5] (PR42563)
Roman Lebedev
2019-07-19
1
-10
/
+10
*
[InstCombine] Dropping redundant masking before left-shift [1/5] (PR42563)
Roman Lebedev
2019-07-19
1
-11
/
+11
*
[InstCombine] Dropping redundant masking before left-shift [0/5] (PR42563)
Roman Lebedev
2019-07-19
1
-11
/
+11
*
[LAA] Re-check bit-width of pointers after stripping.
Michael Liao
2019-07-18
1
-0
/
+13
*
[AMDGPU] Tune inlining parameters for AMDGPU target
Daniil Fukalov
2019-07-17
1
-0
/
+31
*
[Attributor] Deduce "willreturn" function attribute
Hideto Ueno
2019-07-17
2
-7
/
+90
*
Add missing test for r366215
Amara Emerson
2019-07-16
1
-0
/
+71
*
[InstructionSimplify] Apply sext/trunc after pointer stripping
Michael Liao
2019-07-16
1
-1
/
+10
*
Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."
Eric Christopher
2019-07-15
1
-175
/
+33
*
[LoopUnroll+LoopUnswitch] do not transform loops containing callbr
Nick Desaulniers
2019-07-15
2
-0
/
+117
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+30
*
[FunctionAttrs] Remove readonly and writeonly assertion
Johannes Doerfert
2019-07-15
1
-0
/
+20
*
[Testing] Add missing "REQUIRES: asserts"
David Zarzycki
2019-07-15
1
-0
/
+1
*
[Loop Peeling] Fix the bug with IDom setting for exit loops
Serguei Katkov
2019-07-15
1
-0
/
+55
*
[LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.
Florian Hahn
2019-07-15
1
-0
/
+30
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
1
-0
/
+80
*
[Attributor] Deduce "nonnull" attribute
Hideto Ueno
2019-07-15
2
-66
/
+257
*
[ValueTracking] Look through constant Int2Ptr/Ptr2Int expressions
Johannes Doerfert
2019-07-15
1
-0
/
+10
*
[LV] Exclude loop-invariant inputs from scalar cost computation.
Florian Hahn
2019-07-14
1
-0
/
+109
*
[InstCombine] Add assume context test; NFC
Nikita Popov
2019-07-14
1
-0
/
+74
*
Revert "[InstCombine] add tests for umin/umax via usub.sat; NFC"
Sanjay Patel
2019-07-13
1
-72
/
+0
*
[InstCombine] add tests for umin/umax via usub.sat; NFC
Sanjay Patel
2019-07-13
1
-0
/
+72
*
[Attributor] Deduce "nofree" function attribute
Hideto Ueno
2019-07-12
5
-82
/
+158
*
[IndVars] Use exit count reasoning to discharge obviously untaken exits
Philip Reames
2019-07-12
1
-7
/
+3
*
[FunctionAttrs] Add a test for "nofree" function attribute
Hideto Ueno
2019-07-12
1
-0
/
+163
*
Test commit
Hideto Ueno
2019-07-12
1
-0
/
+1
*
[InstCombine] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr ...
David Bolvansky
2019-07-12
1
-105
/
+42
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
5
-44
/
+410
*
[InstCombine][NFCI] Add more test coverage to onehot_merge.ll
Huihui Zhang
2019-07-11
1
-0
/
+161
*
[NFC] Revisited tests for D64285
David Bolvansky
2019-07-11
2
-461
/
+201
[prev]
[next]