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
/
R600EmitClauseMarkers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-336
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
R600: Register R600EmitClauseMarkers pass
Tom Stellard
2013-12-11
1
-7
/
+17
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
1
-5
/
+66
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
1
-0
/
+1
*
R600: Put PRED_X instruction in its own clause
Vincent Lejeune
2013-10-01
1
-0
/
+8
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
R600: Do not predicated basic block with multiple alu clause
Vincent Lejeune
2013-07-09
1
-4
/
+10
*
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
2013-06-28
1
-1
/
+8
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+3
*
R600: Const/Neg/Abs can be folded to dot4
Vincent Lejeune
2013-06-04
1
-1
/
+5
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-2
/
+4
*
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
2013-05-17
1
-4
/
+2
*
R600: Some factorization
Vincent Lejeune
2013-05-17
1
-32
/
+13
*
R600: Fix last ALU of a clause being emitted in a separate clause
Vincent Lejeune
2013-04-03
1
-2
/
+2
*
R600: Factorize maximum alu per clause in a single location
Vincent Lejeune
2013-04-03
1
-1
/
+1
*
R600: Consider KILLGT as an ALU instruction
Vincent Lejeune
2013-04-03
1
-2
/
+4
*
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
1
-0
/
+253