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
/
AMDGPUTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
run post-RA hazard recognizer pass late
Mark Searles
2018-07-16
1
-3
/
+7
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-3
/
+3
*
Reapply "AMDGPU: Force inlining if LDS global address is used"
Matt Arsenault
2018-07-10
1
-5
/
+7
*
Revert "AMDGPU: Force inlining if LDS global address is used"
Vlad Tsyrklevich
2018-07-10
1
-7
/
+5
*
AMDGPU: Force inlining if LDS global address is used
Matt Arsenault
2018-07-09
1
-5
/
+7
*
[AMDGPU] Enable LICM in the BE pipeline
Stanislav Mekhanoshin
2018-06-29
1
-0
/
+1
*
AMDGPU: Add pass to lower kernel arguments to loads
Matt Arsenault
2018-06-26
1
-0
/
+11
*
[AMDGPU] Construct memory clauses before RA
Stanislav Mekhanoshin
2018-05-31
1
-0
/
+3
*
AMDGPU: Split AMDGPUTTI into GCNTTI and R600TTI
Tom Stellard
2018-05-30
1
-5
/
+10
*
AMDGPU: Fix typo in option description
Matt Arsenault
2018-05-29
1
-1
/
+1
*
[AMDGPU][Waitcnt] Remove obsolete waitcnt option
Mark Searles
2018-05-25
1
-6
/
+0
*
AMDGPU: Add pass to optimize reqd_work_group_size
Matt Arsenault
2018-05-18
1
-0
/
+5
*
AMDGPU: Rename OpenCL lowering pass to be R600 specific.
Matt Arsenault
2018-05-13
1
-1
/
+2
*
[AMDGPU][Waitcnt] Remove the old waitcnt pass
Mark Searles
2018-05-07
1
-5
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
AMDGPU: Initialize GlobalISel passes
Tom Stellard
2018-04-09
1
-0
/
+1
*
AMDGPU: Set natural stack alignment in DataLayout
Matt Arsenault
2018-03-27
1
-2
/
+2
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
[AMDGPU] Change constant addr space to 4
Yaxun Liu
2018-02-13
1
-1
/
+1
*
Reapply "AMDGPU: Add 32-bit constant address space"
Matt Arsenault
2018-02-09
1
-1
/
+1
*
Revert "AMDGPU: Add 32-bit constant address space"
Rafael Espindola
2018-02-07
1
-1
/
+1
*
AMDGPU: Add 32-bit constant address space
Marek Olsak
2018-02-07
1
-1
/
+1
*
[AMDGPU] Suppress redundant waitcnt instrs.
Mark Searles
2018-02-07
1
-1
/
+1
*
[AMDGPU] Switch to the new addr space mapping by default
Yaxun Liu
2018-02-02
1
-9
/
+0
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
Matthias Braun
2018-01-19
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-5
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+5
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-5
/
+3
*
AMDGPU: Partial ILP scheduler port from SelectionDAG to SchedulingDAG (experi...
Valery Pykhtin
2017-11-20
1
-0
/
+15
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[AMDGPU] Change alloca addr space of r600 to 5 for amdgiz environment
Yaxun Liu
2017-11-06
1
-0
/
+4
*
[AMDGPU] Clean up symbols in the global namespace.
Benjamin Kramer
2017-10-31
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-6
/
+6
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-6
/
+6
*
AMDGPU: Fix incorrect selection of pseudo-branches
Matt Arsenault
2017-10-10
1
-2
/
+4
*
[AMDGPU] Lower enqueued blocks and generate runtime metadata
Yaxun Liu
2017-10-10
1
-0
/
+4
*
[AMDGPU] Set fast-math flags on functions given the options
Stanislav Mekhanoshin
2017-09-29
1
-3
/
+4
*
[AMDGPU] Fixed memory leak with inliner replaced
Stanislav Mekhanoshin
2017-09-20
1
-1
/
+3
*
[AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.ll
Stanislav Mekhanoshin
2017-09-20
1
-1
/
+2
*
[AMDGPU] Port of HSAIL inliner
Stanislav Mekhanoshin
2017-09-20
1
-1
/
+4
*
AMDGPU: Run internalize symbols at -O0
Matt Arsenault
2017-09-19
1
-21
/
+21
*
[AMDGPU] Ported and adopted AMDLibCalls pass
Stanislav Mekhanoshin
2017-08-11
1
-6
/
+19
*
AMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into their own class
Tom Stellard
2017-08-08
1
-0
/
+6
*
AMDGPU: Remove redundant opt level check
Matt Arsenault
2017-08-07
1
-2
/
+1
*
AMDGPU: Remove FixControlFlowLiveIntervals pass
Matt Arsenault
2017-08-07
1
-5
/
+0
*
AMDGPU: Cleanup subtarget features
Matt Arsenault
2017-08-07
1
-2
/
+1
*
[AMDGPU] Add support for Whole Wavefront Mode
Connor Abbott
2017-08-04
1
-0
/
+9
*
AMDGPU: Remove error on calls for amdgcn
Matt Arsenault
2017-08-03
1
-16
/
+16
*
AMDGPU: Add analysis pass for function argument info
Matt Arsenault
2017-08-03
1
-1
/
+3
[next]