Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
622b1d62efb88fc2776596fc847b2b0c8d6a4286
622b1d6
[DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of CloneModule"
by Roman Tereshin
· 7 years ago
603f108
Revert "build: reserve `--color-diagnostics` for lld"
by Saleem Abdulrasool
· 7 years ago
152533c
build: reserve `--color-diagnostics` for lld
by Saleem Abdulrasool
· 7 years ago
e9f782a
[PDB] Correctly use the target machine when writing DBI stream.
by Zachary Turner
· 7 years ago
9d2fcc2
[RISCV] Fix assert message operator
by Mandeep Singh Grang
· 7 years ago
9a56b66
Resubmit "Fix some incorrect fields in our generated PDBs."
by Zachary Turner
· 7 years ago
891d17e
[X86] Remove unnecessary -mattr to enable avx512bw when the -mcpu already enabled it. NFC
by Craig Topper
· 7 years ago
39a435f
[SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractelement/ext pair
by Haicheng Wu
· 7 years ago
08893d3
[ORC] Add a MaterializationResponsibility class to track responsibility for
by Lang Hames
· 7 years ago
3963b7d
[ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to
by Lang Hames
· 7 years ago
d7addc5
[Hexagon] Turn off flag enabling auto-vectorization
by Krzysztof Parzyszek
· 7 years ago
2ad02e3
[NFC] Move verificaiton check for f128 conversion into LowerINT_TO_FP()
by Lei Huang
· 7 years ago
1a43e1e
[InstCombine] simplify code in SimplifyAssociativeOrCommutative; NFCI
by Sanjay Patel
· 7 years ago
a71a379
[Attributes] Fix a bug in AttributeList::get so it can handle a mix of FunctionIndex and ReturnIndex/arg indices at the same time
by Craig Topper
· 7 years ago
a14fac4
Remove faulty assertion in llvm-pdbutil
by Adrian McCarthy
· 7 years ago
84d3862
Revert "Fix some incorrect fields in our generated PDBs."
by Zachary Turner
· 7 years ago
8af1bad
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
by Brock Wyma
· 7 years ago
b1bd163
Fix some incorrect fields in our generated PDBs.
by Zachary Turner
· 7 years ago
2be99d0
[InstCombine] simplify getBinOpsForFactorization(); NFC
by Sanjay Patel
· 7 years ago
a97e999
SmallVectorMemoryBuffer: Fix some comments
by David Blaikie
· 7 years ago
72fc210
[InstCombine] simplify fneg+fadd folds; NFC
by Sanjay Patel
· 7 years ago
7d7f34a
[InstCombine] fix formatting; NFC
by Sanjay Patel
· 7 years ago
3210e64
[AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for v_cndmask_b32
by Dmitry Preobrazhensky
· 7 years ago
368802e
[test] Avoid spurious failure in debug-names-find.s. NFC.
by Pavel Labath
· 7 years ago
a6f285a
[AArch64][SVE] Asm: Support for structured LD4 (scalar+imm) load instructions.
by Sander de Smalen
· 7 years ago
b5c81ab
[LatencyPriorityQueue] Fix build: missing override
by Roman Lebedev
· 7 years ago
2541725
[LatencyPriorityQueue] The LatencyPriorityQueue class is missing the implementation for the dump function
by Stefan Pintilie
· 7 years ago
4a9f0dd
[AArch64][SVE] Asm: Support for structured LD3 (scalar+imm) load instructions.
by Sander de Smalen
· 7 years ago
10fa4a1
[MIR-Canon] Fixing a test failure caused by COPY Folding.
by Puyan Lotfi
· 7 years ago
73e5c16
[mips] Restrict certain trap instructions for micromipsr6
by Stefan Maksimovic
· 7 years ago
f1f8a6d
[MIR-Canon] Adding ISA-Agnostic COPY Folding.
by Puyan Lotfi
· 7 years ago
388ad3d
[NFC][MIR-Canon] clang-format cleanup of Mir Canonicalizer Pass.
by Puyan Lotfi
· 7 years ago
0792ef7
[X86] Introduce archs: goldmont-plus & tremont
by Gabor Buella
· 7 years ago
7088d03
[AArch64][SVE] Asm: Support for structured LD2 (scalar+imm) load instructions.
by Sander de Smalen
· 7 years ago
d752376
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
by Weiming Zhao
· 7 years ago
0692f37
[BasicAA] Return MayAlias for the pointer plus variable offset to
by Shiva Chen
· 7 years ago
445c7b1
[X86] Use APInt::isSubsetof instead of APInt::intersects to avoid a negation of an APInt value. NFC
by Craig Topper
· 7 years ago
dc50512
[X86] Use uint32_t instead of unsigned in GetLo32XForm for readability. NFC
by Craig Topper
· 7 years ago
7f9e67c
[InstCombine] Simplify 'xor' to 'or' if no common bits are set.
by Roman Lebedev
· 7 years ago
6b8ddb4
[SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME notes
by Roman Lebedev
· 7 years ago
6c24dd3
[InstCombine] Simplify 'add' to 'or' if no common bits are set.
by Roman Lebedev
· 7 years ago
65f2d88
[NFC] ConstantOffsetExtractor::CanTraceInto(): add FIXME: no tests
by Roman Lebedev
· 7 years ago
b5e23d1
[MC] Moved all the remaining logic that computed instruction latency and reciprocal throughput from TargetSchedModel to MCSchedModel.
by Andrea Di Biagio
· 7 years ago
8a7e3a4
[DAGCombiner, PowerPC] allow X - (fpext(-Y) --> X + fpext(Y) with multiple uses
by Sanjay Patel
· 7 years ago
42ded2d
[InstCombine] simplify more code for distributive property; NFCI
by Sanjay Patel
· 7 years ago
7ee1ff5
[InstCombine] simplify code for distributive property; NFCI
by Sanjay Patel
· 7 years ago
5365e8b4
[Support] Extend WithColor helpers
by Jonas Devlieghere
· 7 years ago
6823222
NFC: Move ObjectMemoryBuffer to support
by Weiming Zhao
· 7 years ago
0c191c5
[DebugInfo] Use WithColor to print errors/warnings
by Jonas Devlieghere
· 7 years ago
5baab4c
[Support] Add convenience functions to WithColor. NFC.
by Jonas Devlieghere
· 7 years ago
851a760
[X86] Tests for unsigned saturation downconvert detection.
by Artur Gainullin
· 7 years ago
cfa414c
[InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMF
by Warren Ristow
· 7 years ago
9325168
[X86] Tests for unsigned saturation downconvert detection.
by Artur Gainullin
· 7 years ago
b5e9b6f
[InstCombine] add shift+logic tests (PR37098); NFC
by Sanjay Patel
· 7 years ago
5974c34
[X86][MMX] Set PAVG/PHADD/PMIN/PMAX/PSIGN instructions to use same scheduler classes as SSE/AVX
by Simon Pilgrim
· 7 years ago
c4c17fa
[NFC] fix trivial typos in document and comments
by Hiroshi Inoue
· 7 years ago
efcdcc2
[AMDGPU] Add gfx902 product names
by Tony Tye
· 7 years ago
1076c8d
[WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call
by Heejin Ahn
· 7 years ago
c4082cf
[X86] Add the bizarro movsww and movzww mnemonics for the disassembler.
by Craig Topper
· 7 years ago
3352f51
MachO: trap unreachable instructions
by Tim Northover
· 7 years ago
a68402c
[InstCombine][NFC] masked-merge: add 'and' tests, too.
by Roman Lebedev
· 7 years ago
9899cf0
[DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of CloneModule"
by Roman Tereshin
· 7 years ago
883750c
[DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule
by Roman Tereshin
· 7 years ago
129fc8c
[Hexagon] Initial instruction cost model for auto-vectorization
by Krzysztof Parzyszek
· 7 years ago
f5fe785
Revert r329956, "AArch64: Introduce a DAG combine for folding offsets into addresses."
by Peter Collingbourne
· 7 years ago
c6388fd
[LV] Introduce TTI::getMinimumVF
by Krzysztof Parzyszek
· 7 years ago
a1a50c5
[DebugInfo] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
2782d61
[Power9] Add the TLS store instructions to the Power 9 model
by Stefan Pintilie
· 7 years ago
15ff8ca
[Transforms] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
648f7ea
[MC] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
74fc0f2
[ProfileData] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
58f4dfd
[CostModel][X86] Add some specific cpu targets to the cost models
by Simon Pilgrim
· 7 years ago
4cba8e9
[CostModel][X86] Split fma arith costs tests from other fp tests
by Simon Pilgrim
· 7 years ago
bfe1c28
[LTO] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
069de1b
[CostModel][X86] Regenerate latency/codesize cost tests
by Simon Pilgrim
· 7 years ago
7a7d602
[CostModel][X86] Regenerate cast conversion cost tests
by Simon Pilgrim
· 7 years ago
8a10d1e
[CostModel][X86] Regenerate masked intrinsic cost tests
by Simon Pilgrim
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
275d90b
hwasan: add -fsanitize=kernel-hwaddress flag
by Andrey Konovalov
· 7 years ago
c833360
[InstCombine][NFC] masked-merge: commutativity tests: ensure the ordering.
by Roman Lebedev
· 7 years ago
24b0700
Add PPC64_GLINK dynamic tag.
by Sean Fertile
· 7 years ago
4467b4c
[mips] Materialize constants for multiplication
by Simon Dardis
· 7 years ago
cef8ffa
[X86] Remove remaining itinerary support from instructions and target (PR37093)
by Simon Pilgrim
· 7 years ago
b69d7e5
[ARM] FP16 vmaxnm/vminnm scalar instructions
by Sjoerd Meijer
· 7 years ago
6bda3ad
Revert r330027: "[llvm-exegesis] re-enable failing tests after r330026."
by Clement Courbet
· 7 years ago
a2ce47d
[llvm-mca] Ensure that instructions with a schedule read-advance are always issued in the right order.
by Andrea Di Biagio
· 7 years ago
8b2b901
[ARC] Add LImm support for J/JL
by Yan Luo
· 7 years ago
18b893f
[X86] Generalize X86FixupLEAs to work with TargetSchedModel
by Simon Pilgrim
· 7 years ago
6852646
[profile] Fix binary format reader error propagation.
by Mircea Trofin
· 7 years ago
c70bdbc
[llvm-exegesis] re-enable failing tests after r330026.
by Clement Courbet
· 7 years ago
5031ac2
[llvm-exegesis] Fix use after free.
by Clement Courbet
· 7 years ago
6d335d7
Remove comment reference to itineraries. NFCI.
by Simon Pilgrim
· 7 years ago
bb75598
[AArch64][SVE] Asm: Support for contiguous LD1 (scalar+imm) load instructions
by Sander de Smalen
· 7 years ago
9a2e6e5
[X86][AVX512] UNPCKL/H PS and PD should be scheduled with WriteFShuffle not WriteFAdd
by Simon Pilgrim
· 7 years ago
faa78cf
[X86] Remove remaining OpndItins/SizeItins from all instruction defs (PR37093)
by Simon Pilgrim
· 7 years ago
43c4e4a
Remove comment references to itineraries. NFCI.
by Simon Pilgrim
· 7 years ago
89eb2f7
[llvm-exegesis][NFC] Add more logging in case target creation fails.
by Clement Courbet
· 7 years ago
2ebff13
Remove out of data comment. NFCI.
by Simon Pilgrim
· 7 years ago
13bac7c
[PostRASink]Add register dependency check for implicit operands
by Jun Bum Lim
· 7 years ago
b86299a
[InstCombine][NFC] Regenerate logical-select.ll test
by Roman Lebedev
· 7 years ago
Next »