index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
Matt Arsenault
2019-06-18
6
-21
/
+156
*
AMDGPU: Change API for checking for exec modification
Matt Arsenault
2019-06-18
4
-27
/
+55
*
AMDGPU: Fold readlane from copy of SGPR or imm
Matt Arsenault
2019-06-18
2
-0
/
+42
*
AMDGPU: Remove unnecessary check for virtual register
Matt Arsenault
2019-06-18
1
-17
/
+4
*
AMDGPU: Fix iterator crash in AMDGPUPromoteAlloca
Matt Arsenault
2019-06-18
1
-5
/
+9
*
AMDGPU/GlobalISel: RegBankSelect for amdgcn.div.scale
Matt Arsenault
2019-06-18
1
-0
/
+14
*
[ARM] Some Thumb2ITBlock clean ups. NFC
Sjoerd Meijer
2019-06-18
2
-48
/
+41
*
[SystemZ] Fix AHIMuxK pseudo expansion.
Jonas Paulsson
2019-06-18
1
-4
/
+6
*
[AMDGPU] Speed up live-in virtual register set computaion in GCNScheduleDAGMI...
Valery Pykhtin
2019-06-18
4
-5
/
+80
*
[X86] Replace any_extend* vector extensions with zero_extend* equivalents
Simon Pilgrim
2019-06-18
3
-84
/
+53
*
[X86] Move code that shrinks immediates for ((x << C1) op C2) into a helper f...
Craig Topper
2019-06-18
1
-108
/
+118
*
[X86] Remove MOVDI2SSrm/MOV64toSDrm/MOVSS2DImr/MOVSDto64mr CodeGenOnly instru...
Craig Topper
2019-06-18
3
-64
/
+12
*
[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 register class.
Craig Topper
2019-06-18
7
-58
/
+129
*
[GlobalISel][Localizer] Rewrite localizer to run in 2 phases, inter & intra b...
Amara Emerson
2019-06-17
1
-0
/
+4
*
Use VR128X instead of FR32X/FR64X for the register class in VMOVSSZmrk/VMOVSD...
Craig Topper
2019-06-17
1
-5
/
+5
*
[X86] Make an assert in LowerSCALAR_TO_VECTOR stricter to make it clear what ...
Craig Topper
2019-06-17
1
-1
/
+2
*
[AMDGPU] Use custom inserter for gfx10 VOP2b
Stanislav Mekhanoshin
2019-06-17
1
-1
/
+3
*
[AMDGPU] Propagate function attributes thru bitcasts
Stanislav Mekhanoshin
2019-06-17
1
-3
/
+4
*
AMDGPU/GFX10: Don't generate s_code_end padding in the asm-printer
Nicolai Haehnle
2019-06-17
1
-1
/
+7
*
[GlobalISel][AArch64] Fold G_SUB into G_ICMP when it's safe to do so
Jessica Paquette
2019-06-17
1
-16
/
+144
*
[X86] Add TB_NO_REVERSE to some memory folding table entries where the regist...
Craig Topper
2019-06-17
1
-3
/
+3
*
[X86][SSE] Scalarize under-aligned XMM vector nt-stores (PR42026)
Simon Pilgrim
2019-06-17
1
-0
/
+45
*
[AMDGPU] gfx1010 wavefrontsize intrinsic folding
Stanislav Mekhanoshin
2019-06-17
3
-16
/
+59
*
[AMDGPU] Pass to propagate ABI attributes from kernels to the functions
Stanislav Mekhanoshin
2019-06-17
4
-4
/
+356
*
[X86][AVX] Split under-aligned vector nt-stores.
Simon Pilgrim
2019-06-17
1
-2
/
+13
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
2
-0
/
+37
*
GlobalISel: Verify intrinsics
Matt Arsenault
2019-06-17
1
-26
/
+34
*
AMDGPU/GlobalISel: Account for multiple defs when finding intrinsic ID
Matt Arsenault
2019-06-17
1
-2
/
+1
*
[AMDGPU] gfx1010 wave32 metadata
Stanislav Mekhanoshin
2019-06-17
8
-2
/
+85
*
AMDGPU/GlobalISel: Implement select for G_ICMP and G_SELECT
Tom Stellard
2019-06-17
3
-1
/
+195
*
[X86] combineLoad - begun making the load split code more generic. NFCI.
Simon Pilgrim
2019-06-17
1
-13
/
+12
*
[X86][SSE] Prevent misaligned non-temporal vector load/store combines
Simon Pilgrim
2019-06-17
1
-4
/
+13
*
AMDGPU: Ignore subtarget for InferAddressSpaces
Matt Arsenault
2019-06-17
1
-2
/
+1
*
AMDGPU/GlobalISel: Fix default mapping for non-register operands
Matt Arsenault
2019-06-17
1
-1
/
+5
*
AMDGPU: Cleanup custom PseudoSourceValue definitions
Matt Arsenault
2019-06-17
1
-16
/
+23
*
[CodeGen] Check for HardwareLoop Latch ExitBlock
Sam Parker
2019-06-17
1
-4
/
+0
*
[DAGCombiner] [CodeGenPrepare] More comprehensive GEP splitting
Luis Marques
2019-06-17
1
-0
/
+1
*
Fix clang -Wcovered-switch-default after stack-id change by D60137
Fangrui Song
2019-06-17
1
-8
/
+7
*
[ARM] Fix another -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds af...
Fangrui Song
2019-06-17
1
-1
/
+1
*
[ARM] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D63265
Fangrui Song
2019-06-17
1
-1
/
+1
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
4
-10
/
+16
*
[ARM] Remove ARMComputeBlockSize
Sam Parker
2019-06-17
1
-80
/
+0
*
[ARM] Add ARMBasicBlockInfo.cpp
Sam Parker
2019-06-17
1
-0
/
+146
*
[ARM] Extract some code from ARMConstantIslandPass
Sam Parker
2019-06-17
4
-112
/
+101
*
PowerPC: Optimize SPE double parameter calling setup
Justin Hibbits
2019-06-17
6
-49
/
+172
*
[X86] Add TB_NO_REVERSE to some folding table entries where the register from...
Craig Topper
2019-06-16
1
-9
/
+9
*
AMDGPU: Prepare for explicit absolute relocations in code generation
Nicolai Haehnle
2019-06-16
4
-8
/
+24
*
AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_REL_OFFSET is 0
Nicolai Haehnle
2019-06-16
3
-10
/
+19
*
AMDGPU/GFX10: Support DLC bit in llvm.amdgcn.s.buffer.load intrinsic
Nicolai Haehnle
2019-06-16
4
-13
/
+22
*
[AMDGPU] gfx10 conditional registers handling
Stanislav Mekhanoshin
2019-06-16
18
-211
/
+599
[next]