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
/
SIFixSGPRCopies.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-338
/
+0
*
R600/SI: Remove M0Reg register class
Tom Stellard
2015-05-12
1
-1
/
+0
*
R600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhysRegClass(Reg)
Tom Stellard
2015-05-12
1
-5
/
+8
*
R600/SI: Remove VReg_32 register class
Tom Stellard
2015-01-07
1
-2
/
+2
*
R600/SI: Fix SIFixSGPRCopies for copies to physical registers
Matt Arsenault
2014-12-03
1
-1
/
+6
*
R600/SI: Remove incorrect assertion
Matt Arsenault
2014-12-03
1
-5
/
+5
*
R600/SI: Fix suspicious indexing
Matt Arsenault
2014-12-03
1
-5
/
+7
*
R600/SI: Only use one DEBUG()
Matt Arsenault
2014-11-25
1
-2
/
+1
*
R600/SI: Assume SIFixSGPRCopies makes changes
Matt Arsenault
2014-11-17
1
-1
/
+2
*
R600/SI: Simplify debug printing
Matt Arsenault
2014-10-17
1
-5
/
+3
*
R600/SI: Move PHIs that define SGPRs to the VALU in most cases
Tom Stellard
2014-09-24
1
-0
/
+52
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-4
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
R600/SI: Fix a bug with handling of INSERT_SUBREG in SIFixSGPRCopies
Tom Stellard
2014-05-15
1
-7
/
+10
*
R600/SI: Use VALU instructions for copying i1 values
Tom Stellard
2014-04-30
1
-1
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
R600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
Tom Stellard
2014-04-07
1
-0
/
+10
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+2
*
R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopies
Tom Stellard
2014-02-04
1
-1
/
+1
*
R600/SI: Fix illegal VGPR->SGPR copy inside of loop
Tom Stellard
2013-11-18
1
-2
/
+1
*
R600/SI: Fix another case of illegal VGPR->SGPR copy
Tom Stellard
2013-11-18
1
-3
/
+2
*
R600/SI: Remove redundant legalizeOperands call
Matt Arsenault
2013-11-14
1
-1
/
+0
*
Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cpp
Hans Wennborg
2013-11-14
1
-0
/
+1
*
Fix trailing whitespace in debug printing
Matt Arsenault
2013-11-14
1
-1
/
+1
*
R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-4
/
+4
*
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
2013-11-13
1
-17
/
+130
*
R600/SI: Fix another case of illegal VGPR to SGPR copy
Tom Stellard
2013-08-22
1
-1
/
+1
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-0
/
+152