Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c0621296d3e4f4924b8c9a80225b5ce468a9e152
c062129
[PPC] corrections in two testcases
by Ehsan Amiri
· 9 years ago
d150401
IPO: Introduce ThinLTOBitcodeWriter pass.
by Peter Collingbourne
· 9 years ago
339deb4
[AArch64] Add FeatureSlowMisaligned128Store to Exynos M1 and M2
by Evandro Menezes
· 9 years ago
731ad19
[ThinLTO] Thin link efficiency improvement: don't re-export globals (NFC)
by Teresa Johnson
· 9 years ago
7a05aeb
[SimplifyLibCalls] Add a test to make sure we lower fls(0) correctly.
by Davide Italiano
· 9 years ago
d956fc2
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
by Davide Italiano
· 9 years ago
e5d2103
DebugInfo: Make a Generic test case actually generic (remove datalayout/triple)
by David Blaikie
· 9 years ago
ce7273e
DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697
by David Blaikie
· 9 years ago
e886ddf
[IRTranslator] Merge the entry and ABI lowering blocks.
by Quentin Colombet
· 9 years ago
ae8181c
DebugInfo: Emit ranges for functions with DISubprograms but lacking locations on any instructions
by David Blaikie
· 9 years ago
30983dc
[SimplifyLibCalls] Remove redundant folding logic for ffs().
by Davide Italiano
· 9 years ago
986e672
Don't combine splats with other shuffles.
by Eli Friedman
· 9 years ago
e012a3d
Fix R_AARCH64_MOVW_UABS_G3 relocation
by Yichao Yu
· 9 years ago
0b698fe
AMDGPU: Select branch on undef to uniform scc branch
by Matt Arsenault
· 9 years ago
97e2734
[gold] Add datalayout to test where it was missing
by Teresa Johnson
· 9 years ago
6a48d2e
[ThinLTO] Revert part of r289843 that belonged to another patch.
by Teresa Johnson
· 9 years ago
259f5fb
Don't combine a shuffle of two BUILD_VECTORs with duplicate elements.
by Eli Friedman
· 9 years ago
8cf1000
[Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchg
by Sanjoy Das
· 9 years ago
70b49e6
[ThinLTO] Remove stale comment (NFC)
by Teresa Johnson
· 9 years ago
9ee618f
[PPC] Use CHECK-DAG instead of CHECK in the testcase
by Ehsan Amiri
· 9 years ago
56f1e4a
AMDGPU: Fix asserting on returned tail calls
by Matt Arsenault
· 9 years ago
de94ece
[ThinLTO] Thin link efficiency: skip candidate added later with higher threshold (NFC)
by Teresa Johnson
· 9 years ago
31f8665
AMDGPU: Assembler support for vintrp instructions
by Matt Arsenault
· 9 years ago
f977c2b
[LV] Enable vectorization of loops with conditional stores by default
by Matthew Simpson
· 9 years ago
84ecaa6
[SimplifyCFG] Merge debug locations when hoisting an instruction from a then/else branch. NFC.
by Andrea Di Biagio
· 9 years ago
f192c5d
[LiveRangeEdit] Change eliminateDeadDef assert to if condition.
by Geoff Berry
· 9 years ago
fa552fc
LibDriver: Allow resource files to be archive members.
by Peter Collingbourne
· 9 years ago
3e57787
Re-add the check for __has_attribute in StringLiteral.
by Zachary Turner
· 9 years ago
0eeb59d
BrainF example: fixing segfault caused by outdated code with missing MCJIT dependency
by Boris Ulasevich
· 9 years ago
3ed425b
Ignore -Wgcc-compat diagnostic in StringLiteral.
by Zachary Turner
· 9 years ago
8ca87b1
[InstCombine] add folds for icmp (smin X, Y), X
by Sanjay Patel
· 9 years ago
36850aa
Fix some remaining documentation references to MSVC 2013
by Reid Kleckner
· 9 years ago
18e2348
[StringRef] Add enable-if to StringLiteral.
by Zachary Turner
· 9 years ago
94ab0f2
[libFuzzer] doc update
by Kostya Serebryany
· 9 years ago
d834e08
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
by Ahmed Bougacha
· 9 years ago
b782ce7
[x86] use a single shufps for 256-bit vectors when it can save instructions
by Sanjay Patel
· 9 years ago
ad1bdf6
[AArch64] Guard Misaligned 128-bit store penalty by subtarget feature
by Matthew Simpson
· 9 years ago
13061e3
[AArch64][GlobalISel] Remove redundant RBI comments. NFC.
by Ahmed Bougacha
· 9 years ago
260d27c
[ThinLTO] Ensure callees get hot threshold when first seen on cold path
by Teresa Johnson
· 9 years ago
69a678c
[CMake] Minor change to symlink generation for LLDB
by Chris Bieneman
· 9 years ago
b10a96e
[x86] use a single shufps when it can save instructions
by Sanjay Patel
· 9 years ago
6677747
[X86][SSE] Fix domains for scalar store instructions
by Simon Pilgrim
· 9 years ago
bdaef54
Revert "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common inst"
by Robert Lougher
· 9 years ago
de36587
[lanai] Simplify small section check in LowerGlobalAddress and treat ldata sections specially.
by Jacques Pienaar
· 9 years ago
fb4f51e
[X86][AVX512] Moved instruction domain lookups to the right table. NFCI.
by Simon Pilgrim
· 9 years ago
9fc6de7
[SimplifyCFG] In sinkLastInstruction correctly set debugloc of "common" inst
by Robert Lougher
· 9 years ago
65440dd
Fix ubsan failures in lane mask shifts
by Krzysztof Parzyszek
· 9 years ago
a533d6c
[X86][SSE] Fix domains for VZEXT_LOAD type instructions
by Simon Pilgrim
· 9 years ago
82c3914
Fix for regression after Global Load Scalarization patch
by Alexander Timofeev
· 9 years ago
d6ca3f0
Extract LaneBitmask into a separate type
by Krzysztof Parzyszek
· 9 years ago
255071b
[CostModel][X86] Updated reverse shuffle costs
by Simon Pilgrim
· 9 years ago
152f85e
[TEST] Initial commit of tests for minmax horizontal reductions.
by Alexey Bataev
· 9 years ago
be2adce
Revert "[TESTS] Initial commit of tests, by Andrew Tischenko"
by Alexey Bataev
· 9 years ago
7b626df
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
by Ehsan Amiri
· 9 years ago
1e5c5ee
[CostModel] Fix long standing bug with reverse shuffle mask detection
by Simon Pilgrim
· 9 years ago
9086e00
[TESTS] Initial commit of tests, by Andrew Tischenko
by Alexey Bataev
· 9 years ago
158d97d
[Power9] Allow AnyExt immediates for XXSPLTIB
by Nemanja Ivanovic
· 9 years ago
74a7d89
[AVR] Support floats in the instrumention pass
by Dylan McKay
· 9 years ago
768d266
[CostModel][X86] Add tests for reverse shuffle costs
by Simon Pilgrim
· 9 years ago
c817e86
Add missing triple target for numeric section flag test
by Prakhar Bahuguna
· 9 years ago
2ef2a88
Simplify format member detection in FormatVariadic
by Pavel Labath
· 9 years ago
bc7935f
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
by Sjoerd Meijer
· 9 years ago
7a6365a
[AVR] Add argument indices to the instrumention hook functions
by Dylan McKay
· 9 years ago
cc0ebc0
Fix for build warning in execute-only support
by Prakhar Bahuguna
· 9 years ago
412b80f
Allow ELF section flags to be specified numerically
by Prakhar Bahuguna
· 9 years ago
af672fb
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
a1b0287
Add missing -mtriple to MIR test case
by Sanjoy Das
· 9 years ago
4ebefd4
Attempt to fix llvm-readobj crash on ppc64 due to r289674
by Yaxun Liu
· 9 years ago
a7bd1c6
Fix go bindings after r289702 (hopefully, don't really know how to build
by Daniel Jasper
· 9 years ago
abe2ee5
[libFuzzer] enable the failure-resistant merge by default (with trace-pc-guard only)
by Kostya Serebryany
· 9 years ago
9a24ed6
[AVR] Whitelist the avrlit config environment variables
by Dylan McKay
· 9 years ago
d11334d
Revert part of r289765 that is not necessary
by Hal Finkel
· 9 years ago
954db62
Trying to fix NDEBUG build after r289764
by Hal Finkel
· 9 years ago
146bbc6
Fix argument attribute queries with bundle operands
by Hal Finkel
· 9 years ago
d0f6642
[MachineBlockPlacement] Don't make blocks "uneditable"
by Sanjoy Das
· 9 years ago
d941d3f
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVectorElts.
by Craig Topper
· 9 years ago
c441ca8
Fix iterator-invalidation issue
by Hal Finkel
· 9 years ago
bffeba4
Remove the AssumptionCache
by Hal Finkel
· 9 years ago
fe647d2
Make processing @llvm.assume more efficient by using operand bundles
by Hal Finkel
· 9 years ago
f378ca7
Add testcases for some shuffle bugs.
by Eli Friedman
· 9 years ago
30623ab
Fix test/tools/lto/hide-linkonce-odr.ll after r289719
by Nico Weber
· 9 years ago
652375a
[NVPTX] Remove dead #defines from NVPTXUtilities.h.
by Justin Lebar
· 9 years ago
96f8539
Use PIC relocation model as default for PowerPC64 ELF.
by Joerg Sonnenberger
· 9 years ago
9a82bf2
[AMDGPU] Fix runtime-metadata.ll test so it doesn't leave an object file in the source tree.
by Justin Lebar
· 9 years ago
8c54b40
[NVPTX] Remove dead code.
by Justin Lebar
· 9 years ago
61cd9ae
[DAG] allow more select folding for targets that have 'and not' (PR31175)
by Sanjay Patel
· 9 years ago
c545336
[gold] Add datalayout to two tests where it was missing.
by Davide Italiano
· 9 years ago
b213c3c
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
c64f919
Add the ability to get attribute values as Optional<T>
by Greg Clayton
· 9 years ago
1df9c48
Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll.
by Justin Lebar
· 9 years ago
2eea31f
[NVPTX] Support .maxnreg annotation.
by Justin Lebar
· 9 years ago
55f2c14
[NVPTX] Remove string constants from NVPTXBaseInfo.h.
by Justin Lebar
· 9 years ago
f87c88e
LibDriver: Reject inputs that are not COFF objects or bitcode files.
by Peter Collingbourne
· 9 years ago
ca0bb7a
Only sets profile summary when it was not preset.
by Dehao Chen
· 9 years ago
f634383
Fix the bug in r289714 (NFC).
by Dehao Chen
· 9 years ago
23ae494
Revert revision 289721.
by Jan Sjodin
· 9 years ago
e0b8411
Dummy commit.
by Jan Sjodin
· 9 years ago
20cda1c
[LTO] Add the missing datalayout in a test.
by Davide Italiano
· 9 years ago
6b673b8
[LTO] Reject modules without datalayout.
by Davide Italiano
· 9 years ago
62776a8
[asan] Don't skip instrumentation of masked load/store unless we've seen a full load/store on that pointer.
by Filipe Cabecinhas
· 9 years ago
Next »