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
/
R600InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-1435
/
+0
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-7
/
+6
*
Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
2015-03-11
1
-3
/
+1
*
R600: Use c++11 style for loop
Jan Vesely
2015-03-02
1
-6
/
+4
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-5
/
+4
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+4
*
R600: Remove unused function
Matt Arsenault
2014-07-20
1
-5
/
+1
*
R600: Make ShaderType private
Matt Arsenault
2014-07-13
1
-5
/
+9
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
1
-6
/
+63
*
R600: Remove AMDIL instruction and register definitions
Tom Stellard
2014-06-13
1
-10
/
+0
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-5
/
+3
*
R600: Drop use of cached TargetMachine in R600InstrInfo.cpp
Tom Stellard
2014-06-13
1
-1
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
R600: Remove successive JUMP in AnalyzeBranch when AllowModify is true
Tom Stellard
2014-01-23
1
-1
/
+7
*
R600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
Tom Stellard
2013-11-22
1
-0
/
+12
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-1
/
+1
*
R600: Make dot_4 instructions predicable
Vincent Lejeune
2013-11-16
1
-0
/
+19
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+1
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
1
-0
/
+8
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-47
/
+5
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
1
-11
/
+16
*
R600: Remove unused InstrInfo::getMovImmInstr() function
Tom Stellard
2013-10-22
1
-12
/
+0
*
R600: add a pass that merges clauses.
Vincent Lejeune
2013-10-01
1
-0
/
+18
*
R600: Enable -verify-machineinstrs in some tests.
Vincent Lejeune
2013-10-01
1
-0
/
+9
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
1
-0
/
+4
*
R600: Don't use trans slot for instructions that read LDS source registers
Tom Stellard
2013-09-12
1
-0
/
+16
*
R600: Use shared op optimization when checking cycle compatibility
Vincent Lejeune
2013-09-04
1
-0
/
+2
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-09-04
1
-0
/
+3
*
R600: Use SchedModel enum for is{Trans,Vector}Only functions
Vincent Lejeune
2013-09-04
1
-1
/
+11
*
R600: Add support for i8 and i16 local memory stores
Tom Stellard
2013-08-26
1
-1
/
+2
*
R600: Add IsExport bit to TableGen instruction definitions
Tom Stellard
2013-08-16
1
-0
/
+4
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
1
-8
/
+11
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
1
-3
/
+0
*
Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"
Tom Stellard
2013-07-31
1
-11
/
+1
*
R600: Avoid more than 4 literals in the same instruction group at scheduling
Vincent Lejeune
2013-07-31
1
-0
/
+5
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
1
-0
/
+3
*
R600: Use SchedModel enum for is{Trans,Vector}Only functions
Vincent Lejeune
2013-07-31
1
-1
/
+11
*
R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2013-07-23
1
-0
/
+36
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Replacing an empty switch with its moral equivalent. No functional changes i...
Aaron Ballman
2013-07-10
1
-3
/
+1
*
R600: Do not predicated basic block with multiple alu clause
Vincent Lejeune
2013-07-09
1
-0
/
+45
*
R600: Fix an unitialized variable in R600InstrInfo.cpp
Vincent Lejeune
2013-06-30
1
-1
/
+1
*
R600: Unbreak GCC build.
Benjamin Kramer
2013-06-29
1
-1
/
+2
*
R600: Support schedule and packetization of trans-only inst
Vincent Lejeune
2013-06-29
1
-39
/
+146
*
R600: Bank Swizzle now display SCL equivalent
Vincent Lejeune
2013-06-29
1
-4
/
+4
[next]