index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
R600EmitClauseMarkers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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