Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
2e6a4a6f5c98613d029e3e6f28bd4b8a8568b3b6
2e6a4a6
refactor BlockFrequencyInfo::view to take a title parameter
by David Callahan
· 7 years ago
e9630c4
Fix visualization of intrusive reference counted objects in MSVC.
by Aaron Ballman
· 7 years ago
6072588
[WebAssembly] Standardize order of SIMD bitselect arguments
by Thomas Lively
· 7 years ago
ab8c9a2
[x86] use 'nounwind' to remove test noise; NFC
by Sanjay Patel
· 7 years ago
f740ffb
[unittests][Support] AIX: Skip sticky bit file tests
by Hubert Tong
· 7 years ago
7a86fe0
[mips][micrompis] Emit 16bit NOPs by default
by Aleksandar Beserminji
· 7 years ago
ddd9314
[DEBUGINFO][NVPTX]Make tests more strict, NFC.
by Alexey Bataev
· 7 years ago
8daf7f9
Revert "[AMDGPU] Fix DPP combiner"
by Valery Pykhtin
· 7 years ago
bac64e1
Initial AArch64 SLH implementation.
by Kristof Beyls
· 7 years ago
56b18a6
[llvm-objdump] - Print symbol addressed when dumping disassembly output (-d)
by George Rimar
· 7 years ago
e83eaf0
Fix typo in comment
by Nico Weber
· 7 years ago
7d03bc3
[X86][SSE] Cleanup shuffle combining test check prefixes
by Simon Pilgrim
· 7 years ago
e3e2923
[AMDGPU] Fix DPP combiner
by Valery Pykhtin
· 7 years ago
c547d68
Revert r350647: "[NewPM] Port tsan"
by Florian Hahn
· 7 years ago
9024892
[X86] Enable combining shuffles to PACKSS/PACKUS for 256/512-bit vectors
by Simon Pilgrim
· 7 years ago
6a2a4f9
[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16
by Anton Korobeynikov
· 7 years ago
7edabba
[gn build] Run `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format`
by Nico Weber
· 7 years ago
9ba9ef7
[MSP430] Fix crash while lowering llvm.stacksave/stackrestore
by Anton Korobeynikov
· 7 years ago
a5cdf51
[gn build] Merge r350669
by Nico Weber
· 7 years ago
fcd719b
[gn build] Add a TODO.txt file
by Nico Weber
· 7 years ago
18381bb
[X86] Add extra test coverage for combining shuffles to PACKSS/PACKUS
by Simon Pilgrim
· 7 years ago
efea711
[AArch64] Move feature predctrl to predres
by Diogo N. Sampaio
· 7 years ago
33b7d2c
[X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI.
by Simon Pilgrim
· 7 years ago
6e5b17e
Make the write_cmake_config.py script python3-compatible
by Alexander Kornienko
· 7 years ago
e81d719
[DebugInfo] Omit location list entries with empty ranges
by David Stenberg
· 7 years ago
9550bf5
GlobalISel: Implement fewerElements for implicit_def
by Matt Arsenault
· 7 years ago
1c5b3e2
GlobalISel: Implement widenScalar for implicit_def
by Matt Arsenault
· 7 years ago
c80a38c
[IPT] Drop cache less eagerly in GVN and LoopSafetyInfo
by Max Kazantsev
· 7 years ago
bccca22
Revert "[PowerPC] Fix assert from machine verify pass that unmatched register class about fcmp selection in fast-isel"
by Zi Xuan Wu
· 7 years ago
7a9527e
[NFC] fix trivial typos in comments
by Hiroshi Inoue
· 7 years ago
e0e40d4
gn build: Copy file permissions from input file in configure_file() emulation.
by Peter Collingbourne
· 7 years ago
0449232
[X86] Correct the MaskVT for avx512 gather/scatter intrinsics to use the min of the number of index and data elements.
by Craig Topper
· 7 years ago
ca3d527
gn build: Fix a Python2ism in write_vcsrevision.py.
by Peter Collingbourne
· 7 years ago
1a79f8b
[PowerPC] Fix assert from machine verify pass that unmatched register class about fcmp selection in fast-isel
by Zi Xuan Wu
· 7 years ago
26652ec
Remove check for single use in ShrinkDemandedConstant
by Stanislav Mekhanoshin
· 7 years ago
e25b508
RegisterCoalescer: Assume CR_Replace for SubRangeJoin
by Matt Arsenault
· 7 years ago
533714c
RegisterCoalescer: Defer clearing implicit_def lanes
by Matt Arsenault
· 7 years ago
9c9345c
[InstCombine] remove stale comments; NFC
by Sanjay Patel
· 7 years ago
c445cab
[llvm-profdata] add value-cutoff functionality in show command
by Rong Xu
· 7 years ago
41d0830
[InstCombine] canonicalize another raw IR rotate pattern to funnel shift
by Sanjay Patel
· 7 years ago
d7d7903
[PGO] Use SourceFileName rather module name in PGOFuncName
by Rong Xu
· 7 years ago
5f281ed
[PGO] Revert r350579 to fix commit message.
by Rong Xu
· 7 years ago
f9a5bcd
[WebAssembly] Rename StoreResults to MemIntrinsicResults
by Heejin Ahn
· 7 years ago
f9380af
[PGO] Revert r350442 to fix commit message.
by Rong Xu
· 7 years ago
f5b7889
[AArch64] Adjust the cost model for Exynos
by Evandro Menezes
· 7 years ago
6869104
[llvm-mca] Update the Exynos test cases (NFC)
by Evandro Menezes
· 7 years ago
6fbbd58
[llvm-mca] Improve debugging (NFC)
by Evandro Menezes
· 7 years ago
8c244a6
Fix go bindings for r350647: missed a function rename
by Jorge Gorbe Moya
· 7 years ago
f4448ba
[llvm-undname] Add support for demangling msvc's noexcept types.
by Zachary Turner
· 7 years ago
51d8816
Don't write #include "Windows/WindowsSupport.h" from the Windows dir.
by Zachary Turner
· 7 years ago
c802439
Revert "Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""""
by Adrian Prantl
· 7 years ago
6080114
Revert "Work around a linker error caused by https://reviews.llvm.org/D56084."
by Adrian Prantl
· 7 years ago
690edfc
Work around a linker error caused by https://reviews.llvm.org/D56084.
by Adrian Prantl
· 7 years ago
bad3651
[NewPM] Port tsan
by Philip Pfaffe
· 7 years ago
3a13126
[x86] add tests for PR40243; NFC
by Sanjay Patel
· 7 years ago
9597cfd
Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
by Paul Robinson
· 7 years ago
3f407d7
[UnrollRuntime] Fix domTree failures in multiexit unrolling
by Anna Thomas
· 7 years ago
87a5aa4
[BPF] Fix .BTF.ext reloc type assigment issue
by Yonghong Song
· 7 years ago
bb7c776
[gn build] Update readme
by Nico Weber
· 7 years ago
007d8a4
[gn build] Make sync_source_lists_from_cmake.py check that all LLVM unittests are present
by Nico Weber
· 7 years ago
55534df
[MachineVerifier] Include offending register in allocatable live-in error msg.
by Florian Hahn
· 7 years ago
1f67e9e
[gn build] Add build files for llvm/lib/Target/PowerPC + tests
by Nico Weber
· 7 years ago
17f0b86
[gn build] Add build files for llvm/lib/Target/WebAssembly + tests
by Nico Weber
· 7 years ago
7885d2c
[GlobalISel] Fix choice of instruction selector for AArch64 at -O0 with -global-isel=0
by Petr Pavlu
· 7 years ago
d7b7319
[DA][NewPM] Add a printerpass and port the testsuite
by Philip Pfaffe
· 7 years ago
77ae2fc
[X86][Darwin] Emit compact-unwind for register-sized stack adjustments
by Francis Visoiu Mistrih
· 7 years ago
b4be4da
Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"""
by Lama Saba
· 7 years ago
8af0c56
AArch64: avoid splitting vector truncating stores.
by Tim Northover
· 7 years ago
e5efa6a
[GlobalISel] Fix unused variable warning in Release builds.
by Benjamin Kramer
· 7 years ago
6fb9d21
[llvm-readobj] Don't print '@' at end of unversioned dynsym names
by James Henderson
· 7 years ago
c108e2c
[ARM] Add missing patterns for DSP muls
by Sam Parker
· 7 years ago
2363fe8
AMDGPU/GlobalISel: Introduce vcc reg bank
by Matt Arsenault
· 7 years ago
37a984b
[WebAssembly] Massive instruction renaming
by Thomas Lively
· 7 years ago
146b0f2
[LLVM-C] Allow For Creating a BasicBlock without a Parent Function
by Robert Widmann
· 7 years ago
655bef9
[LLVM-C] Allow Specifying Signedness in Int Cast
by Robert Widmann
· 7 years ago
15c70a3
[MC] [AArch64] Support resolving signed fixups for :abs_g0_s: etc.
by Mandeep Singh Grang
· 7 years ago
5d9602f
[NFC] Remove empty line as a test commit.
by Chris Kennelly
· 7 years ago
249f559
gn build: Stop passing -o to ar.
by Peter Collingbourne
· 7 years ago
4f496b8
gn build: Merge r350580.
by Peter Collingbourne
· 7 years ago
a62ff5d
AMDGPU/GlobalISel: Legalize concat_vectors
by Matt Arsenault
· 7 years ago
7f47b71
Fix typos
by Matt Arsenault
· 7 years ago
6a8d6b3
[WebAssembly] Move CFG-changing passes before RegStackify
by Heejin Ahn
· 7 years ago
1720133
RegBankSelect: Fix copy insertion point for terminators
by Matt Arsenault
· 7 years ago
f3f5c43
[WebAssembly] Use 'I' multiclass template for br_table (NFC)
by Heejin Ahn
· 7 years ago
2bb3567
AMDGPU/GlobalISel: Disallow VGPR->SCC copies
by Matt Arsenault
· 7 years ago
2128ba0
AMDGPU/GlobalISel: RegBankSelect for carry-in
by Matt Arsenault
· 7 years ago
8ece8d3
[dsymutil] Fix assertion triggered by empty address range.
by Jonas Devlieghere
· 7 years ago
9054ffc
AMDGPU/GlobalISel: RegBankSelect for add/sub with carry out
by Matt Arsenault
· 7 years ago
68e5e50
AMDGPU/GlobalISel: InstrMapping for G_UNMERGE_VALUES
by Matt Arsenault
· 7 years ago
51bae74
fix comment typo - NFC
by Chen Zheng
· 7 years ago
a228527
[RegisterCoalescer] dst register's live interval needs to be updated when
by Wei Mi
· 7 years ago
20767d1
[dsymutil] Upstream unobfuscation logic.
by Jonas Devlieghere
· 7 years ago
bf02309
[PGO] Use SourceFileName rather module name in PGOFuncName
by Rong Xu
· 7 years ago
639e1ea
[Verifier] Reject invalid type for DILocalVariable.
by Davide Italiano
· 7 years ago
671f057
[ValueTracking] Adjust comment in test
by Michael Ferguson
· 7 years ago
10ecfd6
Recommit r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target independent funnel shift intrinsics."
by Craig Topper
· 7 years ago
6ccdeef
[ObjectYAML] [COFF] Support multiple symbols with the same name
by Martin Storsjo
· 7 years ago
82be5f5
[X86][AutoUpgrade] Make some tweaks to reduce the number of nested if/else in the intrinsic upgrade code to avoid an MSVC compiler limit.
by Craig Topper
· 7 years ago
e862164
Revert r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target independent funnel shift intrinsics."
by Craig Topper
· 7 years ago
2c6b4b6
[MemorySSA] Add SkipSelfWalker.
by Alina Sbirlea
· 7 years ago
Next »