Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
8a35df349b49406e8e3028aee7668be9afe7e44b
8a35df3
[InstCombine] return when SimplifyAssociativeOrCommutative makes a change
by Sanjay Patel
· 7 years ago
d79789a
CodeGen: Remove pipeline dependencies on StackProtector; NFC
by Matthias Braun
· 7 years ago
674f0a1
Simplify recursive launder.invariant.group and strip
by Piotr Padlewski
· 7 years ago
fda9d38
[llvm-mca] Constify SourceMgr::hasNext. NFC.
by Matt Davis
· 7 years ago
5c43c4c
[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.
by Matt Davis
· 7 years ago
b9bc173
[X86] Regenerate checks in sse-scalar-fp-arith.ll.
by Craig Topper
· 7 years ago
07757b9
[InstCombine] Simplify isKnownNegation
by Fangrui Song
· 7 years ago
9bd050e
[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions.
by Craig Topper
· 7 years ago
20f01a8
Revert r336950 and r336951 "[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions." and "foo"
by Craig Topper
· 7 years ago
1a14ab0
Remove redundant *_or_null checks; NFC
by George Burgess IV
· 7 years ago
30251f2
[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions.
by Craig Topper
· 7 years ago
197f95f
foo
by Craig Topper
· 7 years ago
5491930
Revert "[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED)"
by Martin Storsjo
· 7 years ago
0a4671b
[gold-plugin] Disable section ordering for relocatable links
by Bill Wendling
· 7 years ago
3418676
[SanitizerCoverage] Add associated metadata to 8-bit counters.
by Matt Morehouse
· 7 years ago
a120e0c
[PowerPC] [NFC] Update __float128 tests
by Stefan Pintilie
· 7 years ago
7cf5f05
[X86][FastISel] Support EVEX version of sqrt.
by Craig Topper
· 7 years ago
3392967
[X86] Add show-mc-encoding to some fast-isel intrinsic tests so we can observe a failure to select EVEX instructions.
by Craig Topper
· 7 years ago
4835c04
AMDGPU: Fix assert in truncate combine with vectors
by Matt Arsenault
· 7 years ago
87100fd
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC"
by Matthias Braun
· 7 years ago
50f2228
CodeGen: Remove pipeline dependencies on StackProtector; NFC
by Matthias Braun
· 7 years ago
c11a95f
[DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF
by Wolfgang Pieb
· 7 years ago
e3a9275
[X86] Connect the flags user from PCMPISTR instructions to the correct node from the instruction.
by Craig Topper
· 7 years ago
6e9115a
[X86][FastISel] Choose EVEX instructions when possible when lowering x86_sse_cvttss2si and similar intrinsics.
by Craig Topper
· 7 years ago
0f2affe
Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build bot
by Galina Kistanova
· 7 years ago
df4581e
Add --strip-all option back to llvm-strip.
by Stephen Hines
· 7 years ago
d595b3c
[NFC][X86][AArch64] Add tests for the 'check for [no] signed truncation' pattern
by Roman Lebedev
· 7 years ago
e427001
[llvm-mca] Simplify eventing by adding an onEvent templated method.
by Matt Davis
· 7 years ago
8840e88
Follow up of r336913: forgot to add the new test files.
by Sjoerd Meijer
· 7 years ago
e425a8e
[AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions
by Sjoerd Meijer
· 7 years ago
fd0e24d
[InstCombine] icmp-logical.ll: restore the original intention of the test.
by Roman Lebedev
· 7 years ago
83a86dd
[InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)
by Roman Lebedev
· 7 years ago
f6e6165
[ThinLTO] Escape module paths when printing
by Andrew Ng
· 7 years ago
0ae89b8
[DebugInfo][X86] Add start-after flags to MIR tests
by Francis Visoiu Mistrih
· 7 years ago
cf57e1b
[XRay] Fix machine verifier issues in X86
by Francis Visoiu Mistrih
· 7 years ago
3346827
[X86][SSE] Utilize ZeroableElements for canWidenShuffleElements
by Simon Pilgrim
· 7 years ago
36dba4a
[InstCombine]add testcases for folding more SPFofSPF pattern
by Chen Zheng
· 7 years ago
2d2bdce
[X86][AVX] Use Zeroable mask to improve shuffle mask widening
by Simon Pilgrim
· 7 years ago
ecc2469
[UnJ] Use SmallPtrSets for block collections. NFC
by David Green
· 7 years ago
8bda54e
Fix -Wdocumentation warnings. NFCI.
by Simon Pilgrim
· 7 years ago
2a6ae65
[X86] Add UDIV by uniform/non-uniform constant tests
by Simon Pilgrim
· 7 years ago
f35639b
[mips] Mark standard encoded instructions as not being in MIPS16e
by Simon Atanasyan
· 7 years ago
82b4601
[X86] Remove i128 type from FR128 regclass.
by Craig Topper
· 7 years ago
ee39f0b
[Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()
by Sam McCall
· 7 years ago
ae80745
Fix few typos in comments (write access test commit)
by Stefan Granitz
· 7 years ago
04d4b7f
[Dominators] Add isUpdateLazy() method to the DomTreeUpdater
by Chijun Sima
· 7 years ago
ad360c8
[X86] Remove patterns and ISD nodes for the old scalar FMA intrinsic lowering.
by Craig Topper
· 7 years ago
7d5acd8
[InstSimplify] simplify add instruction if two operands are negative
by Chen Zheng
· 7 years ago
f831f82
[AsmParser] Fix inconsistent declaration parameter name
by Fangrui Song
· 7 years ago
d972c63
Temporarily revert "Recommit r328307: [IPSCCP] Use constant range information for comparisons of parameters." as it's causing miscompiles.
by Eric Christopher
· 7 years ago
60aba7d
[x86] Fix another trivial bug in x86 flags copy lowering that has been
by Chandler Carruth
· 7 years ago
68cefd3
[X86] Add patterns to use VMOVSS/SD zero masking for scalar f32/f64 select with zero.
by Craig Topper
· 7 years ago
6c31f1e
[x86] Fix EFLAGS copy lowering to correctly handle walking past uses in
by Chandler Carruth
· 7 years ago
18d8ba4
[X86] Remove and autoupgrade the scalar fma intrinsics with masking.
by Craig Topper
· 7 years ago
9e49a81
Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests.
by Eric Christopher
· 7 years ago
15753b0
IR: Skip -print-*-all after -print-*
by Duncan P. N. Exon Smith
· 7 years ago
87c3b54
[CodeGen] Emit more precise AssertZext/AssertSext nodes.
by Eli Friedman
· 7 years ago
99a2c22
[LoopIdiomRecognize] Don't convert a do while loop to ctlz.
by Craig Topper
· 7 years ago
a6e3488
[LoopIdiomRecognize] Add a test case showing a loop we turn into ctlz that we shouldn't.
by Craig Topper
· 7 years ago
469c8ee
AMDGPU/SI: Initialize InstrInfo before TargetLoweringInfo in GCNSubtarget
by Tom Stellard
· 7 years ago
9c94a76
[MemorySSA] Add APIs to move memory accesses between blocks, following CFG changes.
by Alina Sbirlea
· 7 years ago
1935f94
Temporarily reverting.
by Bill Wendling
· 7 years ago
2517f16
[NFC][InstCombine] Tests for x & (-1 >> y) != x -> x u> (-1 >> y) fold
by Roman Lebedev
· 7 years ago
d2f9dac
AMDGPU: Remove duplicate call to initializeSubtargetDependencies()
by Tom Stellard
· 7 years ago
1d6fd07
AMDGPU: Refactor Subtarget classes
by Tom Stellard
· 7 years ago
3c69e86
finish: [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
by Joel E. Denny
· 7 years ago
0195c0b
[FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
ce57a4f
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
by Joel E. Denny
· 7 years ago
ea13527
Revert "[docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, represent this in docs"
by Teresa Johnson
· 7 years ago
35e8f7f
gold: Add ability to toggle function/data sections
by Bill Wendling
· 7 years ago
adfcff4
[DebugInfo] Fix getPreviousSibling after r336823
by Fangrui Song
· 7 years ago
2dd26c9
[InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
by Roman Lebedev
· 7 years ago
0e8a665
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
9f8f3ca
Quick fix for some Windows bots
by Paul Robinson
· 7 years ago
c642c1b
[FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
31b21da
Revert "[llvm-objdump] Add -demangle (-C) option"
by Paul Semel
· 7 years ago
f8a7a16
[X86] Remove patterns for inserting a load into a zero vector.
by Craig Topper
· 7 years ago
7a7cfd8
[TargetTransformInfo] Add pow2 analysis for scalar constants
by Simon Pilgrim
· 7 years ago
04804b2
AMDGPU/NFC: Use already available explicit kernarg
by Konstantin Zhuravlyov
· 7 years ago
f849788
[DebugInfo] Make children iterator bidirectional
by Jonas Devlieghere
· 7 years ago
67a7a09
[InstSimplify] add/move tests for add folds; NFC
by Sanjay Patel
· 7 years ago
d5cfc83
Fix llvm-objdump demangle test (added triple option)
by Paul Semel
· 7 years ago
9972f98
[X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm instructions.
by Andrea Di Biagio
· 7 years ago
3a44ccd
[llvm-objdump] Add -demangle (-C) option
by Paul Semel
· 7 years ago
33f4d61
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED)
by Simon Pilgrim
· 7 years ago
96954e8
[SLPVectorizer] Ensure alternate/passthrough doesn't vectorize sdiv with undef elts
by Simon Pilgrim
· 7 years ago
86d8ba1
[SLPVectorizer] Add some additional alternate cast tests
by Simon Pilgrim
· 7 years ago
191ae9e
Revert rL336804: [SLPVectorizer] Add initial alternate opcode support for cast instructions.
by Simon Pilgrim
· 7 years ago
abad63d
Recommit r334887: [SmallSet] Add SmallSetIterator.
by Florian Hahn
· 7 years ago
71b0da1
[SLPVectorizer] Add initial alternate opcode support for cast instructions.
by Simon Pilgrim
· 7 years ago
873b4b6
[CodeGen] Ignore debug uses in MachineCopyPropagation
by Krzysztof Parzyszek
· 7 years ago
aa62630
[mips] Update the P5600 scheduler model not to use instruction itineraries.
by Simon Atanasyan
· 7 years ago
336c1ae
[NFC][InstCombine] Converts isLegalNarrowLoad into isLegalNarrowLdSt
by Diogo N. Sampaio
· 7 years ago
483861b
[llvm-mca] Use a different character to flag instructions with side-effects in the Instruction Info View. NFC
by Andrea Di Biagio
· 7 years ago
6c02a48
[NFC][InstCombine] Tests for x & (-1 >> y) == x -> x u<= (-1 >> y) fold
by Roman Lebedev
· 7 years ago
f72585c
[ARM] ParallelDSP: multiple reduction stmts in loop
by Sjoerd Meijer
· 7 years ago
f0c06bd
Use debug-prefix-map for AT_NAME
by Jonas Devlieghere
· 7 years ago
be9aa7f
Recommit r336653: [VPlan] Add VPlanTestBase.h with helper
by Florian Hahn
· 7 years ago
dccc8cc
[AArch64][SVE] Asm: Support for COMPACT instruction.
by Sander de Smalen
· 7 years ago
5ee4539
Fix check-prefix vs check-prefixes typo in updated test
by Simon Pilgrim
· 7 years ago
Next »