summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600EmitClauseMarkers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-1/+8
| | | | | Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 185161
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+3
| | | | | | | | the internals of TargetMachine could change. No functionality change intended. llvm-svn: 183561
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-041-1/+5
| | | | llvm-svn: 183278
* Move passes from namespace llvm into anonymous namespaces. Sort includes ↵Benjamin Kramer2013-05-231-2/+4
| | | | | | while there. llvm-svn: 182594
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-4/+2
| | | | | | | | | | Dot4 now uses 8 scalar operands instead of 2 vectors one which allows register coalescer to remove some unneeded COPY. This patch also defines some structures/functions that can be used to handle every vector instructions (CUBE, Cayman special instructions...) in a similar fashion. llvm-svn: 182126
* R600: Some factorizationVincent Lejeune2013-05-171-32/+13
| | | | llvm-svn: 182123
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-031-2/+2
| | | | llvm-svn: 178675
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-031-1/+1
| | | | llvm-svn: 178667
* R600: Consider KILLGT as an ALU instructionVincent Lejeune2013-04-031-2/+4
| | | | | | | Mesa does not override llvm behavior wrt KILLGT anymore so llvm has to handle KILLGT on its own. llvm-svn: 178664
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-011-0/+253
llvm-svn: 178503
OpenPOWER on IntegriCloud