aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600
Commit message (Expand)AuthorAgeFilesLines
...
* R600: Reenable llvm.R600.load.input/interp.input for compatibilityVincent Lejeune2013-11-122-0/+47
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-122-2/+64
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-114-41/+39
* Make method staticMatt Arsenault2013-11-102-2/+2
* Fix missing C++ mode commentMatt Arsenault2013-11-101-1/+1
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-061-5/+5
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-011-3/+3
* Remove another unused flag.Rafael Espindola2013-10-311-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-302-0/+23
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-291-28/+25
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-296-9/+24
* R600: Expand vector FSQRT opsTom Stellard2013-10-291-0/+1
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-281-2/+2
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-283-9/+9
* R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)Tom Stellard2013-10-231-1/+1
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-231-6/+21
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-239-35/+131
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-231-0/+19
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-233-2/+8
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-221-0/+2
* R600/SI: Use llvm_unreachable() for an always false assertTom Stellard2013-10-221-2/+1
* R600/SI: Fix warning on non-asserts buildTom Stellard2013-10-221-0/+1
* R600: Simplify handling of private address spaceTom Stellard2013-10-2213-436/+95
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-225-31/+0
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-181-4/+4
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-161-2/+68
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-161-21/+4
* Fix typoMatt Arsenault2013-10-151-1/+1
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-151-1/+1
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-152-2/+0
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-133-1/+21
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-131-0/+1
* R600/SI: Support byval argumentsVincent Lejeune2013-10-132-2/+8
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-131-0/+5
* R600: fix swizzle exportVincent Lejeune2013-10-131-5/+9
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-131-4/+4
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-123-14/+83
* Fix typoMatt Arsenault2013-10-111-1/+1
* Fix typoMatt Arsenault2013-10-101-2/+2
* R600: Fix trunc i64 to i32 on SIMatt Arsenault2013-10-101-0/+5
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-105-4/+142
* R600/SI: Define a separate MIMG instruction for each possible output value typeTom Stellard2013-10-105-35/+90
* R600/SI: Mark the EXEC register as reservedTom Stellard2013-10-101-0/+1
* R600: Use StructurizeCFGPass for non SI targetsTom Stellard2013-10-106-2/+18
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* R600: Add a ldptr intrinsic to support MSAA.Vincent Lejeune2013-10-023-1/+10
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-017-2/+232
* R600: Put PRED_X instruction in its own clauseVincent Lejeune2013-10-011-0/+8