Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c708db84ee719e45be9affc2613816b9c2747a22
c708db8
[x86] add vector fadd with undef elts test; NFC
by Sanjay Patel
· 7 years ago
049dc00
[x86] remove redundant tests; NFC
by Sanjay Patel
· 7 years ago
199609a
[DAGCombiner] allow undefs when matching vector splats for fmul folds
by Sanjay Patel
· 7 years ago
9cc5516
[x86] add vector fmul with undef elts tests; NFC
by Sanjay Patel
· 7 years ago
0620db4
[DAGCombiner] allow undef elts in vector fabs/fneg matching
by Sanjay Patel
· 7 years ago
f681ac4
[DAGCombiner] shorten code for bitcast+fabs fold; NFC
by Sanjay Patel
· 7 years ago
5edfe6a
[x86] add tests for FP logic folding for vectors with undefs; NFC
by Sanjay Patel
· 7 years ago
d827820
[clangd] NFC: Migrate to LLVM STLExtras API where possible
by Kirill Bobyrev
· 7 years ago
d28883e
[InstSimplify] add vector test for fneg+fdiv; NFC
by Sanjay Patel
· 7 years ago
b1a2f9a
[SelectionDAG] Respect multiple uses in SimplifyDemandedBits to SimplifyDemandedVectorElts simplification
by Simon Pilgrim
· 7 years ago
fd84d48
[AARCH64][X86] Remove _nonsplat from test names
by Simon Pilgrim
· 7 years ago
77c5e43
[LegalizeVectorOps] Make ExpandStrictFPOp return the result corresponding to the result number of the SDValue passed in.
by Craig Topper
· 7 years ago
2e19046
[IAI,LV] Avoid creating interleave-groups for predicated accesse
by Dorit Nuzman
· 7 years ago
bb3be36
[RISCV] Introduce alu8.ll and alu16.ll tests
by Alex Bradbury
· 7 years ago
f66e35e
[ORC] Consume unhandled errors in unit test.
by Lang Hames
· 7 years ago
ee5c35b
[ORC] Add a 'remove' method to JITDylib to remove symbols.
by Lang Hames
· 7 years ago
c8d6c16
[ORC] Pass symbol name to discard by const reference.
by Lang Hames
· 7 years ago
e52b757
[X86] getFauxShuffleMask - Handle undef + sentinel values in subvector insertion
by Simon Pilgrim
· 7 years ago
e4c0278
[X86][SSE] Add SSE41 vector int2fp tests
by Simon Pilgrim
· 7 years ago
46f18c3
[X86][AVX] Ensure resolveTargetShuffleInputs shuffle masks are the correct width
by Simon Pilgrim
· 7 years ago
9c58796
[X86] combinePMULDQ - add op back to worklist if SimplifyDemandedBits succeeds on either operand
by Simon Pilgrim
· 7 years ago
942f89c
[X86] Regenerate LSR loop iteration test
by Simon Pilgrim
· 7 years ago
29dbca1
[x86] add test for masked store with extra shift op; NFC
by Sanjay Patel
· 7 years ago
8020028
[X86][SSE] SimplifyDemandedVectorEltsForTargetNode - simplify PSHUFB masks
by Simon Pilgrim
· 7 years ago
df6aa31
[X86] Use the SimplifyDemandedBits wrappers where possible. NFCI.
by Simon Pilgrim
· 7 years ago
6b32c5a
Wdocumentation fix
by Simon Pilgrim
· 7 years ago
0d0e510
[SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplification
by Simon Pilgrim
· 7 years ago
199c0d3
[RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6
by Alex Bradbury
· 7 years ago
84a8da9
AMDGPU: Consolidate SMRD TableGen patterns
by Tom Stellard
· 7 years ago
4f840f1
[llvm-ar] Use POSIX-specified timestamps for 'tv'.
by Jordan Rupprecht
· 7 years ago
17dce3b
[New PM][PassTiming] implement -time-passes for the new pass manager
by Fedor Sergeev
· 7 years ago
741cd84
[AArch64] -mcpu=native CPU detection for Cavium processors
by Joel Jones
· 7 years ago
644c1ed
[llvm-nm] Update all tests to redirect stderr to stdout
by Petr Hosek
· 7 years ago
a722d37
X86, AArch64, ARM: Do not attach debug location to spill/reload instructions
by Matthias Braun
· 7 years ago
094f8ea
Specify -mtriple=x86_64 in an X86-specific dwarf test
by Vedant Kumar
· 7 years ago
e1a7411
[X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR support to 2 inputs
by Simon Pilgrim
· 7 years ago
a01d5b8
[LiveDebugValues] Extend var ranges through artificial blocks
by Vedant Kumar
· 7 years ago
ff3a583
Clarify debug output in LiveDebugValues
by Vedant Kumar
· 7 years ago
f5174db
Disable the dwarf callsite attrs test on Windows
by Vedant Kumar
· 7 years ago
00a8b03
[llvm-nm] Write "no symbol" output to stderr
by Petr Hosek
· 7 years ago
72d0d2c
Avoid hardcoding PC addresses in a dwarf test
by Vedant Kumar
· 7 years ago
5fccc46
[GlobalIsel] Add llvm.invariant.start and llvm.invariant.end
by Jessica Paquette
· 7 years ago
626a8eb
dwarfdump: Avoid parsing units unnecessarily
by David Blaikie
· 7 years ago
78b8f9d
[DebugInfo] Add support for DWARF5 call site-related attributes
by Vedant Kumar
· 7 years ago
b1bffa1
[x86] make blend tests resistant to demanded elements improvements; NFC
by Sanjay Patel
· 7 years ago
a8691d0
Fix dwarf-no-source-loc.ll path separator on Windows
by Reid Kleckner
· 7 years ago
2078575
DwarfDebug: Pick next location in case of missing location at block begin
by Matthias Braun
· 7 years ago
628b7f5
[RISCV] Regenerate several tests now enableMultipleCopyHints is enabled by default
by Alex Bradbury
· 7 years ago
6bab351
[X86] Don't promote i16 compares to i32 if the immediate will fit in 8 bits.
by Craig Topper
· 7 years ago
41c8ada
[X86] Move ReadAfterLd functionality into X86FoldableSchedWrite (PR36957)
by Simon Pilgrim
· 7 years ago
9d80992
[SelectionDAG] allow undefs when matching splat constants
by Sanjay Patel
· 7 years ago
24a3723
Format the dwarfdump --statistics version as an integer instead of a string.
by Adrian Prantl
· 7 years ago
eb13633
[x86] add test for (X - 0.0) vector with undef elts; NFC
by Sanjay Patel
· 7 years ago
2260903
[X86][SSE] Try to make MOVLPS/MOVHPS(+PD) instructions SimplifyDemandedElts proof
by Simon Pilgrim
· 7 years ago
ece1a2d
[x86] regenerate full checks; NFC
by Sanjay Patel
· 7 years ago
99f3c46
[x86] add test for fneg matching failure; NFC
by Sanjay Patel
· 7 years ago
d327e07
[X86][AVX] getFauxShuffleMask - add support for INSERT_SUBVECTOR subvector shuffles
by Simon Pilgrim
· 7 years ago
9a16b61
[LoopVectorizer] Use TTI.getOperandInfo()
by Jonas Paulsson
· 7 years ago
af9a1a1
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
by Jonas Paulsson
· 7 years ago
f4bd534
Add missing period to comment to match style of file.
by Neil Henning
· 7 years ago
69f7189
AMDGPU/GlobalISel: Add support for G_INTTOPTR
by Tom Stellard
· 7 years ago
70285a0
[WebAssembly] Saturating arithmetic intrinsics
by Thomas Lively
· 7 years ago
24abcf4
[cmake] Also create lowercase extension WinSDK symlinks
by Shoaib Meenai
· 7 years ago
11a3113
[WebAssembly] Fixed missing "global" symbol type in AsmParser.
by Wouter van Oortmerssen
· 7 years ago
48a6c8b
[globalisel][combine] When placing truncates, handle the case when the BB is empty
by Daniel Sanders
· 7 years ago
c801f26
[SimplifyCFG] Pass AggressiveInsts to DominatesMergePoint by reference. Remove null check.
by Craig Topper
· 7 years ago
9c4d2a2
[WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking for block start
by Yury Delendik
· 7 years ago
a978525
[llvm-mca] Remove unused/stale forward decl. NFC.
by Matt Davis
· 7 years ago
22bcdce
[RISCV] Support named operands for CSR instructions.
by Ana Pazos
· 7 years ago
ae0852b
[globalisel][combine] Fix a rare crash when encountering an instruction whose op0 isn't a reg
by Daniel Sanders
· 7 years ago
f2f6f77
[InstCombine] drop poison flags in SimplifyVectorDemandedElts
by Sanjay Patel
· 7 years ago
95dbc86
[X86][LegalizeVectorOps] Use MERGE_VALUES to return two results from LowerLoad. Remove special case code in LegalizeVectorOps that allowed us to only return one result.
by Craig Topper
· 7 years ago
bb5ea99
[SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead use an outer while loop to revisit.
by Craig Topper
· 7 years ago
65c237b
[WebAssembly] Don't modify preds/succs iterators while erasing from them
by Heejin Ahn
· 7 years ago
b57394b
AMDGPU: Rename isAmdCodeObjectV2 -> isAmdHsaOrMesa
by Konstantin Zhuravlyov
· 7 years ago
67b5d05
[COFF] [X86] Don't use llvm_unreachable for unsupported relocation types
by Martin Storsjo
· 7 years ago
9e29af39
[InstCombine] reduce code duplication in SimplifyDemandedVectorElts; NFCI
by Sanjay Patel
· 7 years ago
0101af5
Give same-named members unique timestamps on Darwin in llvm-ar.
by James Y Knight
· 7 years ago
c07d6f2
[globalisel][combine] Improve the truncate placement for the extending-loads combine
by Daniel Sanders
· 7 years ago
ef9b760
[x86] add test for SSE sqrtss register dep (PR22206)
by Sanjay Patel
· 7 years ago
5fffc11
AArch64: Fix XSeqPairs/WSeqPairs problems
by Matthias Braun
· 7 years ago
b3e5412
[AMDGPU] Match signed dot4/8 pattern.
by Farhana Aleen
· 7 years ago
af1f1aa
[llvm-mca][x86] Add PR36951 ReadAfterLd test case
by Simon Pilgrim
· 7 years ago
62aab8a
[InstCombine] allow bitcast to/from FP for vector insert/extract transform
by Sanjay Patel
· 7 years ago
367ebf0
[llvm-mca] Move field 'AllowZeroMoveEliminationOnly' to class RegisterFile. NFC.
by Andrea Di Biagio
· 7 years ago
4959586
[X86][AVX] Add PR39161 test case for v4f64 zzww shuffle
by Simon Pilgrim
· 7 years ago
59b2237
[utils] Ensure that update_mca_test_checks.py writes prefixes in alphabetical order
by Greg Bedwell
· 7 years ago
440a48b
[utils] simple refactor in update_mca_test_checks.py to make intent more readable
by Greg Bedwell
· 7 years ago
22abcbc
[RISCV] Remove overzealous is64Bit checks
by Alex Bradbury
· 7 years ago
e3c126f
[X86] Set correct MMO offset on scalarized load pieces
by David Greene
· 7 years ago
e13455f
[llvm-mca][x86] Add tests demonstrating ReadAfterLd delay
by Simon Pilgrim
· 7 years ago
c714477
[PassTimingInfo] cleanup on TimingData's Timer handling
by Fedor Sergeev
· 7 years ago
8ef94cf
[llvm-exegesis][NFC] Improve parsing of the YAML files
by Guillaume Chatelet
· 7 years ago
0ee9052
[doc] Update the programmer's manual about SmallSet's iterator
by Kristof Umann
· 7 years ago
1151093
[llvm-mca] Check for inconsistencies when constructing instruction descriptors.
by Andrea Di Biagio
· 7 years ago
edb8892
Fix MSVC "not all control paths return a value" warning. NFCI.
by Simon Pilgrim
· 7 years ago
c9b5c59
[RISCV][NFC] Remove dead CHECK lines from vararg.ll test
by Alex Bradbury
· 7 years ago
af8412e
[RISCV] Bugfix for floats passed on the stack with the ILP32 ABI on RV32F
by Alex Bradbury
· 7 years ago
f6c6a84
[llvm-exegesis][NFC] Test sched class names only in !NDEBUG mode.
by Clement Courbet
· 7 years ago
c1f3550
[X86] Merge matchANDXORWithAllOnesAsANDNP into combineANDXORWithAllOnesIntoANDNP. NFCI
by Craig Topper
· 7 years ago
Next »