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: Analyze callee resource usage in AsmPrinter
Matt Arsenault
2017-08-02
1
-11
/
+145
*
AMDGPU: Remove duplicate print outs from .AMDGPU.csdata
Konstantin Zhuravlyov
2017-07-16
1
-9
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-5
/
+5
*
AMDGPU: Remove error on call in AsmPrinter
Matt Arsenault
2017-06-01
1
-29
/
+26
*
AMDGPU/AMDHSA: Set COMPUTE_PGM_RSRC2:LDS_SIZE to 0
Konstantin Zhuravlyov
2017-05-05
1
-1
/
+2
*
AMDGPU: Refactor AsmPrinter
Matt Arsenault
2017-05-02
1
-127
/
+213
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+1
*
AMDGPU: Don't emit amd_kernel_code_t for callable functions
Matt Arsenault
2017-04-19
1
-1
/
+14
*
AMDGPU: Don't align callable functions to 256
Matt Arsenault
2017-04-19
1
-1
/
+3
*
AMDGPU: Make MFI fields private
Matt Arsenault
2017-04-18
1
-3
/
+3
*
AMDGPU: Use MachineRegisterInfo to find max used register
Matt Arsenault
2017-04-17
1
-126
/
+75
*
AMDGPU: Refactor argument lowering
Matt Arsenault
2017-04-11
1
-1
/
+1
*
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
[prev]
[next]