Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
64002dd8fea4015890c8ebdd90015d49efa165ec
64002dd
[yaml2obj/obj2yaml] - Support dumping/parsing ABI version.
by George Rimar
· 7 years ago
41901c0
[InstCombine][AMDGPU] Handle more buffer intrinsics
by Piotr Sobczak
· 7 years ago
8d01cce
[MSan] Don't emit __msan_instrument_asm_load() calls
by Alexander Potapenko
· 7 years ago
0564fdd
Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads."
by Clement Courbet
· 7 years ago
74d8f37
[NFC] Fix trailing comma after function.
by Clement Courbet
· 7 years ago
768b489
[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads.
by Clement Courbet
· 7 years ago
631b5bc
[HWASAN] Add support for memory intrinsics
by Eugene Leviant
· 7 years ago
26f6300
[PowerPC] Implement the isSelectSupported() target hook
by Kang Zhang
· 7 years ago
f41808d
[DAGCombiner] Fix a place that was creating a SIGN_EXTEND with an extra operand.
by Craig Topper
· 7 years ago
42a382c
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
by Michael Kruse
· 7 years ago
347590f
[WebAssembly] Emit a splat for v128 IMPLICIT_DEF
by Thomas Lively
· 7 years ago
b15ca80
Fix build errors introduced by r349712 on aarch64 bots.
by Amara Emerson
· 7 years ago
d0092eb
[WebAssembly] Gate unimplemented SIMD ops on flag
by Thomas Lively
· 7 years ago
6493b36
AMDGPU: Make i1/i64/v2i32 and/or/xor legal
by Matt Arsenault
· 7 years ago
48efaa1
AMDGPU/GlobalISel: Fix ValueMapping tables for i1
by Matt Arsenault
· 7 years ago
32e66b7
[X86] Disable custom widening of signed/unsigned add/sub saturation intrinsics under -x86-experimental-vector-widening-legalization.
by Craig Topper
· 7 years ago
80fa53b
[AArch64][GlobalISel] Implement selection og G_MERGE of two s32s into s64.
by Amara Emerson
· 7 years ago
f6ea129
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
by Jordan Rupprecht
· 7 years ago
e675164
AMDGPU/GlobalISel: RegBankSelect for fp conversions
by Matt Arsenault
· 7 years ago
c6f0084
AMDGPU/GlobalISel: Legality/regbankselect for atomicrmw/atomic_cmpxchg
by Matt Arsenault
· 7 years ago
b7cd6fd
[asan] Undo special treatment of linkonce_odr and weak_odr
by Vitaly Buka
· 7 years ago
a94c934
[asan] Prevent folding of globals with redzones
by Vitaly Buka
· 7 years ago
94edab2
[gn build] Make `ninja check-lld` also run LLD's unit tests
by Nico Weber
· 7 years ago
722838d
[DwarfExpression] Fix a typo in a doxygen comment. NFC.
by Matt Davis
· 7 years ago
d24b4c8
[gn build] Add check-lld target and make it work
by Nico Weber
· 7 years ago
2895012
[X86] Remove TLI variable from ReplaceNodeResults. NFC
by Craig Topper
· 7 years ago
934db57
AMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16 bitcasts
by Rhys Perry
· 7 years ago
ac09626
[CodeGenPrepare] Fix bad IR created by large offset GEP splitting.
by Eli Friedman
· 7 years ago
2f8229e
Fix test commit
by Rhys Perry
· 7 years ago
1b084f0
Test commit
by Rhys Perry
· 7 years ago
d45f58d
[llvm-mca] Rename directory for the Cortex tests (NFC)
by Evandro Menezes
· 7 years ago
289ef28
[llvm-mca] Update Exynos test cases (NFC)
by Evandro Menezes
· 7 years ago
a403dca
[AArch64] Improve Exynos predicates
by Evandro Menezes
· 7 years ago
f236e02
[AArch64] Use canonical copy idiom
by Evandro Menezes
· 7 years ago
992a545
Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"
by Nikita Popov
· 7 years ago
8099039
[llvm-ar] Simplify string table get-or-insert pattern with .insert, NFC
by Reid Kleckner
· 7 years ago
34890f3
[x86] add test to show ddup hole; NFC (PR37502)
by Sanjay Patel
· 7 years ago
f85aa0e
[gn build] Add build file for clang/lib/Basic and dependencies, 2nd try
by Nico Weber
· 7 years ago
576e6bc
Revert 349677, it contained a whole bunch of stuff I did not mean to commit
by Nico Weber
· 7 years ago
fc16245
[gn build] Add build file for clang/lib/Basic and dependencies
by Nico Weber
· 7 years ago
c93c383
[BDCE][DemandedBits] Detect dead uses of undead instructions
by Nikita Popov
· 7 years ago
97a44c8
Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"
by Alexandre Ganea
· 7 years ago
7bdfb49
[X86] Remove a bunch of 'else' after returns in reduceVMULWidth. NFC
by Craig Topper
· 7 years ago
838b95b5
llvm-dwarfdump: Improve/fix pretty printing of array dimensions
by David Blaikie
· 7 years ago
dc8dd58
[ThinLTO] Remove dllimport attribute from locally defined symbols
by Matthew Voss
· 7 years ago
39d6588
[GlobalISel][AArch64] Add support for @llvm.ceil
by Jessica Paquette
· 7 years ago
4b7ed4f
[llvm-mca] Rename an error variable.
by Matt Davis
· 7 years ago
edc71ed
[X86] Don't match TESTrr from (cmp (and X, Y), 0) during isel. Defer to post processing
by Craig Topper
· 7 years ago
c3f9ab5
[X86] Fix assert fails in pass X86AvoidSFBPass
by Craig Topper
· 7 years ago
6bad72c
[llvm-mca] Add an error handler for error from parseCodeRegions
by Matt Davis
· 7 years ago
a7c6704
Revert r349517 "[CMake] Default options for faster executables on MSVC"
by Alexandre Ganea
· 7 years ago
80ebdb9
Revert r349517 "[CMake] Default options for faster executables on MSVC"
by Alexandre Ganea
· 7 years ago
0a13921
[AArch64] Improve the Exynos M3 pipeline model
by Evandro Menezes
· 7 years ago
27b9d22
[llvm-mca] Split test (NFC)
by Evandro Menezes
· 7 years ago
917e49e
Regenerate test
by Simon Pilgrim
· 7 years ago
82da72e
Test commit
by Anton Afanasyev
· 7 years ago
455880c
[X86] Remove already upgraded llvm.x86.avx512.mask.padds/psubs tests
by Simon Pilgrim
· 7 years ago
50eb45a
[ValueTracking] remove unused parameters from helper functions; NFC
by Sanjay Patel
· 7 years ago
95dad60
[BPF] Generate BTF DebugInfo under BPF target
by Yonghong Song
· 7 years ago
725ddc3
[gn build] Merge r349605
by Nico Weber
· 7 years ago
97de56d
[Object] Deduplicate long archive member names
by Peter Wu
· 7 years ago
50ca11a
Test commit
by Amy Kwan
· 7 years ago
ece1647
[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic intrinsics (llvm)
by Simon Pilgrim
· 7 years ago
0d195ad
[SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 2 of 2)
by Simon Pilgrim
· 7 years ago
e072f8b
[SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 1 of 2)
by Simon Pilgrim
· 7 years ago
cd37825
[TargetLowering] Fix propagation of undefs in zero extension ops (PR40091)
by Simon Pilgrim
· 7 years ago
0bc70d3
Let TableGen write output only if it changed, instead of doing so in cmake, attempt 2
by Nico Weber
· 7 years ago
a395f98
Fix test MC/AMDGPU/reloc.s
by Nicolai Haehnle
· 7 years ago
f882345
[X86][SSE] Remove use of SSE ADDS/SUBS saturation intrinsics from schedule/stack tests
by Simon Pilgrim
· 7 years ago
f835629
AMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1
by Nicolai Haehnle
· 7 years ago
96c60ea
[llvm-objdump] - Fix one more BB.
by George Rimar
· 7 years ago
de6808b
[SelectionDAG] Optional handling of UNDEF elements in matchUnaryPredicate
by Simon Pilgrim
· 7 years ago
8468ad2
[X86][SSE] Remove SSE ADDUS/SUBUS saturation intrinsics from schedule/stack tests
by Simon Pilgrim
· 7 years ago
927407d
[llvm-objdump] - Fix BB.
by George Rimar
· 7 years ago
92b052b
[llvm-objdump] - Demangle the symbols when printing symbol table and relocations.
by George Rimar
· 7 years ago
8cea59c
AMDGPU/InsertWaitcnts: Update VGPR/SGPR bounds when brackets are merged
by Carl Ritson
· 7 years ago
331ffd3
[ARM GlobalISel] Support G_CONSTANT for Thumb2
by Diana Picus
· 7 years ago
028b8a6
AMDGPU/GlobalISel: Regbankselect for fsub
by Matt Arsenault
· 7 years ago
fcaab03
[llvm-objcopy] [COFF] Fix the Object forward declaration
by Martin Storsjo
· 7 years ago
e318fd6
[llvm-objcopy] Initial COFF support
by Martin Storsjo
· 7 years ago
35e719f
[DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected
by Yonghong Song
· 7 years ago
79550f6
[bugpoint][PR29027] Reduce function attributes
by Brian Gesiak
· 7 years ago
11acfd4
Fix use-after-free with profile remapping.
by Richard Smith
· 7 years ago
979b87d
[PowerPC]Exploit P9 vabsdu for unsigned vselect patterns
by Kewen Lin
· 7 years ago
4bc3cc6
[gn build] Add build file for llvm-objcopy
by Nico Weber
· 7 years ago
afdba0b
Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"
by Alexandre Ganea
· 7 years ago
3eabb09
Add llvm-objdump man page
by Ed Maste
· 7 years ago
174382c
[AArch64] Simplify the Exynos M3 pipeline model
by Evandro Menezes
· 7 years ago
a5a5e44
[AArch64] Fix instructions order (NFC)
by Evandro Menezes
· 7 years ago
ab30375
[llvm-mca] Improve test (NFC)
by Evandro Menezes
· 7 years ago
6cd86b7
[DebugInfo] Move several private headers to include directory
by Yonghong Song
· 7 years ago
77376c8
[InstCombine] add tests for extract of vector load; NFC
by Sanjay Patel
· 7 years ago
1a95f98
Preserve the linkage for objc* intrinsics as clang will set them to weak_external in some cases
by Pete Cooper
· 7 years ago
d2c49ab
Add nonlazybind to objc_retain/objc_release when converting from intrinsics.
by Pete Cooper
· 7 years ago
efdc433
[LAA] Introduce enum for vectorization safety status (NFC).
by Florian Hahn
· 7 years ago
b9f7652
[asan] Restore ODR-violation detection on vtables
by Vitaly Buka
· 7 years ago
83544a5
[LoopVectorize] auto-generate complete checks; NFC
by Sanjay Patel
· 7 years ago
7c9e35d
Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instead of SDAG.
by Pete Cooper
· 7 years ago
e15b0c6
[AArch64] Avoid crashing on .seh directives in assembly
by Martin Storsjo
· 7 years ago
faf7b5d
[InstCombine] auto-generate complete checks; NFC
by Sanjay Patel
· 7 years ago
Next »