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
*
[AMDGPU] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[AMDGPU] gfx1010 GCNRegBankReassign pass
Stanislav Mekhanoshin
2019-05-01
1
-0
/
+2
*
[AMDGPU] gfx1010 GCNNSAReassign pass
Stanislav Mekhanoshin
2019-05-01
1
-0
/
+15
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
1
-0
/
+6
*
Reapply [ValueTracking] Support min/max selects in computeConstantRange()
Nikita Popov
2019-04-07
1
-2
/
+9
*
[AMDGPU] Add MachineDCE pass after RenameIndependentSubregs
Stanislav Mekhanoshin
2019-04-05
1
-0
/
+9
*
[AMDGPU] Pre-allocate WWM registers to reduce VGPR pressure.
Neil Henning
2019-04-01
1
-7
/
+5
*
AMDGPU: Add additional MIR tests for exec mask optimizations
Matt Arsenault
2019-03-27
1
-3
/
+11
*
CodeGen: Refactor regallocator command line and target selection
Matt Arsenault
2019-03-19
1
-6
/
+6
*
[AMDGPU] Add an experimental buffer fat pointer address space.
Neil Henning
2019-03-18
1
-2
/
+3
*
AMDGPU: Partially fix default device for HSA
Matt Arsenault
2019-03-17
1
-1
/
+2
*
MIR: Allow targets to serialize MachineFunctionInfo
Matt Arsenault
2019-03-14
1
-0
/
+73
*
AMDGPU: Handle "uniform-work-group-size" attribute (fix for RADV)
Aakanksha Patil
2019-03-07
1
-1
/
+3
*
AMDGPU: Fix typo
Matt Arsenault
2019-02-28
1
-1
/
+1
*
AMDGPU: Enable function calls by default
Matt Arsenault
2019-02-28
1
-4
/
+9
*
AMDGPU: Remove debugger related subtarget features
Matt Arsenault
2019-02-21
1
-2
/
+0
*
[AMDGPU] Enable DPP combiner pass by default.
Valery Pykhtin
2019-02-11
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-0
/
+1
*
Revert r348971: [AMDGPU] Support for "uniform-work-group-size" attribute
Aakanksha Patil
2018-12-13
1
-3
/
+1
*
[AMDGPU] Support for "uniform-work-group-size" attribute
Aakanksha Patil
2018-12-12
1
-1
/
+3
*
[AMDGPU] Add new Mode Register pass
Tim Corringham
2018-12-10
1
-0
/
+9
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-7
/
+1
*
[AMDGPU] Partial revert of rL348371: Turn on the DPP combiner by default
Valery Pykhtin
2018-12-06
1
-1
/
+1
*
[AMDGPU]: Turn on the DPP combiner by default
Valery Pykhtin
2018-12-05
1
-1
/
+1
*
[AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
Valery Pykhtin
2018-11-30
1
-0
/
+8
*
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
[next]