Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
199012c02cdb9abd5888775b8caab986e7bcaecf
199012c
Revert "[SCCP] Propagate integer range info for parameters in IPSCCP."
by Bruno Cardoso Lopes
· 8 years ago
9831f63
Revert "[SCCP] Fix mem-sanitizer failure introduced by r315288."
by Bruno Cardoso Lopes
· 8 years ago
e471346
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
by Lang Hames
· 8 years ago
8e46b87
[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts
by Jacob Gravelle
· 8 years ago
768ffd5
[X86][AVX512] Regenerate element insertion/extraction tests
by Simon Pilgrim
· 8 years ago
1eab66d
[TableGen] Convert VarDef to range_loop. NFC.
by Javed Absar
· 8 years ago
772b1aa
[mips] Duplicate the reciprocal instruction definitions for FP32
by Simon Dardis
· 8 years ago
771d209
Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
by Jonas Devlieghere
· 8 years ago
d4f424c
[PowerPC] Add missing record form instructions to the P9 Scheduling Model
by Stefan Pintilie
· 8 years ago
b41c277
[x86] add tests for insertelement; NFC
by Sanjay Patel
· 8 years ago
66e957c
after fixing the i386 case
by Uriel Korach
· 8 years ago
bceed5c
[mips] Partially fix PR34391
by Simon Dardis
· 8 years ago
60e48ff
[DAGCombine] Fix for shuffle to vector extend for non power 2 vectors
by David Stuttard
· 8 years ago
40bc0f3
[ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs
by Oliver Stannard
· 8 years ago
dd15603
[ARM, Asm] Add diagnostics for floating-point register operands
by Oliver Stannard
· 8 years ago
fe1782b
[ARM, Asm] Add diagnostics for general-purpose register operands
by Oliver Stannard
· 8 years ago
73de2f1
AMDGPU: Split MUBUF offset into aligned components
by Nicolai Haehnle
· 8 years ago
269a700
Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
by Jonas Devlieghere
· 8 years ago
098eeb5
[llvm-dwarfdump] Print type names in DW_AT_type DIEs
by Jonas Devlieghere
· 8 years ago
0e4cc59
[AsmParser] Add DiagnosticString to register classes in tablegen
by Oliver Stannard
· 8 years ago
6c69a3d
[SCCP] Fix mem-sanitizer failure introduced by r315288.
by Florian Hahn
· 8 years ago
5c5defd
[X86][SKYLAKE] Update regression test to differentiate between HASWELL and SKYLAKE scheduling.<NFC>
by Gadi Haber
· 8 years ago
36c8eee
[SCCP] Propagate integer range info for parameters in IPSCCP.
by Florian Hahn
· 8 years ago
ed65875
Fix for PR34888.
by Nemanja Ivanovic
· 8 years ago
a59b5e1
SILoadStoreOptimizer.cpp: Fix build; Clang doesn't like "using anonymous struct" since rL315256.
by NAKAMURA Takumi
· 8 years ago
db2b267
MCWinCOFFObjectWriter.h: Fix modules build in rL315257.
by NAKAMURA Takumi
· 8 years ago
cdaf07d
Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handle memcmp expansion."
by Clement Courbet
· 8 years ago
4a53d40
Ignore all duplicate frame index expression
by Bjorn Steinbrink
· 8 years ago
b599661
[RISCV] Fix build after r315254
by Alex Bradbury
· 8 years ago
9a553e9
[AVX512] Add patterns to commute integer comparison instructions during isel.
by Craig Topper
· 8 years ago
60c5ae5
Renable r314928
by Xinliang David Li
· 8 years ago
26935e7
[MC] Properly diagnose badly scoped .cfi_ directives
by Reid Kleckner
· 8 years ago
261c462
Give a test a triple
by Reid Kleckner
· 8 years ago
be1ef6a
[SEH] Use reportError instead of report_fatal_error for bad directives
by Reid Kleckner
· 8 years ago
4010882
[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriter
by Lang Hames
· 8 years ago
726d93c
[MC] Suppress .Lcfi labels when emitting textual assembly
by Reid Kleckner
· 8 years ago
520952c
Fix Wasm build after r315254
by Reid Kleckner
· 8 years ago
1d8cdbb
[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> through
by Lang Hames
· 8 years ago
37437af
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
by Lang Hames
· 8 years ago
3b8950a
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
by Adam Nemet
· 8 years ago
7541255
[llvm-rc] Try again to fix errors on big endian systems.
by Zachary Turner
· 8 years ago
99cee99
Fix LLDB build for Android.
by Eugene Zemtsov
· 8 years ago
331cf98
[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter
by Lang Hames
· 8 years ago
d2b6fe6
[DWARF] DW_TAG_imported_unit is not a unit type.
by Jonas Devlieghere
· 8 years ago
890f4de
[llvm-objdump] Use initializer list for scoped xar api constructors
by Francis Ricci
· 8 years ago
fa48080
[GISel]: Fix generation of illegal COPYs during CallLowering
by Aditya Nandakumar
· 8 years ago
3444540
Add a helper to build Copy instructions in MachineIRBuilder
by Aditya Nandakumar
· 8 years ago
8fa5072
[X86] Unsigned saturation subtraction canonicalization [the backend part]
by Zvi Rackover
· 8 years ago
9af4e0a
[SLP] Add test for reversed load, NFC.
by Alexey Bataev
· 8 years ago
5d1b2d3
Fix some C++ value / reference semantics issues.
by Zachary Turner
· 8 years ago
280c6ad
[globalisel] Add support for ValueType operands in patterns.
by Daniel Sanders
· 8 years ago
2e2586a
[MC] Use a unique_ptr<MCAssembler> for MCObjectStreamer's Assembler member.
by Lang Hames
· 8 years ago
963e18e
[InstCombine] fix formatting; NFC
by Sanjay Patel
· 8 years ago
24dbfe7
Fix after r315079
by Adrian McCarthy
· 8 years ago
87b0f4a
[dsymutil] Emit valid debug locations when no symbol flags are set
by Francis Ricci
· 8 years ago
4902d02
[SLP] Test for wrongly vectorized set of extractelements, NFC.
by Alexey Bataev
· 8 years ago
c453306
[TableGen] remove make_range where not necessary
by Javed Absar
· 8 years ago
ed3baee
[llvm-rc] Have the tokenizer discard single & block comments.
by Zachary Turner
· 8 years ago
d4b67a3
[DAG] combine assertsexts around a trunc
by Sanjay Patel
· 8 years ago
f78df63
[AArch64] Improve codegen for inverted overflow checking intrinsics
by Amara Emerson
· 8 years ago
18fc4d6
[x86] regenerate test checks; NFC
by Sanjay Patel
· 8 years ago
ce393d3
[AArch64] fix typos in test assertions
by Sanjay Patel
· 8 years ago
98ac087
[X86] Remove a setLoadExtAction from the AVX512 section that uses an AVX512BW type and is alraedy present in the AVX512BW section.
by Craig Topper
· 8 years ago
9736c3f
[X86] Enable extended comparison predicate support for SETUEQ/SETONE when targeting AVX instructions.
by Craig Topper
· 8 years ago
f78fbad
Remove unused variables. No functionality change.
by Benjamin Kramer
· 8 years ago
a038303
[X86][SSE] Don't call combineTo inside combineX86ShufflesRecursively. NFCI.
by Simon Pilgrim
· 8 years ago
4ba5a28
Tidyup with clang-format. NFCI.
by Simon Pilgrim
· 8 years ago
5443e84
[X86][SSE] Add test case for PR27708
by Simon Pilgrim
· 8 years ago
f02c2bd
Remove unused variables. No functionality change.
by Benjamin Kramer
· 8 years ago
fc2f034
[X86] Regenerate fast-isel-select-pseudo-cmov.ll to prepare for D38609.
by Craig Topper
· 8 years ago
52122df
[TableGen] Simplify, add range_loop in CodeGenSchedule
by Javed Absar
· 8 years ago
630a56b
[X86] getTargetConstantBitsFromNode - add support for decoding scalar constants
by Simon Pilgrim
· 8 years ago
5c8afd4
[X86] Prefer MOVSS/SD over BLENDI during legalization. Remove BLENDI versions of scalar arithmetic patterns
by Craig Topper
· 8 years ago
38f13ea
Make more constructors constexpr or use =default.
by Benjamin Kramer
· 8 years ago
0c84366
[AArch64][GlobalISel] Add a test case for G_PHI of p0 instruction selection.
by Amara Emerson
· 8 years ago
6a8905a
[AArch64][GlobalISel] Add a test case for G_PHI of p0 regbank selection.
by Amara Emerson
· 8 years ago
d20b82b
[AArch64][GlobalISel] Make G_PHI of p0 types legal.
by Amara Emerson
· 8 years ago
d423174
[X86][XOP] Add XOP oddshuffles tests
by Simon Pilgrim
· 8 years ago
2d2436c
[X86][SKX] Adding the scheduling information for the SKX target.
by Gadi Haber
· 8 years ago
3268f32
[X86] Add missing entries in 'MemoryFoldTable2Addr' to get complete form of the table.
by Ayman Musa
· 8 years ago
cb92739
[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend while disabling it by default.
by Ayman Musa
· 8 years ago
e583d96
[X86] Stop LowerSIGN_EXTEND_AVX512 from creating v8i16/v16i16/v16i8 vselects with a v8i1/v16i1 condition when BWI is not available.
by Craig Topper
· 8 years ago
e22eb3e
[X86] Add new attribute to X86 instructions to enable marking them as "not memory foldable"
by Ayman Musa
· 8 years ago
7e5d086d1
[X86] Simplify some code in getInsertVINSERTImmediate and getExtractVEXTRACTImmediate. NFC
by Craig Topper
· 8 years ago
0fafb9f
[X86] If we see an insert of a bitcast into zero vector, canonicalize it to move the bitcast to the other side of the insert.
by Craig Topper
· 8 years ago
ecabb5f
[X86] Remove ISD::INSERT_SUBVECTOR handling from combineBitcastForMaskedOp. Add isel patterns to make up for it.
by Craig Topper
· 8 years ago
6fc4cdb
[X86] Use getConstantOperandVal to simplify some code. NFC
by Craig Topper
· 8 years ago
fd99b11
[X86][SSE] Match bitcasted BUILD_VECTOR of constants for v2i64 shifts on 64-bit targets (PR34855)
by Simon Pilgrim
· 8 years ago
f55d8ba
[X86][SSE] Match bitcasted v4i32 BUILD_VECTORS for v2i64 shifts on 64-bit targets (PR34855)
by Simon Pilgrim
· 8 years ago
1302400
[SelectionDAG} Use KnownBits::isUnknown and hasConflict. NFC
by Craig Topper
· 8 years ago
bd27e7e
[X86] Add X86ISD::CMOV to computeKnownBitsForTargetNode and ComputeNumSignBitsForTargetNode.
by Craig Topper
· 8 years ago
aa08c2f
[InstSimplify] add tests to show we can do better at folding poison; NFC
by Sanjay Patel
· 8 years ago
f3cf853
[TableGen] Avoid repeated find calls in CodeGenDAGPatterns getters. NFCI.
by Simon Pilgrim
· 8 years ago
963a551
[X86][SSE] Improve shuffling combining with horizontal operations
by Simon Pilgrim
· 8 years ago
c36f662
[TableGen] Avoid unnecessary std::string creations
by Simon Pilgrim
· 8 years ago
58d1ad0
[X86] Update an outdated comment about SjLj
by Martin Storsjo
· 8 years ago
ee0bb0a
[X86] Correct result type for the flag result of RDSEED and RDRAND nodes. Correct the CC type for the CMOV used with RDSEED/RDRAND.
by Craig Topper
· 8 years ago
98224a5
[MachineOutliner] Disable outlining from LinkOnceODRs by default
by Jessica Paquette
· 8 years ago
1b2747a
[InstCombine] use correct type when propagating constant condition in simplifyDivRemOfSelectWithZeroOp (PR34856)
by Sanjay Patel
· 8 years ago
88aa4b2
[llvm-rc] Fix some endianness errors.
by Zachary Turner
· 8 years ago
Next »