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
...
*
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
Whitney Tsang
2020-01-09
4
-0
/
+4
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
1
-2
/
+2
*
[InstSimplify] select Cond, true, false --> Cond
Sanjay Patel
2020-01-09
1
-6
/
+3
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
2
-2
/
+2
*
[InstCombine] Use minimal FMF in testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-09
1
-2
/
+2
*
[ARM][MVE] Don't unroll intrinsic loops.
Sam Parker
2020-01-09
1
-0
/
+49
*
[Matrix] Update shape propagation to iterate until done.
Florian Hahn
2020-01-09
1
-0
/
+84
*
[Matrix] Propagate and use shape information for loads.
Florian Hahn
2020-01-09
2
-123
/
+140
*
[Matrix] Implement back-propagation of shape information.
Florian Hahn
2020-01-09
2
-0
/
+222
*
[LV] Still vectorise when tail-folding can't find a primary inducation variable
Sjoerd Meijer
2020-01-09
2
-0
/
+89
*
[Attributor][FIX] Carefully change invokes to calls (after manifest)
Johannes Doerfert
2020-01-08
8
-26
/
+99
*
[Attributor][FIX] Avoid dangling value pointers during code modification
Johannes Doerfert
2020-01-08
1
-0
/
+10
*
Revert "[JumpThreading] Thread jumps through two basic blocks"
Kazu Hirata
2020-01-08
2
-115
/
+0
*
[InstSimplify] add tests for select of true/false; NFC
Sanjay Patel
2020-01-08
1
-51
/
+80
*
[InstCombine] Adding testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-08
1
-0
/
+15
*
[JumpThreading] Thread jumps through two basic blocks
Kazu Hirata
2020-01-08
2
-0
/
+115
*
Revert "[InstCombine] fold zext of masked bit set/clear"
Kadir Cetinkaya
2020-01-08
1
-37
/
+28
*
[SCEV] get more accurate range for AddExpr with wrap flag.
czhengsz
2020-01-07
1
-6
/
+2
*
[GVN/FP] Considate logic for reasoning about equality vs equivalance for floats
Philip Reames
2020-01-07
1
-0
/
+69
*
[InstCombine] try to pull 'not' of select into compare operands
Sanjay Patel
2020-01-07
1
-4
/
+15
*
llc: Change behavior of -mcpu with existing attribute
Matt Arsenault
2020-01-07
1
-3
/
+3
*
[PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double an...
Jinsong Ji
2020-01-06
1
-6
/
+9
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
3
-3
/
+3
*
[Metadata] Add TBAA struct metadata to `AAMDNode`
Anton Afanasyev
2020-01-06
1
-1
/
+1
*
[Coroutines] Remove corresponding phi values when apply simplifyTerminatorLea...
Brian Gesiak
2020-01-05
2
-11
/
+120
*
[InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...
Roman Lebedev
2020-01-04
2
-22
/
+16
*
[NFC][InstCombine] 'subtract from one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
2
-11
/
+78
*
[InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)
Roman Lebedev
2020-01-04
2
-22
/
+16
*
[NFC][InstCombine] 'subtract of one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
1
-0
/
+89
*
[Transforms][GlobalSRA] huge array causes long compilation time and huge memo...
Alexey Lapshin
2020-01-04
1
-0
/
+61
*
[PowerPC][LoopVectorize] Add tests for fp128 and fp16
Jinsong Ji
2020-01-03
1
-0
/
+58
*
[NFC][InstCombine] '(Op1 & С) - Op1' -> '-(Op1 & ~C)' fold (PR44427)
Roman Lebedev
2020-01-03
2
-10
/
+10
*
[NFC][InstCombine] '(Op1 & С) - Op1' pattern tests (PR44427)
Roman Lebedev
2020-01-03
1
-0
/
+98
*
[NFC][InstCombine] Autogenerate and2.ll checklines
Roman Lebedev
2020-01-03
1
-19
/
+19
*
[NFC][InstCombine] '(X & (- Y)) - X' -> '- (X & (Y - 1))' fold (PR44448)
Roman Lebedev
2020-01-03
1
-12
/
+12
*
[NFC][InstCombine] '(X & (- Y)) - X' pattern tests (PR44448)
Roman Lebedev
2020-01-03
1
-0
/
+158
*
[Attributor][FIX] Allow dead users of rewritten function
Johannes Doerfert
2020-01-03
1
-0
/
+55
*
[Attributor][FIX] Don't crash on ptr2int/int2ptr instructions
Johannes Doerfert
2020-01-03
1
-0
/
+10
*
[Attributor][FIX] Do not derive nonnull and dereferenceable w/o access
Johannes Doerfert
2020-01-03
4
-4
/
+23
*
[Attributor][FIX] Return CHANGED once a pessimistic fixpoint is reached.
Johannes Doerfert
2020-01-03
1
-0
/
+49
*
Fix for a dangling point bug in DeadStoreElimination pass
Ankit
2020-01-03
1
-0
/
+41
*
[InstCombine] replace undef elements in vector constant when doing icmp folds...
Sanjay Patel
2020-01-03
5
-10
/
+10
*
Revert "[Attributor] AAValueConstantRange: Value range analysis using constan...
Hideto Ueno
2020-01-03
7
-796
/
+32
*
[InstCombine] add tests for vector icmp with undef constant elements; NFC
Sanjay Patel
2020-01-02
5
-0
/
+54
*
[InstCombine] remove uses before deleting instructions (PR43723)
Sanjay Patel
2020-01-02
1
-0
/
+42
*
[InstCombine] Preserve inbounds when merging with zero-index GEP (PR44423)
Nikita Popov
2020-01-01
1
-3
/
+3
*
[InstCombine] Fix incorrect inbounds on GEP of GEP (PR44425)
Nikita Popov
2020-01-01
3
-3
/
+3
*
[InstCombine] Add tests for PR44423 and PR44425; NFC
Nikita Popov
2020-01-01
1
-0
/
+40
*
[InstCombine] Regenerate test checks; NFC
Nikita Popov
2020-01-01
2
-307
/
+520
*
[InstCombine] Add tests for sub nuw of geps; NFC
Nikita Popov
2020-01-01
1
-0
/
+101
[prev]
[next]