summaryrefslogtreecommitdiff
path: root/lib/Target/R600
Commit message (Expand)AuthorAge
...
* Add a commentMatt Arsenault2013-11-14
* Fix trailing whitespace in debug printingMatt Arsenault2013-11-14
* R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* R600: Fix uninitialized variable usageTom Stellard2013-11-13
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-13
* R600: Reenable llvm.R600.load.input/interp.input for compatibilityVincent Lejeune2013-11-12
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-12
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-11
* Make method staticMatt Arsenault2013-11-10
* Fix missing C++ mode commentMatt Arsenault2013-11-10
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-06
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-01
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Fix a few typosMatt Arsenault2013-10-30
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-30
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-29
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-29
* R600: Expand vector FSQRT opsTom Stellard2013-10-29
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-28
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-28
* R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)Tom Stellard2013-10-23
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-23
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-23
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-22
* R600/SI: Use llvm_unreachable() for an always false assertTom Stellard2013-10-22
* R600/SI: Fix warning on non-asserts buildTom Stellard2013-10-22
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-22
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-18
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-16
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-16
* Fix typoMatt Arsenault2013-10-15
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-15
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-15
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-13
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-13
* R600/SI: Support byval argumentsVincent Lejeune2013-10-13
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-13
* R600: fix swizzle exportVincent Lejeune2013-10-13
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-13
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-12
* Fix typoMatt Arsenault2013-10-11
* Fix typoMatt Arsenault2013-10-10