summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ControlFlowFinalizer.cpp
Commit message (Expand)AuthorAge
* Merging r199917:Tom Stellard2014-03-24
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-16
* R600: Change the RAT instruction assembly names so they match the docsTom Stellard2013-08-16
* R600: Add 64-bit float load/store supportTom Stellard2013-08-01
* R600: Remove predicated_break instVincent Lejeune2013-07-31
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-19
* Make some arrays 'static const'Craig Topper2013-07-15
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-09
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-14
* R600: Anti dep better handled in tex clauseVincent Lejeune2013-06-07
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: CALL_FS consumes a stack size entryVincent Lejeune2013-06-03
* R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst regTom Stellard2013-05-23
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* Setting the default value (fixes CRT assertions about uninitialized variable ...Aaron Ballman2013-05-23
* R600: Some factorizationVincent Lejeune2013-05-17
* R600: Factorize Fetch size limit inside AMDGPUSubTargetVincent Lejeune2013-05-17
* R600: Signed literals are 64bits wideVincent Lejeune2013-05-02
* R600: use native for aluVincent Lejeune2013-04-30
* R600: Take inner dependency into tex/vtx clausesVincent Lejeune2013-04-30
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-30
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-30
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-29
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-23
* R600: Add CF_ENDVincent Lejeune2013-04-23
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-11
* Whitespace.NAKAMURA Takumi2013-04-11
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-10
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-08
* R600: Fix wrong address when substituting ENDIFVincent Lejeune2013-04-04
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-04
* R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizerVincent Lejeune2013-04-03
* R600: Consider KILLGT as an ALU instructionVincent Lejeune2013-04-03
* R600: Add support for native control flowVincent Lejeune2013-04-01