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] gfx908 hazard recognizer
Stanislav Mekhanoshin
2019-07-11
2
-1
/
+233
*
[AMDGPU] gfx908 scheduling
Stanislav Mekhanoshin
2019-07-11
3
-0
/
+163
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
16
-62
/
+548
*
[WebAssembly] Assembler: support negative float constants.
Wouter van Oortmerssen
2019-07-11
1
-12
/
+27
*
[NVPTX] Use atomicrmw fadd instead of intrinsics
Benjamin Kramer
2019-07-11
3
-21
/
+12
*
[X86] Merge negated ISD::SUB nodes into X86ISD::SUB equivalent (PR40483)
Sanjay Patel
2019-07-11
1
-7
/
+7
*
AMDGPU/GlobalISel: Move kernel argument handling to separate function
Matt Arsenault
2019-07-11
2
-42
/
+61
*
OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.
Tim Northover
2019-07-11
1
-5
/
+2
*
[X86] -fno-plt: use GOT __tls_get_addr only if GOTPCRELX is enabled
Fangrui Song
2019-07-11
1
-1
/
+8
*
[ARM][LowOverheadLoops] Correct offset checking
Sam Parker
2019-07-11
3
-11
/
+29
*
[ARM] Remove nonexistent unsigned forms of MVE VQDMLAH.
Simon Tatham
2019-07-11
1
-3
/
+0
*
[MIPS GlobalISel] Skip copies in addUseDef and addDefUses
Petar Avramovic
2019-07-11
2
-11
/
+48
*
[MIPS GlobalISel] RegBankSelect for chains of ambiguous instructions
Petar Avramovic
2019-07-11
2
-14
/
+77
*
Remove some redundant code from r290372 and improve a comment.
Jay Foad
2019-07-11
1
-5
/
+3
*
[ARM][ParallelDSP] Change the search for smlads
Sam Parker
2019-07-11
1
-252
/
+316
*
[WebAssembly] Print error message for llvm.clear_cache intrinsic
Heejin Ahn
2019-07-11
1
-0
/
+4
*
[X86] Don't convert 8 or 16 bit ADDs to LEAs on Atom in FixupLEAPass.
Craig Topper
2019-07-11
1
-12
/
+15
*
[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
Stanislav Mekhanoshin
2019-07-11
7
-4
/
+195
*
[AMDGPU] gfx908 dot instruction support
Stanislav Mekhanoshin
2019-07-11
1
-0
/
+30
*
[X86] Add patterns with and_flag_nocf for BLSI and TBM instructions.
Craig Topper
2019-07-10
1
-6
/
+19
*
[X86] Add BLSR and BLSMSK to isUseDefConvertible.
Craig Topper
2019-07-10
1
-1
/
+6
*
[NFC]Fix IR/MC depency issue for function descriptor SDAG implementation
David Tenty
2019-07-10
1
-44
/
+35
*
[X86] Remove unused variable. NFC
Craig Topper
2019-07-10
1
-1
/
+0
*
[AArch64][GlobalISel] Optimize compare and branch cases with G_INTTOPTR and u...
Amara Emerson
2019-07-10
1
-4
/
+15
*
[GlobalISel][AArch64] Use getOpcodeDef instead of findMIFromReg
Jessica Paquette
2019-07-10
1
-14
/
+3
*
[GlobalISel][AArch64][NFC] Use getDefIgnoringCopies from Utils where we can
Jessica Paquette
2019-07-10
1
-22
/
+5
*
Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"
David Greene
2019-07-10
7
-13
/
+37
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-07-10
7
-37
/
+13
*
[X86] EltsFromConsecutiveLoads - clean up element size calcs. NFCI.
Simon Pilgrim
2019-07-10
1
-14
/
+12
*
MC: AArch64: Add support for pg_hi21_nc relocation specifier.
Peter Collingbourne
2019-07-10
1
-0
/
+2
*
GlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
Matt Arsenault
2019-07-10
2
-1
/
+57
*
[X86] EltsFromConsecutiveLoads - remove duplicate check for element size. NFCI.
Simon Pilgrim
2019-07-10
1
-6
/
+0
*
[X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same ...
Simon Pilgrim
2019-07-10
1
-3
/
+5
*
AMDGPU: Serialize mode from MachineFunctionInfo
Matt Arsenault
2019-07-10
3
-1
/
+32
*
[AMDGPU] Allow abs/neg source modifiers on v_cndmask_b32
Jay Foad
2019-07-10
1
-7
/
+8
*
[X86] EltsFromConsecutiveLoads - cleanup Zero/Undef/Load element collection. ...
Simon Pilgrim
2019-07-10
1
-12
/
+17
*
[MIPS GlobalISel] Select float and double phi
Petar Avramovic
2019-07-10
1
-4
/
+25
*
[MIPS GlobalISel] Select float and double load and store
Petar Avramovic
2019-07-10
1
-22
/
+44
*
[NFC][ARM] Convert lambdas to static helpers
Sam Parker
2019-07-10
1
-57
/
+73
*
[X86] EltsFromConsecutiveLoads - LDBase is non-null. NFCI.
Simon Pilgrim
2019-07-10
1
-6
/
+4
*
[X86] EltsFromConsecutiveLoads - store Loads on a per-element basis. NFCI.
Simon Pilgrim
2019-07-10
1
-9
/
+9
*
[X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable support
Simon Pilgrim
2019-07-10
1
-7
/
+15
*
Fix "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-07-10
1
-1
/
+1
*
[ARM] Enable VPUSH/VPOP aliases when either MVE or VFP is present
Mikhail Maltsev
2019-07-10
2
-5
/
+5
*
[X86] Limit getTargetConstantFromNode to only work on NormalLoads not extendi...
Craig Topper
2019-07-10
1
-1
/
+1
*
AMDGPU/GlobalISel: Add support for wide loads >= 256-bits
Tom Stellard
2019-07-10
4
-37
/
+219
*
GlobalISel: Implement lower for G_FCOPYSIGN
Matt Arsenault
2019-07-09
1
-3
/
+2
*
[X86] Don't form extloads in combineExtInVec unless the load extension is legal.
Craig Topper
2019-07-09
1
-7
/
+9
*
AMDGPU/GlobalISel: Fix legality for G_BUILD_VECTOR
Matt Arsenault
2019-07-09
1
-7
/
+4
*
[AMDGPU] gfx908 v_pk_fmac_f16 support
Stanislav Mekhanoshin
2019-07-09
2
-4
/
+10
[next]