Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
368e7e3ad1e891df6e67b00fc798b24bfe0bb341
368e7e3
[x86] fix cost of SINT_TO_FP for i32 --> float (PR21356, PR28434)
by Sanjay Patel
· 9 years ago
631c7c3
Work around PR28400 a bit harder.
by Sean Silva
· 9 years ago
5dab38c
TailDuplicator: Remove live-in updating logic
by Matthias Braun
· 9 years ago
aec1b87
[X86] Sort cast cost tables. NFC.
by Michael Kuperstein
· 9 years ago
b22cfb7
[SystemZ] Remove AND mask of bottom 6 bits when result is used for shift/rotate
by Elliot Colp
· 9 years ago
d459f38
NFC changed names in FunctionImport
by Piotr Padlewski
· 9 years ago
02fbf49
[X86][SSE] Fixed typo in insertps lowering.
by Simon Pilgrim
· 9 years ago
8bf0aed
[pdb] Round trip the PDB stream between YAML and binary PDB.
by Zachary Turner
· 9 years ago
d1168ef
Ensure all uses of permute instructions feed vector stores
by Kit Barton
· 9 years ago
0cb64ba
[DAGCombiner] Fix visitSTORE to continue processing current SDNode, if findBetterNeighborChains doesn't actually CombineTo it.
by Tim Shen
· 9 years ago
c7432f9
[TTI] The cost model should not assume vector casts get completely scalarized
by Michael Kuperstein
· 9 years ago
a905a4f
Add a default parameter for getRegisteredOptions.
by Zachary Turner
· 9 years ago
3dfcaf6
Disable hash verification of enums.
by Zachary Turner
· 9 years ago
3fb0b9e
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
by Reid Kleckner
· 9 years ago
9f28902
fix typo; NFC
by Sanjay Patel
· 9 years ago
c233a9a
Revert "Emit CodeView type records for nested classes."
by Adrian McCarthy
· 9 years ago
2b2f63ae
[X86][SSE] Added test cases for missed opportunities to combine pshufb to pslldq/psrldq
by Simon Pilgrim
· 9 years ago
76700e4
Emit CodeView type records for nested classes.
by Adrian McCarthy
· 9 years ago
59cdf46
[LV] Don't widen trivial induction variables
by Matthew Simpson
· 9 years ago
15b950c
Re-commit of 274613.
by Elena Demikhovsky
· 9 years ago
6425742
[AMDGPU] Assembler: regression tests for bug 28413. NFC
by Sam Kolton
· 9 years ago
06a4440
[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.
by Diana Picus
· 9 years ago
96303e0
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
by Diana Picus
· 9 years ago
f94a00c
Reverted 274613 due to compilation failue.
by Elena Demikhovsky
· 9 years ago
0a272cb
AVX-512: Optimization for patterns with i1 scalar type
by Elena Demikhovsky
· 9 years ago
a2a1a4f
AMDGPU: Fix return of non-void-returning shaders
by Nicolai Haehnle
· 9 years ago
8c21fe9
Vector GEP test: renamed + some comments
by Elena Demikhovsky
· 9 years ago
99cec95
[X86] Remove GCC builtin names from sse/avx packed fp cmp intrinsics so clang can special handle some of the immediate values.
by Craig Topper
· 9 years ago
dad636e
Fix handling of forward unreachable but reverse-reachable blocks in MemorySSA construction
by Daniel Berlin
· 9 years ago
669ea65
[AVX512] Remove GCC builtins from the vplzcntd/q intrinsics so we can emit native IR using the generic ctlz intrinsic in clang.
by Craig Topper
· 9 years ago
cc48e0f
[CFLAA] Split out more things from CFLSteens. NFC.
by George Burgess IV
· 9 years ago
02af278
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
by George Burgess IV
· 9 years ago
a3d4e37
[MSSA] Fix typo. NFC.
by George Burgess IV
· 9 years ago
3b5b98a
[CFLAA] Split into Anders+Steens analysis.
by George Burgess IV
· 9 years ago
2c95e5c
AArch64: try to fix optimized build failure.
by Tim Northover
· 9 years ago
4d4806b
TableGen: avoid string copy.
by Tim Northover
· 9 years ago
2442068
[X86][AVX2] Simplified BROADCAST combining to avoid repeated matching attempts
by Simon Pilgrim
· 9 years ago
d97d7ea
Fix an ordering problem in r274431
by Manman Ren
· 9 years ago
1a8f788
AMDGPU: Remove unnecessary string usage in AsmPrinter
by Matt Arsenault
· 9 years ago
4205e17
[asan] Add a hidden option for Mach-O global metadata liveness tracking
by Ryan Govostes
· 9 years ago
69ada66
AArch64: TableGenerate system instruction operands.
by Tim Northover
· 9 years ago
edff068
TableGen: promote "code" type from syntactic sugar.
by Tim Northover
· 9 years ago
7c103a2
Transfer ownership of the gold plugin.
by Rafael Espindola
· 9 years ago
2973862
Revert r259387: "AArch64: Implement missed conditional compare sequences."
by Balaram Makam
· 9 years ago
88147b7
[X86][AVX2] Add support for target shuffle combining to BROADCAST
by Simon Pilgrim
· 9 years ago
319708c
[X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled them for target shuffle combining
by Simon Pilgrim
· 9 years ago
374dd7c
ARM: fix `-mlong-calls` for WoA
by Saleem Abdulrasool
· 9 years ago
18a21c4
DAGCombiner: Fold away vector extract of insert with the same index
by Matt Arsenault
· 9 years ago
911d377
AArch64: use correct SDValue # when looking for bitfield placement.
by Tim Northover
· 9 years ago
6de48c5
AMDGPU: Fix folding SGPRs into madak/madmk src0
by Matt Arsenault
· 9 years ago
28ad504
[MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.
by Davide Italiano
· 9 years ago
db74125
AMDGPU/SI: Remove address space query functions from AMDGPUDAGToDAGISel
by Tom Stellard
· 9 years ago
5011892
[LV] Refactor integer induction widening (NFC)
by Matthew Simpson
· 9 years ago
580521d
[AMDGPU] rename DS_1A1D_Off8_NORET to DS_1A2D_Off8_NORET as ds_write2xx use 2 source registers. NFC.
by Valery Pykhtin
· 9 years ago
c02af97
[X86][AVX512] Remove vector BROADCAST builtins.
by Simon Pilgrim
· 9 years ago
23457a4
[LLVM][INTRINSICS] adding intrinsics of CLFLUSHOPT
by Michael Zuckerman
· 9 years ago
fff3769
[AMDGPU] Assembler: Fix parsing error with floating-point literals passed to integer instructions
by Sam Kolton
· 9 years ago
41c9c2b
[X86][AVX512] Autoupgrade the BROADCAST intrinsics
by Simon Pilgrim
· 9 years ago
4acd383
[mips][ias] Remove k_PhysReg since it's not possible to create an operand of this kind.
by Daniel Sanders
· 9 years ago
3ee8690
[CMake] Adjust export_executable_symbols to cope with non-target link libraries
by John Brawn
· 9 years ago
723b078
[X86][AVX512BW] Added BROADCAST intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
14cceb3
[Thumb] Reapply r272251 with a fix for PR28348 (mk 2)
by James Molloy
· 9 years ago
af36918
Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC.
by Daniel Sanders
· 9 years ago
d7446bc
[X86][AVX512] Added BROADCAST intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
e8f8c00
[mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC.
by Daniel Sanders
· 9 years ago
ba988eb
[PowerPC] - Legalize vector types by widening instead of integer promotion
by Nemanja Ivanovic
· 9 years ago
feff58b
[X86][AVX512] Added VSHUFPD intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
d102112
[X86][AVX512VL] Added VSHUFPD/VSHUFPS intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
ae50a14
test: relax the match on the timestamp
by Saleem Abdulrasool
· 9 years ago
e88f1b3
Object: support empty UID/GID fields
by Saleem Abdulrasool
· 9 years ago
25cd212
AMDGPU/R600: Add PatFrags for selecting the correct vtx id for loads
by Tom Stellard
· 9 years ago
960bd9a
[Support][Error] Make logAllUnhandledErrors take a Twine for the banner, rather
by Lang Hames
· 9 years ago
cd583a8
[IR,X86] Remove some intrinsic prefixes earlier in the auto-upgrade code so we can shorten the length of the comparison strings and avoid repeatedly comparing the common prefix. No functional change intended.
by Craig Topper
· 9 years ago
b60390b
AMDGPU/SI: Remove hack for selecting < 32-bit loads to MUBUF instructions
by Tom Stellard
· 9 years ago
b076231
[X86][AVX512] Add support for lowering shuffles to VSHUFPD
by Simon Pilgrim
· 9 years ago
b40225f
[AVX512] Remove masked VPERMD/VPERMQ/VPERMILPS/VPERMILPD intrinsics. They were autoupgraded to native IR in r274506 and r274506.
by Craig Topper
· 9 years ago
fa06bbb
AMDGPU/R600: Add indentation to VTX and TEX fetch asm strings
by Jan Vesely
· 9 years ago
a3dab3c
[TableGen] Remove dead code. NFCI.
by Davide Italiano
· 9 years ago
298a9a8
Revert "[Thumb] Reapply r272251 with a fix for PR28348"
by James Molloy
· 9 years ago
eb181e8
[Thumb] Reapply r272251 with a fix for PR28348
by James Molloy
· 9 years ago
f371ead
[X86][AVX512] Autoupgrade the VPERMPD/VPERMQ intrinsics
by Simon Pilgrim
· 9 years ago
79fc52e
[X86][AVX512] Added VPERMPD/VPERMQ intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
53af872
[X86][AVX512] Autoupgrade the VPERMILPD/VPERMILPS intrinsics
by Simon Pilgrim
· 9 years ago
d32de81
Fixed warning caused by r274402.
by Eric Liu
· 9 years ago
e13dc30
[X86][AVX512] Added VPERMILPD/VPERMILPS intrinsics fast-isel generic IR tests
by Simon Pilgrim
· 9 years ago
b07f540
Add writeonly IR attribute
by Nicolai Haehnle
· 9 years ago
061feda
[CodeGen] Make the code that detects a if a shuffle is really a concatenation of the inputs more general purpose.
by Craig Topper
· 9 years ago
283ee81
Reformat blank lines.
by NAKAMURA Takumi
· 9 years ago
6f43963
Reformat comment lines.
by NAKAMURA Takumi
· 9 years ago
ef2b8e7
Untabify.
by NAKAMURA Takumi
· 9 years ago
7810e66
Reformat.
by NAKAMURA Takumi
· 9 years ago
e52fac8
[X86] Add shuffle mask rescaling helper function. NFCI.
by Simon Pilgrim
· 9 years ago
e22e44a
[X86][AVX2] Merge unary permute matching behind the same V2.isUndef() condition. NFCI.
by Simon Pilgrim
· 9 years ago
41188e6
[X86][AVX512] Add support for 512-bit shuffle lowering to VPERMPD/VPERMQ
by Simon Pilgrim
· 9 years ago
4eca4cb
[CodeGen] Teach OR combine of shuffles involving zero vectors to better handle undef indices.
by Craig Topper
· 9 years ago
410b9a9
[X86] Add tests to show that the DAG combine for OR of shuffles with zero vectors doesn't handle undefs as well as it could. Fix coming in another commit.
by Craig Topper
· 9 years ago
e2d151c
[MBB] add a missing corner case in UpdateTerminator()
by Haicheng Wu
· 9 years ago
4ad0017
[X86][AVX512] Add support for VPERMPD/VPERMQ masked shuffle comments
by Simon Pilgrim
· 9 years ago
7a63dcf
[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQ
by Simon Pilgrim
· 9 years ago
91d79de
[X86][AVX] Renamed VPERMILPI shuffle comment macros to be more specific
by Simon Pilgrim
· 9 years ago
Next »