Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c8436a52c028a2a563a73662c6282ddaf8e7c2a0
c8436a5
[ARM GlobalISel] Add comment for r318398. NFC.
by Diana Picus
· 8 years ago
b946838
[x86][icelake]VNNI
by Coby Tayree
· 8 years ago
5366940
[x86][icelake]vbmi2
by Coby Tayree
· 8 years ago
6132334
SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).
by NAKAMURA Takumi
· 8 years ago
9e63bd5
[x86][icelake]vpclmulqdq introduction
by Coby Tayree
· 8 years ago
f6e1efe
[x86][icelake]VAES introduction
by Coby Tayree
· 8 years ago
f9cc391
[RISCV] Use register X0 (ZERO) for constant 0
by Alex Bradbury
· 8 years ago
ba7bdbf
[RISCV] Support and tests for a variety of additional LLVM IR constructs
by Alex Bradbury
· 8 years ago
fbdb03f
[RISCV] Implement lowering of ISD::SELECT
by Alex Bradbury
· 8 years ago
c9e07ab
[XRay] Use optimistic logging model for FDR mode
by Dean Michael Berris
· 8 years ago
1952e64
[X86] Simplify type constraints for AVX2 masked gather.
by Craig Topper
· 8 years ago
2ead3eb
Revert "[CGP] Enable complex addr mode (2nd attempt)"
by Serguei Katkov
· 8 years ago
8acce69
[X86] Simplify the predicates for avx2 masked gather patterns.
by Craig Topper
· 8 years ago
d713fe1
move static function. NFC
by Rafael Espindola
· 8 years ago
98ed2b2
[CGP] Enable complex addr mode (2nd attempt)
by Serguei Katkov
· 8 years ago
596d1e6
[AMDGPU] Fix DAGTypeLegalizer::SplitInteger for shift amount type
by Yaxun Liu
· 8 years ago
1b39cce
Split a rename_handle out of rename on windows.
by Rafael Espindola
· 8 years ago
3b2fe5e
Add default values for member functions.
by Richard Trieu
· 8 years ago
7480dbd
Re-revert "Refactor debuginfo-tests."
by Zachary Turner
· 8 years ago
ed677fa
xray-record-yaml.h: Remove unused file
by David Blaikie
· 8 years ago
bb5acf9
llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that it's non-modular
by David Blaikie
· 8 years ago
968314e
XRayRecord.h: Add missing #include
by David Blaikie
· 8 years ago
052cd73
YAML/XRay/std::vector: Fix ODR violation by removing local specialization
by David Blaikie
· 8 years ago
3a95a12
[SCCP] If we replace with a constant, we can't replace with a range.
by Davide Italiano
· 8 years ago
5121f3c
Revert r318678 to fix Clang test
by Richard Trieu
· 8 years ago
aa908b5
[msan] Don't sanitize "nosanitize" instructions
by Vitaly Buka
· 8 years ago
1bf38b1
[SelectionDAG] When promoting the result of a VSELECT, make sure we promote the condition to the SetCC type for the final result type not the original type.
by Craig Topper
· 8 years ago
712cf3f
[Sparc] efficient pattern for UINT_TO_FP conversion
by Fedor Sergeev
· 8 years ago
3f395b6
Add ADL support to range based <algorithm> extensions
by David Blaikie
· 8 years ago
2f8d9c0
Resubmit "Refactor debuginfo-tests" again.
by Zachary Turner
· 8 years ago
d2dfb38
Fix a lld-x86_64-darwin13 build error.
by Hiroshi Yamauchi
· 8 years ago
a0332be
bpf: add a test case for trunc-op optimization
by Yonghong Song
· 8 years ago
0912890
Add heuristics for irreducible loop metadata under PGO
by Hiroshi Yamauchi
· 8 years ago
6c35816
Fix spelling in comment. NFCI.
by Simon Pilgrim
· 8 years ago
0aedbb8
Revert "[SelectionDAG] Make sorting predicate stronger to remove non-deterministic ordering"
by Mandeep Singh Grang
· 8 years ago
db67615
[AArch64] Adjust the cost model for Exynos M1 and M2
by Evandro Menezes
· 8 years ago
7282c01
Revert "Fix out-of-order stepping behavior in programs with sunk instructions."
by Paul Robinson
· 8 years ago
b9e7453
[SelectionDAG] Make sorting predicate stronger to remove non-deterministic ordering
by Mandeep Singh Grang
· 8 years ago
61e813b
Fix out-of-order stepping behavior in programs with sunk instructions.
by Paul Robinson
· 8 years ago
7078f99
[X86] Avoid unecessary opsize byte in segment move to memory
by Nirav Dave
· 8 years ago
bfeecfb
[SROA] Correctly invalidate analyses when dead instructions deleted
by Teresa Johnson
· 8 years ago
6bc93b9
[AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/subb/subbrev}
by Dmitry Preobrazhensky
· 8 years ago
1f33a2e
[asan] Use dynamic shadow on 32-bit Android, try 2.
by Evgeniy Stepanov
· 8 years ago
8c81e85
[MachineCSE] Add new callback for is caller preserved or constant physregs
by Tony Jiang
· 8 years ago
40097af
[AMDGPU] Update test r600.amdgpu-alias-analysis.ll
by Yaxun Liu
· 8 years ago
b229458
[mips] Reorder target specific passes
by Simon Dardis
· 8 years ago
3a33e1c
[SystemZ] Bugfix for handling of subregisters in getRegAllocationHints().
by Jonas Paulsson
· 8 years ago
14f881d
[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.
by Tony Jiang
· 8 years ago
b2ea712
[AArch64][TableGen] Skip tied result operands for InstAlias
by Sander de Smalen
· 8 years ago
aeb7444
AMDGPU: Partial ILP scheduler port from SelectionDAG to SchedulingDAG (experimental)
by Valery Pykhtin
· 8 years ago
a36486e
[LV] Model masking in VPlan, introducing VPInstructions
by Gil Rapaport
· 8 years ago
3357ae9
[ARM GlobalISel] Add test for RSBri. NFC
by Diana Picus
· 8 years ago
ccfd3cc
[ARM GlobalISel] Clean up binary operator tests. NFC
by Diana Picus
· 8 years ago
1693ef3
[LV][X86] Support of AVX2 Gathers code generation and update the LV with this
by Mohammed Agabaria
· 8 years ago
a12579a
[X86] Regenerate a test with broadcast comments. NFC
by Craig Topper
· 8 years ago
0d68528
[IRCE] Smart range intersection
by Max Kazantsev
· 8 years ago
e3364dd
[CGP] Fix the crash caused by enable of complex addr mode
by Serguei Katkov
· 8 years ago
e0cc174
[X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not getX86CpuIDAndInfoEx.
by Craig Topper
· 8 years ago
a02c29a
[X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to keep the bits in order per register and encourage future additions to be in order too.
by Craig Topper
· 8 years ago
8d26b8b
[x86] add sqrt tests for partially-inline-libcalls (PR31455)
by Sanjay Patel
· 8 years ago
2dee974
[LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms
by Sanjay Patel
· 8 years ago
19ab459
[LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms
by Sanjay Patel
· 8 years ago
557e920
[InstSimplify] fold and/or of fcmp ord/uno when operand is known nnan
by Sanjay Patel
· 8 years ago
560ee7c
[X86] Add test cases for rndscaless/sd intrinsics.
by Craig Topper
· 8 years ago
0c61ae7
[X86] Improve load folding of scalar rcp28 and rsqrt28 instructions using sse_load_f32/f64.
by Craig Topper
· 8 years ago
f7f7143
[bpf] remove unused variable
by Alexei Starovoitov
· 8 years ago
b5cbc77
[bpf] allow direct and indirect calls
by Alexei Starovoitov
· 8 years ago
83b54ba
[X86] Switch cannonlake to use the SkylakeServer scheduling model instead of Haswell.
by Craig Topper
· 8 years ago
e01a793
[X86] Add skeleton support for icelake CPU.
by Craig Topper
· 8 years ago
1d3b166
[X86] Fix 80 column violation and remove trailing whitespace. NFC
by Craig Topper
· 8 years ago
cc79ed3
[LIT] Fix testing out-of-tree Clang builds
by Eric Fiselier
· 8 years ago
f8539a6
[MC][X86] Add test case from PR19251
by Simon Pilgrim
· 8 years ago
3bfd36c
[MC][X86] Add teet case from PR32807
by Simon Pilgrim
· 8 years ago
9284972
Fix use of config.h in public headers.
by Eric Fiselier
· 8 years ago
907754a
[X86][AVX512VL] Add AVX512VL tests to the vselect packss tests.
by Simon Pilgrim
· 8 years ago
5d6db15
[X86] Add another gather test with v8i8 sign extended indices.
by Craig Topper
· 8 years ago
bc2091e
[X86] Simplify the gather/scatter isel predicates.
by Craig Topper
· 8 years ago
1c264a2
[X86] Qualify a few places with ExperimentalVectorWideningLegalization.
by Craig Topper
· 8 years ago
ef51737
[X86] Add todo comment for TRUNC(SUB(X,C)) -> SUB(TRUNC(X),C')
by Simon Pilgrim
· 8 years ago
e4bdacd
[CallSiteSplitting] Remove some indirection (NFC).
by Florian Hahn
· 8 years ago
5f1ca19
[x86] add tests for unnecessary shuffling; NFC
by Sanjay Patel
· 8 years ago
dc3bf34
[X86] Output cfi directives for saved XMM registers even if no GPRs are saved
by Martin Storsjo
· 8 years ago
2cd93d8
[X86] Fix typo in variable name. NFC
by Craig Topper
· 8 years ago
5f15b7e
[AArch64] Map G_LOAD on FPR when the definition goes to a copy to FPR
by Quentin Colombet
· 8 years ago
7bf447e
[AArch64] Map G_STORE on FPR when the source comes from a FPR copy
by Quentin Colombet
· 8 years ago
b8765da
[RegisterBankInfo] Relax the assert of having matching type sizes on default mappings
by Quentin Colombet
· 8 years ago
8e0e176
[AArch64][RegisterBankInfo] Teach instruction mapping about gpr32 -> fpr16 cross copies
by Quentin Colombet
· 8 years ago
a3c17b6
Reorder static functions. NFC.
by Rafael Espindola
· 8 years ago
53742c5
Split realPathFromHandle in two.
by Rafael Espindola
· 8 years ago
43a4579
[asan] Add a full redzone after every stack variable
by Walter Lee
· 8 years ago
3cdd9f6d
Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
by Evgeniy Stepanov
· 8 years ago
603ba13
[globalisel][tablegen] Generalize pointer-type inference by introducing ptypeN. NFC
by Daniel Sanders
· 8 years ago
b287a8d
[lit] Try to improve Ctrl-C behavior on Windows
by Reid Kleckner
· 8 years ago
8e87d92
[CMake][runtimes] Don't passthrough prefixes for non-default targets
by Petr Hosek
· 8 years ago
cf9af88
Fix an issue with llvm lit tool substitutions.
by Zachary Turner
· 8 years ago
fc1a0ac
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true.
by Zhen Cao
· 8 years ago
9f8c017
AMDGPU: Move hazard avoidance out of waitcnt pass.
by Matt Arsenault
· 8 years ago
ddb44a6
[llvm-profdata] Don't treat non-fatal merge errors as fatal
by Vedant Kumar
· 8 years ago
4f5d63b
llvm-demangle-fuzzer: Link in Support
by Jonas Hahnfeld
· 8 years ago
974e5c8
[LICM] Fix PR35342
by Jun Bum Lim
· 8 years ago
Next »