Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
1a5348017b20f133eb5fc23b4cba39336b553de1
1a53480
[InstCombine] Add tests for saturating add/sub; NFC
by Nikita Popov
· 7 years ago
e4c346d
[X86] Add cost model tests for experimental.vector.reduce.* with -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
84288ab
[X86] Add cost model test for masked load an store with -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
6868d1a
[X86] Add cost model tests for fp_to_int/int_to_fp with -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
5707b0f
[X86] Add cost model tests for shifts with -x86-experimental-vector-widening-legalization.
by Craig Topper
· 7 years ago
5b841f7
[lit] Pass more environment variables through to child processes.
by Zachary Turner
· 7 years ago
1b8b269
Add missing error checking code intended for r347687
by Reid Kleckner
· 7 years ago
36cff63
[PDB] Add symbol records in bulk
by Reid Kleckner
· 7 years ago
6c99d2b
[TableGen] Preprocessing support
by Vyacheslav Zakharin
· 7 years ago
9a24b2f
[X86] Replace an APInt that is guaranteed to be 8-bits with just an 'unsigned'
by Craig Topper
· 7 years ago
e0a85dd
[PartialInliner] Make PHIs free in cost computation.
by Florian Hahn
· 7 years ago
53c6e8e
[X86] Add cascade lake arch in X86 target.
by Craig Topper
· 7 years ago
57a7a8a
Documentation: add \file markup as needed.
by James Dennett
· 7 years ago
07b822e
[Demangle] remove itaniumFindTypesInMangledName
by Pavel Labath
· 7 years ago
6da4a0e
[llvm-mca] pass -dispatch-stats flag to a couple of tests. NFC
by Andrea Di Biagio
· 7 years ago
13e71ac
[x86] regenerate checks; NFC
by Sanjay Patel
· 7 years ago
c8872d1
[AMDGPU] Disable DAG combine at -O0
by Stanislav Mekhanoshin
· 7 years ago
65cb634
InstCombine: add comment explaining malloc deletion. NFC.
by Tim Northover
· 7 years ago
1ed9b33
Add missing REQUIRES: asserts
by Max Kazantsev
· 7 years ago
6235bbf
[X86] Add test cases for vector shifts of v2i32/v2i16/v4i16/v2i8/v4i8/v8i8 with promotion legalization and widening legalization. NFC
by Craig Topper
· 7 years ago
32a3b31
[X86] Use getUnpackl/getUnpackh instead of directly creating UNPCKL/UNPCKH nodes.
by Craig Topper
· 7 years ago
0521646
[LoopSimplifyCFG] Turn on term folding after underlying bug fixed
by Max Kazantsev
· 7 years ago
e53078a
[LoopSimplifyCFG] Fix corner case with duplicating successors
by Max Kazantsev
· 7 years ago
cd010d2
[gn build] Merge r347530 to gn.
by Nico Weber
· 7 years ago
8448be0
Move a file I forgot to move in r347636.
by Nico Weber
· 7 years ago
cefe270
[gn build] Create abi-breaking.h, config.h, llvm-config.h, and add a build file for llvm/lib/Support.
by Nico Weber
· 7 years ago
fd2bfc7
[X86] Prevent DAG combine from folding a bitcast from vXi1 to iX with a store on pre-AVX512 targets.
by Craig Topper
· 7 years ago
4eb1db5
[X86] Add a bunch of test cases for storing a scalar bitcasted from a vXi1 type.
by Craig Topper
· 7 years ago
6b7c84e
Revert "[clang][slh] add attribute for speculative load hardening"
by Zola Bridges
· 7 years ago
2aeaa6e
[stack-safety] Update comment
by Vitaly Buka
· 7 years ago
fd4afd6
[stack-safety] Fix and uncomment assert
by Vitaly Buka
· 7 years ago
61eaf01
[stack-safety] Fix build on gcc 5.4
by Vitaly Buka
· 7 years ago
725ed2f
[InstCombine] add tests for rotate/bswap equality; NFC
by Sanjay Patel
· 7 years ago
504db06
[clang][slh] add attribute for speculative load hardening
by Zola Bridges
· 7 years ago
3f6a8f9
Fix debug build break
by JF Bastien
· 7 years ago
421d590
Notify the linker when a TU compiled with split-stack has a function without a prologue.
by Sterling Augustine
· 7 years ago
5b5d8e4
Remove trailing empty line
by Vitaly Buka
· 7 years ago
d305cea
[stack-safety] Analysis documentation
by Vitaly Buka
· 7 years ago
d5aa33e
[stack-safety] Inter-Procedural Analysis implementation
by Vitaly Buka
· 7 years ago
54b4ae7
[stack-safety] Empty local passes for Stack Safety Global Analysis
by Vitaly Buka
· 7 years ago
953932e
AArch64ISelLowering: Remove a return-of-assignment to allow NRVO
by David Blaikie
· 7 years ago
6f171fb
Add new passes to X86 pipeline tests
by Mircea Trofin
· 7 years ago
1d132e3
[X86] Add dependency from X86 to ProfileData after rL347596
by Fangrui Song
· 7 years ago
4ac1416
[ICP] Remove incompatible attributes at indirect-call promoted callsites.
by Xin Tong
· 7 years ago
c3924f6
[InstCombine] add helper function to reduce code duplication; NFC
by Sanjay Patel
· 7 years ago
9d4b9a3
[stack-safety] Local analysis implementation
by Vitaly Buka
· 7 years ago
c29e36f
[stack-safety] Empty local passes for Stack Safety Local Analysis
by Vitaly Buka
· 7 years ago
a7aff25
[cfi] Help sanstats to find binary if they are not at the original location
by Vitaly Buka
· 7 years ago
17f866f
[cfi] Make sanstats print address of the check
by Vitaly Buka
· 7 years ago
7784961
[AArch64] Refactor the scheduling predicates (3/3) (NFC)
by Evandro Menezes
· 7 years ago
e62b9ce
[AArch64] Refactor the scheduling predicates (2/3) (NFC)
by Evandro Menezes
· 7 years ago
5f6c1fd
[AArch64] Refactor the scheduling predicates (1/3) (NFC)
by Evandro Menezes
· 7 years ago
241ac1b
Support for inserting profile-directed cache prefetches
by Mircea Trofin
· 7 years ago
9926acb
AMDGPU: Record SGPR spills when restoring too
by Matt Arsenault
· 7 years ago
689482b
[LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_TruncateHelper for FP_TO_SINT/UINT.
by Craig Topper
· 7 years ago
e7e4f1f
[ThinLTO] Consolidate cache key computation between new/old LTO APIs
by Teresa Johnson
· 7 years ago
406f960
[SelectionDAG] Teach BaseIndexOffset::match to unwrap the base after looking through an add/or
by Craig Topper
· 7 years ago
57aee1b
[X86] Add test case for D54818
by Craig Topper
· 7 years ago
f81a97a
Revert "[clang][slh] add attribute for speculative load hardening"
by Zola Bridges
· 7 years ago
2d8056c
[clang][slh] add attribute for speculative load hardening
by Zola Bridges
· 7 years ago
4b607e9
[CodeGen] Support custom format of stack maps
by Than McIntosh
· 7 years ago
c088edc
Delete dead code introduced in r347354.
by Erich Keane
· 7 years ago
ad7ad9d
AMDGPU: Cleanup / relax tests for future changes
by Matt Arsenault
· 7 years ago
4441240
AMDGPU: Don't optimize exec masks at -O0
by Matt Arsenault
· 7 years ago
b0463ea
AMDGPU: Only add implicit super-reg def for first subreg
by Matt Arsenault
· 7 years ago
b4a52bd
[CodeGen] Take SPAdj into account for STATEPOINT liveness args
by Than McIntosh
· 7 years ago
6de08e4
Remove an unnecessary file; NFC.
by Aaron Ballman
· 7 years ago
753cb24
[DemandedBits] Add support for funnel shifts
by Nikita Popov
· 7 years ago
12ece57
[x86] promote all multiply i8 by constant to i32
by Sanjay Patel
· 7 years ago
2de9fad
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
by Diana Picus
· 7 years ago
845ecdf
Fix typo in comment. NFC
by Diana Picus
· 7 years ago
c9c05bd
[ARM] Prevent parallel macs for unsigned values
by Sam Parker
· 7 years ago
b7a5c20
Revert "[TTI] Reduction costs only need to include a single extract element cost"
by Fedor Sergeev
· 7 years ago
2fd827f
Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction"
by Kang Zhang
· 7 years ago
33a0421
[X86] Add test cases to show bad type legalization of fptosi/fptosui v16f32->v16i8 and v8f64->v8i16 on pre-AVX512 targets.
by Craig Topper
· 7 years ago
a638433
[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction
by Kang Zhang
· 7 years ago
802db56
[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms
by Argyrios Kyrtzidis
· 7 years ago
8080935
[MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC)
by Florian Hahn
· 7 years ago
d604b8c
[x86] limit transform for select-of-fp-constants
by Sanjay Patel
· 7 years ago
ea02795
[x86] add tests for select-of-fp-constants; NFC
by Sanjay Patel
· 7 years ago
a00149b
[IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
by Florian Hahn
· 7 years ago
3ca2553
[SelectionDAG] move constant or splat functions to common location
by Sanjay Patel
· 7 years ago
8b53eb1
[llvm-mca] Add support for instructions with a variadic number of operands.
by Andrea Di Biagio
· 7 years ago
53a580e
add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT
by Kang Zhang
· 7 years ago
05c492a
[X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same macro in compiler-rt to fix a negative shift amount warning.
by Craig Topper
· 7 years ago
6463880
[InstCombine] Determine demanded and known bits for funnel shifts
by Nikita Popov
· 7 years ago
71e4421
[llvm-mca] InstrBuilder: warnings for call/ret instructions are only reported once.
by Andrea Di Biagio
· 7 years ago
9951b07
Revert unapproved commit
by Joel Jones
· 7 years ago
8ae5719
[AArch64] Enable libm vectorized functions via SLEEF
by Joel Jones
· 7 years ago
e4c7f02
[ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494
by Fangrui Song
· 7 years ago
3c0addf
[InstCombine] Simplify funnel shift with zero/undef operand to shift
by Nikita Popov
· 7 years ago
7280a87
[TableGen] Emit more variant transitions
by Evandro Menezes
· 7 years ago
464205d
[llvm-mca] Refactor some of the logic in InstrBuilder, and add a verifyOperands method.
by Andrea Di Biagio
· 7 years ago
703a4c2
[DAG] consolidate shift simplifications
by Sanjay Patel
· 7 years ago
ba53249
[x86] make test immune to oversized shift simplification
by Sanjay Patel
· 7 years ago
c8ecb42
Revert r347490 as it breaks address sanitizer builds
by Luke Cheeseman
· 7 years ago
a21de3b
[ARM][AsmParser] Improve debug printing of parsed asm operands
by Oliver Stannard
· 7 years ago
848dcbd
[llvm-mca][View] Improved Retire Control Unit Statistics.
by Andrea Di Biagio
· 7 years ago
5ae36ee
Attempt to fix buildbot after r347489
by Eugene Leviant
· 7 years ago
7ef46a7
Revert r343341
by Luke Cheeseman
· 7 years ago
Next »