Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
4196919f29b2f5618b9965e25f04237de75fcfe6
4196919
[CallSite removal] Add `CallBase` support to the `InstVisitor` in such
by Chandler Carruth
· 7 years ago
24554ea
[gn build] Add build files for llvm/lib/Target/ARM + tests
by Nico Weber
· 7 years ago
1ceebb9
[gn build] Add build files for llvm/lib/Target/AArch64 + tests
by Nico Weber
· 7 years ago
a3acf0b
[X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions.
by Craig Topper
· 7 years ago
063801a
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""
by Lama Saba
· 7 years ago
d5bcb1b
[x86] explicitly set cost of integer add/sub
by Sanjay Patel
· 7 years ago
c9bf567
[gn build] Merge r350341
by Nico Weber
· 7 years ago
97a2758
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
by Lama Saba
· 7 years ago
c35c01f
[gn build] Add build files for LLVM unittests with a custom main() function
by Nico Weber
· 7 years ago
3a7c0db
[LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that should be handled.
by Craig Topper
· 7 years ago
bfaf433
[X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale.
by Craig Topper
· 7 years ago
16d8f6a
[X86] Use two pmovmskbs in combineBitcastvxi1 for (i64 (bitcast (v64i1 (truncate (v64i8)))) on KNL.
by Craig Topper
· 7 years ago
1b1457f
[X86] Allow combinevxi1Bitcast to use pmovmskb on avx512 targets if the input is a truncate from v16i8/v32i8.
by Craig Topper
· 7 years ago
f04e8d93
Added single use check to ShrinkDemandedConstant
by Stanislav Mekhanoshin
· 7 years ago
4f4f190
[X86] Regenerate test to merge 32-bit and 64-bit check lines. NFC
by Craig Topper
· 7 years ago
0716b2a
[X86] Allow LowerTRUNCATE to use PACKUS/PACKSS for v16i16->v16i8 truncate when -mprefer-vector-width-256 is in effect and BWI is not available.
by Craig Topper
· 7 years ago
b77ce18
[InstCombine] Improve cttz/ctlz + icmp tests; NFC
by Nikita Popov
· 7 years ago
b1b3e11
Enhance MSVC visualization of PointerUnions
by Mike Spertus
· 7 years ago
b22b2e9
[InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFC
by Nikita Popov
· 7 years ago
afafc1c
[InstCombine] Relax cttz/ctlz with select on zero
by Nikita Popov
· 7 years ago
d5ac05f
[InstCombine] Add vector tests for select + ctlz/cttz; NFC
by Nikita Popov
· 7 years ago
bb2acb7
[gn build] Merge r350423
by Nico Weber
· 7 years ago
4e45010
[gn build] Add build files for unittests under llvm/unittests/ExecutionEngine
by Nico Weber
· 7 years ago
a4c540d
[Inliner] Optimize shouldBeDeferred
by Easwaran Raman
· 7 years ago
f33ed6d
[X86] Require second operand of X86vshiftuniform to be an integer. NFC
by Craig Topper
· 7 years ago
4490099
[gn build] Add build files for unittests that load shared libraries
by Nico Weber
· 7 years ago
4d51285
Revert "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)""
by Evgeniy Stepanov
· 7 years ago
86b1ba9
[gn build] Add build file for DebugInfoPDBTests
by Nico Weber
· 7 years ago
faf2047
[PGO] Use SourceFileName rather module name in PGOFuncName
by Rong Xu
· 7 years ago
0e2aef9
[X86] Fix warning; NFC
by Nikita Popov
· 7 years ago
e3c5a51
Update the pr_datasz of .note.gnu.property section. Patch by Xiang Zhang.
by Vyacheslav Zakharin
· 7 years ago
ef0f0e1
[BDCE] Remove dead uses of arguments
by Nikita Popov
· 7 years ago
8ffa038
[AArch64] Adjust the cost model for Exynos M3
by Evandro Menezes
· 7 years ago
d096eb7
[X86] Add INSERT_SUBVECTOR to ComputeNumSignBits
by Craig Topper
· 7 years ago
9f623cb
[x86] add tests for potential horizontal vector ops; NFC
by Sanjay Patel
· 7 years ago
1011e42
hwasan: Implement lazy thread initialization for the interceptor ABI.
by Peter Collingbourne
· 7 years ago
1f63024
[ThinLTO] Handle chains of aliases
by Teresa Johnson
· 7 years ago
3ce08ba
[x86] lower extracted fadd/fsub to horizontal vector math; 2nd try
by Sanjay Patel
· 7 years ago
bbbee1f
[CodeExtractor] Do not extract unsafe lifetime markers
by Vedant Kumar
· 7 years ago
392e929
[InstCombine] reduce raw IR narrowing rotate patterns to funnel shift
by Sanjay Patel
· 7 years ago
8bc3ea3
[gn build] Merge r350351
by Nico Weber
· 7 years ago
12707c9
[gn build] Commit change that should have been in r350410.
by Nico Weber
· 7 years ago
1442f91
[gn build] Add even more build files for LLVM unittests
by Nico Weber
· 7 years ago
65998e0
[gn build] Add more build files for LLVM unittests
by Nico Weber
· 7 years ago
d02210f
[gn build] Start adding build files for LLVM unittests
by Nico Weber
· 7 years ago
4dabe1f
[gn build] Add check-llvm target and make it work
by Nico Weber
· 7 years ago
c7e9581
[gn build] Add build file for libLTO.dylib
by Nico Weber
· 7 years ago
1b53749
[LICM] Adjust how moving the re-hoist point works
by John Brawn
· 7 years ago
23c6eb9
[gn build] Add build files for llvm/lib/{LineEditor,Testing/Support,TextAPI}
by Nico Weber
· 7 years ago
a1e0885
Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand. NFCI."
by Nirav Dave
· 7 years ago
4f03641
[CostModel][X86] Fix SSE1 FADD/FSUB costs
by Simon Pilgrim
· 7 years ago
1ac5e01
Revert patches 348835 and 348571 because they're
by Ranjeet Singh
· 7 years ago
2c32ed4
[CostModel][X86] Add SSE1 fp cost tests
by Simon Pilgrim
· 7 years ago
0333e48
Fix typo: "with he MODULE" -> "with the MODULE"
by Mark Searles
· 7 years ago
98472a7
[X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDemandedBits combine
by Simon Pilgrim
· 7 years ago
7fccc80
[MCA] Improved handling of in-order issue/dispatch resources.
by Andrea Di Biagio
· 7 years ago
fa35690
[X86] Split immediate shifts tests. NFCI.
by Simon Pilgrim
· 7 years ago
5692e20
[ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffset
by Florian Hahn
· 7 years ago
1943349
[gn build] Make write_cmake_config.py check that each key passed is unique
by Nico Weber
· 7 years ago
f7d3b9b
[MCA] Store extra information about processor resources in the ResourceManager.
by Andrea Di Biagio
· 7 years ago
e533c8c
[AArch64] Add command-line option predres
by Diogo N. Sampaio
· 7 years ago
9128e2a
[CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in Xcode
by Stefan Granitz
· 7 years ago
d0537ad
[WebAssembly] Split the checking from the sorting logic.
by Richard Trieu
· 7 years ago
d9ad64b
[memcpyopt] Remove a few unnecessary isVolatile() checks. NFC
by Xin Tong
· 7 years ago
d4316bc
[X86] Add post-isel peephole to fold KAND+KORTEST into KTEST if only the zero flag is used.
by Craig Topper
· 7 years ago
6263c2b
revert r350369: [x86] lower extracted fadd/fsub to horizontal vector math
by Sanjay Patel
· 7 years ago
3622c84
[x86] lower extracted fadd/fsub to horizontal vector math
by Sanjay Patel
· 7 years ago
0db40de
[WebAssembly] Optimize Irreducible Control Flow
by Heejin Ahn
· 7 years ago
976e457
[WebAssembly] Fixed disassembler not knowing about new brlist operand
by Wouter van Oortmerssen
· 7 years ago
f3361c4
[WebAssembly] Made InstPrinter more robust
by Wouter van Oortmerssen
· 7 years ago
b5f1a87
[x86] add 512-bit vector tests for horizontal ops; NFC
by Sanjay Patel
· 7 years ago
b2dffa2
[x86] add AVX512 runs for horizontal ops; NFC
by Sanjay Patel
· 7 years ago
822a4f8
[X86] Add test case for D56283.
by Craig Topper
· 7 years ago
156e2dc
[x86] remove dead CHECK lines from test file; NFC
by Sanjay Patel
· 7 years ago
798ea37
[x86] split tests for FP and integer horizontal math
by Sanjay Patel
· 7 years ago
b8e8b82
[x86] add common FileCheck prefix to reduce assert duplication; NFC
by Sanjay Patel
· 7 years ago
9ccd63b
[X86] Remove terrible DX Register parsing hack in parse operand. NFCI.
by Nirav Dave
· 7 years ago
7f75372
[DAGCombiner][x86] scalarize binop followed by extractelement
by Sanjay Patel
· 7 years ago
40b2c31
[AVR] Update integration/blink.ll as we now generate sbi/cbi instructions.
by Nirav Dave
· 7 years ago
a25a344
[CaptureTracking] Add a unit test for MaxUsesToExplore
by Artur Pilipenko
· 7 years ago
bf5049e
[AMDGPU] Fix scalar operand folding bug that causes SHOC performance regression.
by Alexander Timofeev
· 7 years ago
8ef7f0e
[UnrollRuntime] Move the DomTree verification under expensive checks
by Anna Thomas
· 7 years ago
f29d757
Remove unused %host_cc lit pattern
by Nico Weber
· 7 years ago
e367eba
Reflow module.modulemap for readability
by Adrian Prantl
· 7 years ago
ce64d36
Unbreak the modules build by splitting Target out into its own top-level module
by Adrian Prantl
· 7 years ago
ce0779c
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""
by Stefan Granitz
· 7 years ago
155efb7
Revert "[MachinePipeliner] Add missing header file to MachinePipeliner.h"
by Stefan Granitz
· 7 years ago
aff9f2f
[llvm-objcopy] Fix buildbots on older compilers
by Jordan Rupprecht
· 7 years ago
0818ca0
[MCStreamer] Use report_fatal_error in EmitRawTextImpl
by Kristina Brooks
· 7 years ago
18952b8
[elfabi] Introduce tool for ELF TextAPI
by Armando Montanez
· 7 years ago
9e31dd7
Rename TapiTests to TextAPITests
by Nico Weber
· 7 years ago
a8887cf
[x86] add tests for buildvector with extracted element; NFC
by Sanjay Patel
· 7 years ago
22cd3d3
Fix typos in comments
by Jordan Rupprecht
· 7 years ago
8dbe072
[llvm-objcopy][ELF] Implement a mutable section visitor that updates size-related fields (Size, EntrySize, Align) before layout.
by Jordan Rupprecht
· 7 years ago
c5be1fd
[UnrollRuntime] Add DomTree verification under debug mode
by Anna Thomas
· 7 years ago
559b7f6
[AArch64] Add new scheduling predicates
by Evandro Menezes
· 7 years ago
6da47be
Python compat - no explicit reference to Python version
by Serge Guelton
· 7 years ago
19b8509
Python compat - iterator protocol
by Serge Guelton
· 7 years ago
39c1127
[CostModel][X86] Add truncate cost tests to cover all legal destination types
by Simon Pilgrim
· 7 years ago
2ae663f
[MCA] Improve code comment and reuse an helper function in ResourceManager. NFCI
by Andrea Di Biagio
· 7 years ago
Next »