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
...
*
[NFC][InstSimplify] Add extra test for D67411 with @llvm.assume
Roman Lebedev
2019-09-11
1
-0
/
+21
*
LLVM: Optimization Pass: Remove conflicting attribute, if any, before
Whitney Tsang
2019-09-11
1
-0
/
+30
*
[ConstProp] add tests for fma that produce NaN; NFC
Sanjay Patel
2019-09-11
1
-0
/
+133
*
[ConstProp] move test file from InstSimplify; NFC
Sanjay Patel
2019-09-11
1
-1
/
+1
*
[InstSimplify] regenerate test CHECKs; NFC
Sanjay Patel
2019-09-11
1
-36
/
+43
*
[InstCombine] fold sign-bit compares of srem
Sanjay Patel
2019-09-11
1
-8
/
+20
*
[NFC] Updated objsize-64.ll test
David Bolvansky
2019-09-11
1
-1
/
+1
*
[NFC] Fixed test
David Bolvansky
2019-09-11
1
-2
/
+2
*
[InstCombine] Fixed handling of isOpNewLike (PR11748)
David Bolvansky
2019-09-11
1
-1
/
+11
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
11
-1042
/
+14
*
[LoopInterchange] Properly move condition, induction increment and ops to latch.
Florian Hahn
2019-09-11
5
-27
/
+216
*
[TLI][AMDGPU] AMDPAL does not have library functions
Tim Renouf
2019-09-11
1
-0
/
+21
*
[Attributor] Implement "noalias" callsite argument deduction
Hideto Ueno
2019-09-11
1
-0
/
+76
*
[Debuginfo][Instcombiner] Do not clone dbg.declare.
Alexey Lapshin
2019-09-11
1
-0
/
+144
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
11
-14
/
+1042
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
72
-72
/
+72
*
[NFC][InstCombine] rewrite test added in r371537 to use non-null pointer instead
Roman Lebedev
2019-09-10
1
-27
/
+91
*
[NFC][InstSimplify] rewrite test added in r371537 to use non-null pointer ins...
Roman Lebedev
2019-09-10
1
-43
/
+53
*
[NFC][InstCombine][InstSimplify] PR43251 - and some patterns with offset != 0
Roman Lebedev
2019-09-10
2
-1
/
+141
*
[NFC][InstCombine] PR43251 - valid for other predicates too
Roman Lebedev
2019-09-10
1
-2
/
+82
*
[InstCombine] Use SimplifyFMulInst to simplify multiply in fma.
Florian Hahn
2019-09-10
1
-10
/
+5
*
[InstCombine] Precommit tests for D67351.
Florian Hahn
2019-09-10
1
-0
/
+86
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
13
-2032
/
+3
*
[ExpandMemCmp] Add lit.local.cfg
Clement Courbet
2019-09-10
1
-0
/
+3
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
13
-3
/
+2032
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
11
-1042
/
+14
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
11
-14
/
+1042
*
[Tests] Fix a typo in a test
Philip Reames
2019-09-09
1
-83
/
+96
*
[Tests] Precommit test case for D67372
Philip Reames
2019-09-09
1
-10
/
+302
*
[LoopVectorize] Leverage speculation safety to avoid masked.loads
Philip Reames
2019-09-09
2
-18
/
+18
*
[SLP] add test for over-vectorization (PR33958); NFC
Sanjay Patel
2019-09-09
1
-0
/
+16
*
[NFC][InstCombine] Fixup test i added in rL371352.
Roman Lebedev
2019-09-09
1
-2
/
+2
*
[Inliner][NFC] Make test less brittle.
Clement Courbet
2019-09-09
1
-1
/
+1
*
[InstCombine][NFC] Some tests for usub overflow+nonzero check improvement (PR...
Roman Lebedev
2019-09-08
1
-0
/
+343
*
[InstSimplify] simplifyUnsignedRangeCheck(): if we know that X != 0, handle m...
Roman Lebedev
2019-09-08
1
-49
/
+17
*
[InstCombine] add tests for icmp with srem operand; NFC
Sanjay Patel
2019-09-08
1
-16
/
+108
*
[InstCombine] fold extract+insert into identity shuffle
Sanjay Patel
2019-09-08
1
-8
/
+9
*
[NFC][InstSimplify] Some tests for dropping null check after uadd.with.overfl...
Roman Lebedev
2019-09-08
1
-0
/
+278
*
[X86] Add prefer-128-bit subtarget feature.
Craig Topper
2019-09-07
4
-9
/
+17
*
[SimplifyCFG][NFC] Autogenerate PhiEliminate3.ll
Roman Lebedev
2019-09-07
1
-22
/
+71
*
[SimplifyCFG][NFC] Autogenerate two tests
Roman Lebedev
2019-09-07
2
-26
/
+89
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-0
/
+12
*
[LVI] Look through extractvalue of insertvalue
Nikita Popov
2019-09-07
1
-20
/
+7
*
[SimplifyCFG][NFC] Make merge-cond-stores-cost.ll X86-specific, and rewrite it
Roman Lebedev
2019-09-07
2
-37
/
+51
*
[SimplifyCFG][NFC] Show that we don't consider the cost when merging cond stores
Roman Lebedev
2019-09-07
1
-0
/
+36
*
[SimplifyCFG][NFC] Regenerate merge-cond-stores* tests
Roman Lebedev
2019-09-07
2
-54
/
+65
*
[Attributor] ValueSimplify Abstract Attribute
Hideto Ueno
2019-09-07
4
-3
/
+124
*
[X86] Replace -mcpu with -mattr on some tests.
Craig Topper
2019-09-06
2
-5
/
+4
*
[InstCombine] pow(x, +/- 0.0) -> 1.0
JF Bastien
2019-09-06
1
-0
/
+60
*
[SimplifyLibCalls] handle pow(x,-0.0) before it can assert (PR43233)
Sanjay Patel
2019-09-06
1
-0
/
+10
[prev]
[next]