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
/
R600
/
AMDGPUTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600/SI: add pass to mark CF live ranges as non-spillable
Tom Stellard
2015-05-12
1
-0
/
+9
*
Grab a subtarget off of an AMDGPUTargetMachine rather than a
Eric Christopher
2015-03-21
1
-11
/
+11
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-4
/
+4
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
R600: Split AMDGPUPassConfig into R600PassConfig and GCNPassConfig
Tom Stellard
2015-02-11
1
-64
/
+92
*
R600: Create an R600TargetMachine for pre-gcn GPUs
Tom Stellard
2015-02-11
1
-15
/
+24
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-3
/
+4
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+0
*
R600: Move DataLayout to AMDGPUTargetMachine
Tom Stellard
2015-01-28
1
-0
/
+16
*
R600/SI: Spill VGPRs to scratch space for compute shaders
Tom Stellard
2015-01-14
1
-0
/
+1
*
R600/SI: Add a stub GCNTargetMachine
Tom Stellard
2015-01-06
1
-0
/
+11
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-26
/
+21
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-21
/
+26
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-26
/
+21
*
R600/SI: Move SIInsertWaits into AMDGPUPassConfig::addPreSched2()
Tom Stellard
2014-12-03
1
-1
/
+3
*
R600/SI: Don't run SI passes on R600 subtargets
Tom Stellard
2014-12-03
1
-1
/
+1
*
R600/SI: Fix running SILowerI1Copies a second time
Matt Arsenault
2014-12-03
1
-2
/
+1
*
R600/SI: Add SIFoldOperands pass
Tom Stellard
2014-11-21
1
-0
/
+2
*
R600/SI: Move SIFixSGPRCopies to inst selector passes
Matt Arsenault
2014-11-18
1
-7
/
+9
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+3
*
Reapply: R600: Make sure to inline all internal functions
Tom Stellard
2014-11-03
1
-0
/
+14
*
Revert "R600: Make sure to inline all internal functions"
Reid Kleckner
2014-10-31
1
-14
/
+0
*
R600: Make sure to inline all internal functions
Tom Stellard
2014-10-31
1
-0
/
+14
*
R600/SI: Add load / store machine optimizer pass.
Matt Arsenault
2014-10-10
1
-0
/
+11
*
R600/SI: Fix the FixSGPRLiveRanges pass
Tom Stellard
2014-09-24
1
-2
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Move the R600 intrinsic support back to the target machine - there's
Eric Christopher
2014-08-04
1
-1
/
+1
*
Move R600 subtarget dependent variables onto the subtarget.
Eric Christopher
2014-07-25
1
-34
/
+6
*
R600/SI: Add instruction shrinking pass
Tom Stellard
2014-07-21
1
-0
/
+2
*
R600/SI: Use scratch memory for large private arrays
Tom Stellard
2014-07-21
1
-1
/
+1
*
R600: Add option to disable promote alloca
Matt Arsenault
2014-07-13
1
-3
/
+5
*
R600/SI: Adjsut SGPR live ranges before register allocation
Tom Stellard
2014-07-02
1
-0
/
+2
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
1
-0
/
+8
*
R600: Remove AMDIL instruction and register definitions
Tom Stellard
2014-06-13
1
-1
/
+0
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-2
/
+0
*
R600: Add definition for flat address space ID.
Matt Arsenault
2014-05-22
1
-1
/
+1
*
R600/SI: Use VALU instructions for copying i1 values
Tom Stellard
2014-04-30
1
-0
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-8
/
+8
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
2014-04-21
1
-1
/
+1
*
R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
Tom Stellard
2014-03-21
1
-0
/
+3
*
R600: Make check clearer.
Matt Arsenault
2014-02-24
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Factor MI-Sched in preparation for post-ra scheduling support.
Andrew Trick
2013-12-28
1
-1
/
+1
*
Small simplification, p0 is the same as p.
Rafael Espindola
2013-12-19
1
-1
/
+1
*
R600/SI: Make private pointers be 32-bit.
Matt Arsenault
2013-12-19
1
-6
/
+5
*
One last cleanup of LLVM's DataLayout strings.
Rafael Espindola
2013-12-16
1
-2
/
+4
*
Structure R600's computeDataLayout more like every other target.
Rafael Espindola
2013-12-16
1
-8
/
+5
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-3
/
+3
[next]