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
/
R600Packetizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-0
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-9
/
+12
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-5
/
+5
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
1
-0
/
+8
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
1
-1
/
+1
*
R600: Don't use trans slot for instructions that read LDS source registers
Tom Stellard
2013-09-12
1
-0
/
+4
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-09-04
1
-5
/
+33
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
1
-33
/
+5
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
1
-5
/
+33
*
R600: Don't mix LDS and non-LDS instructions in the same group
Vincent Lejeune
2013-07-31
1
-0
/
+4
*
R600: Do not predicated basic block with multiple alu clause
Vincent Lejeune
2013-07-09
1
-1
/
+2
*
R600: Support schedule and packetization of trans-only inst
Vincent Lejeune
2013-06-29
1
-34
/
+56
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
1
-0
/
+3
*
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
2013-06-28
1
-1
/
+7
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
1
-9
/
+9
*
R600: 3 op instructions have no write bit but the result are store in PV
Vincent Lejeune
2013-06-03
1
-3
/
+1
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-12
/
+9
*
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
2013-05-17
1
-1
/
+2
*
R600: Some factorization
Vincent Lejeune
2013-05-17
1
-138
/
+11
*
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
1
-38
/
+51
*
R600: Packetize instructions
Vincent Lejeune
2013-04-30
1
-0
/
+446