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
...
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-1
/
+0
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-0
/
+1
*
AMDGPU: Don't optimize exec masks at -O0
Matt Arsenault
2018-11-26
1
-1
/
+2
*
[AMDGPU] Add FixupVectorISel pass, currently Supports SREGs in GLOBAL LD/ST
Ron Lieberman
2018-11-16
1
-0
/
+2
*
Allow subclassing ExternalAA
Matt Arsenault
2018-11-07
1
-7
/
+1
*
AMDGPU: Rewrite SILowerI1Copies to always stay on SALU
Nicolai Haehnle
2018-10-31
1
-1
/
+1
*
[AMDGPU] Add a pass to promote bitcast calls
Scott Linder
2018-10-26
1
-0
/
+6
*
[AMDGPU] Add an AMDGPU specific atomic optimizer.
Neil Henning
2018-10-08
1
-0
/
+12
*
AMDGPU: Always run AMDGPUAlwaysInline
Matt Arsenault
2018-10-03
1
-12
/
+9
*
AMDGPU: Expand atomicrmw nand in IR
Matt Arsenault
2018-10-02
1
-0
/
+1
*
[AMDGPU] restore r342722 which was reverted with r342743
Sameer Sahasrabuddhe
2018-09-25
1
-0
/
+2
*
revert changes from r342722
Sameer Sahasrabuddhe
2018-09-21
1
-2
/
+0
*
[AMDGPU] lower-switch in preISel as a workaround for legacy DA
Sameer Sahasrabuddhe
2018-09-21
1
-0
/
+2
*
AMDGPU: Stop forcing internalize at -O0
Matt Arsenault
2018-08-31
1
-11
/
+0
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-1
/
+0
*
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
[prev]
[next]