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
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] X | C == C --> (X & ~C) == 0
Sanjay Patel
2019-02-06
1
-8
/
+8
*
[InstCombine] add tests for PR40611 and regenerate checks; NFC
Sanjay Patel
2019-02-06
1
-294
/
+349
*
[InstCombine] limit extracting shuffle transform based on uses
Sanjay Patel
2019-02-05
1
-2
/
+2
*
[InstCombine] split shuffle test to show extra use constraint; NFC
Sanjay Patel
2019-02-05
1
-3
/
+14
*
Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"
Evandro Menezes
2019-02-04
4
-49
/
+73
*
[PATCH] [TargetLibraryInfo] Update run time support for Windows
Evandro Menezes
2019-02-04
4
-73
/
+49
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
1
-0
/
+15
*
Commit tests for changes in revision D41608
Dmitry Venikov
2019-02-04
1
-0
/
+91
*
[InstCombine] Refactor test checks (NFC)
Evandro Menezes
2019-02-01
1
-198
/
+198
*
[Test] Update file w/update_test_checks.py to make a follow on change obvious
Philip Reames
2019-02-01
1
-29
/
+29
*
[InstCombine] Expand Windows test (NFC)
Evandro Menezes
2019-02-01
1
-52
/
+66
*
[InstCombine] Expand Windows test (NFC)
Evandro Menezes
2019-02-01
1
-21
/
+26
*
[InstCombine] Extra null-checking on TFE/LWE support
Michael Liao
2019-02-01
1
-0
/
+7
*
[InstCombine] Refactor test checks (NFC)
Evandro Menezes
2019-02-01
1
-16
/
+13
*
[InstCombine] Expand Windows test (NFC)
Evandro Menezes
2019-02-01
1
-15
/
+44
*
[InstCombine] Refactor test checks (NFC)
Evandro Menezes
2019-02-01
1
-42
/
+24
*
[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsic
Sanjay Patel
2019-02-01
1
-10
/
+12
*
[InstCombine] Missed optimization in math expression: simplify calls exp func...
Dmitry Venikov
2019-01-31
2
-30
/
+22
*
[InstCombine] Expand testing for Windows (NFC)
Evandro Menezes
2019-01-31
1
-48
/
+67
*
[InstCombine] Simplify check clauses in test (NFC)
Evandro Menezes
2019-01-31
1
-71
/
+57
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
6
-43
/
+126
*
[Tests] Add tests for propagation of undef elements in vector GEPs
Philip Reames
2019-01-30
1
-0
/
+25
*
SimplifyDemandedVectorElts for all intrinsics
Philip Reames
2019-01-30
1
-8
/
+8
*
[InstCombine][x86] add tests for addcarry intrinsic; NFC
Sanjay Patel
2019-01-30
1
-0
/
+36
*
Commit tests for changes in revision D41342
Dmitry Venikov
2019-01-30
2
-0
/
+178
*
[InstCombine] canonicalize cmp/select form of uadd saturate with constant
Sanjay Patel
2019-01-29
1
-6
/
+6
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2019-01-29
1
-63
/
+63
*
[InstCombine] add tests for ext-of-bool + add/sub; NFC
Sanjay Patel
2019-01-29
1
-0
/
+87
*
Correct contents for r352453
Philip Reames
2019-01-29
1
-72
/
+48
*
[Tests] Regen to remove future test diffs
Philip Reames
2019-01-29
1
-128
/
+152
*
[Test] Add tests for gather/maked.load demanded elements, and convert the who...
Philip Reames
2019-01-29
1
-17
/
+67
*
Demanded elements support for vector GEPs
Philip Reames
2019-01-28
1
-15
/
+9
*
[InstCombine] add another saturating uadd test (no undefs); NFC
Sanjay Patel
2019-01-28
1
-2
/
+15
*
[InstCombine] add tests for saturating uadd with constant; NFC
Sanjay Patel
2019-01-28
1
-0
/
+55
*
[ValueTracking] Look through casts when determining non-nullness
Johannes Doerfert
2019-01-26
4
-9
/
+108
*
Test cases for demanded elements on vector GEPs
Philip Reames
2019-01-24
1
-0
/
+127
*
[InstCombine] Simplify cttz/ctlz + icmp ugt/ult
Nikita Popov
2019-01-19
1
-26
/
+18
*
[InstCombine] Don't sink dynamic allocas
Reid Kleckner
2019-01-17
1
-0
/
+52
*
[InstCombine]Avoid introduction of unaligned mem access
Serguei Katkov
2019-01-16
1
-90
/
+158
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-1
/
+1
*
[InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs.
Florian Hahn
2019-01-15
1
-13
/
+29
*
AMDGPU: Add a fast path for icmp.i1(src, false, NE)
Marek Olsak
2019-01-15
1
-0
/
+193
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-0
/
+23
*
[ConstantFolding] Fold undef for integer intrinsics
Nikita Popov
2019-01-11
1
-411
/
+0
*
[SimplifyLibCalls] Fix memchr expansion for constant strings.
Eli Friedman
2019-01-09
2
-18
/
+22
*
[InstCombine] remove stale comments; NFC
Sanjay Patel
2019-01-08
1
-6
/
+0
*
[InstCombine] canonicalize another raw IR rotate pattern to funnel shift
Sanjay Patel
2019-01-08
1
-28
/
+5
*
fix comment typo - NFC
Chen Zheng
2019-01-08
1
-1
/
+1
*
[InstCombine] Improve cttz/ctlz + icmp tests; NFC
Nikita Popov
2019-01-05
1
-83
/
+134
*
[InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFC
Nikita Popov
2019-01-05
1
-0
/
+174
[next]