index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
R600InstrInfo.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
R600: Remove dead code from the CodeEmitter v2
Tom Stellard
2013-04-30
R600: Always use texture cache for compute shaders
Vincent Lejeune
2013-04-30
R600: Packetize instructions
Vincent Lejeune
2013-04-30
R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips
Vincent Lejeune
2013-04-30
R600: Add a Bank Swizzle operand
Vincent Lejeune
2013-04-30
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
2013-04-03
R600: Factorize maximum alu per clause in a single location
Vincent Lejeune
2013-03-14
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-05
R600: Do not predicate vector op
Vincent Lejeune
2013-02-06
R600: Support for indirect addressing v4
Tom Stellard
2013-02-05
R600: improve inputs/interpolation handling
Tom Stellard
2013-01-23
R600: rework handling of the constants
Tom Stellard
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-20
Target/R600: Update MIB according to r170588.
NAKAMURA Takumi
2012-12-13
Fix warnings with -DNDEBUG
Tom Stellard
2012-12-11
Add R600 backend
Tom Stellard