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
/
AMDGPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] AsmParser: disable DPP for unsupported instructions. New dpp tests. ...
Sam Kolton
2016-04-06
2
-11
/
+54
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-1
/
+1
*
[AMDGPU] Emit linkonce and linkonce_odr symbols
Konstantin Zhuravlyov
2016-04-05
1
-0
/
+2
*
AMDGPU: Implement {BUFFER,FLAT}_ATOMIC_CMPSWAP{,_X2}
Tom Stellard
2016-04-01
8
-3
/
+117
*
[AMDGPU] fix MADAK/MADMK instructions operand namings to match encoding fields.
Valery Pykhtin
2016-04-01
2
-8
/
+8
*
[AMDGPU] Disassembler: support for DPP
Sam Kolton
2016-03-31
2
-7
/
+23
*
AMDGPU: Add frexp_exp intrinsic
Matt Arsenault
2016-03-30
1
-2
/
+2
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
2
-3
/
+3
*
AMDGPU/SI: Improve MachineSchedModel definition
Tom Stellard
2016-03-30
1
-19
/
+27
*
AMDGPU/SI: Enable lanemask tracking in misched
Tom Stellard
2016-03-30
1
-0
/
+4
*
Test commit access
Konstantin Zhuravlyov
2016-03-29
1
-1
/
+1
*
AMDGPU/SI: Limit load clustering to 16 bytes instead of 4 instructions
Tom Stellard
2016-03-28
1
-8
/
+33
*
AMDGPU: Fix a use-after free and a missing break
Justin Bogner
2016-03-25
1
-1
/
+2
*
AMDGPU: Cost model for basic integer operations
Matt Arsenault
2016-03-25
1
-0
/
+31
*
AMDGPU: Partially implement getArithmeticInstrCost for FP ops
Matt Arsenault
2016-03-25
2
-1
/
+94
*
AMDGPU: TTI: Make insertelement free.
Matt Arsenault
2016-03-25
1
-0
/
+5
*
AMDGPU/SI: Add Polaris support
Tom Stellard
2016-03-24
1
-0
/
+8
*
Fix sequence point warning. NFC.
Vasileios Kalintiris
2016-03-24
1
-1
/
+1
*
AMDGPU: Remove atomic inc/dec patterns
Matt Arsenault
2016-03-23
1
-23
/
+0
*
AMDGPU: Promote alloca should skip volatiles
Matt Arsenault
2016-03-23
1
-0
/
+13
*
AMDGPU: Insert moves of frame index to value operands
Matt Arsenault
2016-03-23
1
-0
/
+56
*
[AMDGPU] Fix missing assembler predicates.
Valery Pykhtin
2016-03-23
1
-0
/
+4
*
AMDGPU: Cache information about register pressure sets
Tom Stellard
2016-03-23
2
-24
/
+37
*
AMDGPU: Fix dangling references introduced by r263982
Nicolai Haehnle
2016-03-21
1
-3
/
+5
*
AMDGPU: Coding style fixes
Nicolai Haehnle
2016-03-21
1
-4
/
+2
*
AMDGPU: Add SIWholeQuadMode pass
Nicolai Haehnle
2016-03-21
9
-15
/
+515
*
AMDGPU/SI: Fix threshold calculation for branching when exec is zero
Tom Stellard
2016-03-21
1
-3
/
+5
*
AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
Matt Arsenault
2016-03-21
1
-1
/
+1
*
AMDGPU: Add frexp_mant intrinsic
Matt Arsenault
2016-03-21
1
-2
/
+2
*
AMDGPU: add missing braces around multi-line if block
Nicolai Haehnle
2016-03-18
1
-1
/
+2
*
AMDGPU: Overload return type of llvm.amdgcn.buffer.load.format
Nicolai Haehnle
2016-03-18
1
-36
/
+43
*
AMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics
Nicolai Haehnle
2016-03-18
3
-2
/
+187
*
AMDGPU: use ComplexPattern for offsets in llvm.amdgcn.buffer.load/store.format
Nicolai Haehnle
2016-03-18
3
-13
/
+110
*
[AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3
Sam Kolton
2016-03-18
2
-50
/
+95
*
AMDGPU/SI: Do not generate s_waitcnt after ds_permute/ds_bpermute
Changpeng Fang
2016-03-17
1
-1
/
+1
*
AMDGPU: mark atomic instructions as sources of divergence
Nicolai Haehnle
2016-03-17
1
-0
/
+7
*
AMDGPU: Prevent uniform loops from becoming infinite
Nicolai Haehnle
2016-03-16
1
-0
/
+6
*
AMDGPU: Verify instructions in non-debug builds as well
Michel Danzer
2016-03-16
1
-3
/
+3
*
AMDGPU/SI: Clean up indentation in SIInstrInfo::getDefaultRsrcDataFormat
Michel Danzer
2016-03-16
1
-3
/
+3
*
AMDGPU/SI: Implement GroupStaticSize Intrinsic for Dynamic LDS
Changpeng Fang
2016-03-15
2
-2
/
+19
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-4
/
+4
*
AMDGPU/SI: Handle wait states required for DPP instructions
Tom Stellard
2016-03-14
2
-0
/
+63
*
AMDGPU/SI: Incomplete shader binaries need to finish execution at the end
Marek Olsak
2016-03-14
2
-8
/
+24
*
AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence
Nicolai Haehnle
2016-03-14
1
-0
/
+13
*
[AMDGPU] Assembler: SOP* instruction fixes
Nikolay Haustov
2016-03-14
2
-27
/
+40
*
[AMDGPU] AsmParser: Factor out parseRegister. NFC.
Valery Pykhtin
2016-03-14
1
-24
/
+40
*
[AMDGPU] AsmParser: refactor post push_back vector access. NFC.
Valery Pykhtin
2016-03-14
1
-6
/
+5
*
[AMDGPU] AsmParser: remove redundant isReg checks. NFC.
Valery Pykhtin
2016-03-14
1
-7
/
+7
*
[AMDGPU] Fix VOPC instruction operand namings
Valery Pykhtin
2016-03-11
1
-2
/
+2
*
[AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Nikolay Haustov
2016-03-11
4
-28
/
+19
[next]