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
/
AMDGPUAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Rename isKernel
Matt Arsenault
2017-03-30
1
-1
/
+1
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-2
/
+5
*
[AMDGPU] Do not emit isa info as code object metadata
Konstantin Zhuravlyov
2017-03-22
1
-3
/
+2
*
[AMDGPU] Emit kernel code properties as code object metadata
Konstantin Zhuravlyov
2017-03-22
1
-38
/
+36
*
[AMDGPU] Restructure code object metadata creation
Konstantin Zhuravlyov
2017-03-22
1
-18
/
+27
*
AMDGPU: Redefine clamp node as clamp 0.0-1.0
Matt Arsenault
2017-02-21
1
-1
/
+1
*
AMDGPU: Merge initial gfx9 support
Matt Arsenault
2017-02-18
1
-0
/
+4
*
AMDGPU : Add trap handler support.
Wei Ding
2017-02-10
1
-0
/
+4
*
[AMDGPU] Add target information that is required by tools to metadata
Konstantin Zhuravlyov
2017-02-08
1
-16
/
+18
*
[AMDGPU] Distinguish between S/VGPR allocation and encoding granularities
Konstantin Zhuravlyov
2017-02-08
1
-4
/
+4
*
[AMDGPU] Move register related queries to subtarget class
Konstantin Zhuravlyov
2017-02-08
1
-25
/
+27
*
[AMDGPU] Grab MCSubtargetInfo from TargetMachine instead of constructing it
Konstantin Zhuravlyov
2017-01-27
1
-6
/
+1
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-3
/
+3
*
[AMDGPU] Do not emit .AMDGPU.config section for amdhsa
Konstantin Zhuravlyov
2017-01-06
1
-4
/
+6
*
AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for funct...
Sam Kolton
2016-12-19
1
-1
/
+1
*
AMDGPU: Emit runtime metadata version 2 as YAML
Yaxun Liu
2016-12-14
1
-2
/
+1
*
AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & without stack objects
Marek Olsak
2016-12-09
1
-1
/
+4
*
AMDGPU/SI: Allow using SGPRs 96-101 on VI
Marek Olsak
2016-12-09
1
-13
/
+32
*
AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_segment_alignment
Tom Stellard
2016-12-06
1
-0
/
+5
*
AMDGPU: Emit runtime metadata as a note element in .note section
Yaxun Liu
2016-11-10
1
-309
/
+3
*
AMDGPU: Diagnose using too many SGPRs
Matt Arsenault
2016-10-28
1
-8
/
+15
*
AMDGPU : Add a function to enable and disable IEEEBit for SC and shader
Wei Ding
2016-10-19
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+4
*
Reapply "AMDGPU: Support using tablegened MC pseudo expansions"
Matt Arsenault
2016-10-06
1
-1
/
+1
*
Revert "AMDGPU: Support using tablegened MC pseudo expansions"
Matt Arsenault
2016-10-06
1
-1
/
+1
*
AMDGPU: Support using tablegened MC pseudo expansions
Matt Arsenault
2016-10-06
1
-1
/
+1
*
BranchRelaxation: Support expanding unconditional branches
Matt Arsenault
2016-10-06
1
-0
/
+15
*
AMDGPU: Partially fix reported code size for some instructions
Matt Arsenault
2016-10-06
1
-1
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
AMDGPU/SI: Don't crash on anonymous GlobalValues
Tom Stellard
2016-09-26
1
-2
/
+3
*
AMDGPU/SI: Include implicit arguments in kernarg_segment_byte_size
Tom Stellard
2016-09-23
1
-1
/
+2
*
AMDGPU/SI: Add support for triples with the mesa3d operating system
Tom Stellard
2016-09-16
1
-2
/
+2
*
AMDGPU: Remove a useless variable which caused build failure for lld.
Yaxun Liu
2016-09-07
1
-1
/
+1
*
AMDGPU: Add hidden kernel arguments to runtime metadata
Yaxun Liu
2016-09-07
1
-69
/
+132
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-13
/
+38
*
AMDGPU: Add runtime metadata for pointee alignment of argument.
Yaxun Liu
2016-09-01
1
-1
/
+7
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-5
/
+5
*
[OpenCL] Add missing tests for getOCLTypeName
Yaxun Liu
2016-08-04
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
AMDGPU: Minor AsmPrinter cleanups
Matt Arsenault
2016-07-26
1
-79
/
+84
*
AMDGPU: Make AMDGPUMachineFunction fields private
Matt Arsenault
2016-07-26
1
-5
/
+6
*
AMDGPU: Delete more dead code
Matt Arsenault
2016-07-22
1
-2
/
+6
*
AMDGPU: Fix bug causing crash due to invalid opencl version metadata.
Yaxun Liu
2016-07-20
1
-9
/
+13
*
Re-commit [AMDGPU] Add metadata for runtime
Yaxun Liu
2016-07-16
1
-0
/
+229
*
Revert "[AMDGPU] Add metadata for runtime"
Vitaly Buka
2016-07-15
1
-229
/
+0
*
[AMDGPU] Add metadata for runtime
Yaxun Liu
2016-07-15
1
-0
/
+229
*
AMDGPU/SI: Emit the number of SGPR and VGPR spills
Marek Olsak
2016-07-13
1
-0
/
+5
*
AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
Tom Stellard
2016-07-13
1
-1
/
+1
*
[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...
Konstantin Zhuravlyov
2016-06-25
1
-0
/
+27
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-16
/
+13
[next]