index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Fix selection failure on EXTLOAD
Matt Arsenault
2013-11-13
1
-1
/
+9
*
R600: Reenable llvm.R600.load.input/interp.input for compatibility
Vincent Lejeune
2013-11-12
2
-0
/
+47
*
R600/SI: Change formatting of printed registers.
Matt Arsenault
2013-11-12
2
-2
/
+64
*
R600: Use function inputs to represent data stored in gpr
Vincent Lejeune
2013-11-11
4
-41
/
+39
*
Make method static
Matt Arsenault
2013-11-10
2
-2
/
+2
*
Fix missing C++ mode comment
Matt Arsenault
2013-11-10
1
-1
/
+1
*
R600: Fix LowerUDIVREM
Vincent Lejeune
2013-11-06
1
-5
/
+5
*
Use isa<> instead of dyn_cast<> with unused value
Matt Arsenault
2013-11-01
1
-3
/
+3
*
Remove another unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Remove unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Fix a few typos
Matt Arsenault
2013-10-30
1
-7
/
+7
*
R600: Custom lower f32 = uint_to_fp i64
Tom Stellard
2013-10-30
2
-0
/
+23
*
Removing a switch statement that contains only a default label. This resolve...
Aaron Ballman
2013-10-29
1
-28
/
+25
*
R600/SI: Add compute support for CI v2
Tom Stellard
2013-10-29
6
-9
/
+24
*
R600: Expand vector FSQRT ops
Tom Stellard
2013-10-29
1
-0
/
+1
*
Prune utf8 chars in comments.
NAKAMURA Takumi
2013-10-28
1
-2
/
+2
*
Target/R600: Un-tab-ify.
NAKAMURA Takumi
2013-10-28
3
-9
/
+9
*
R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)
Tom Stellard
2013-10-23
1
-1
/
+1
*
R600/SI: fix MIMG writemask adjustement
Tom Stellard
2013-10-23
1
-6
/
+21
*
R600: Fix handling of vector kernel arguments
Tom Stellard
2013-10-23
9
-35
/
+131
*
R600/SI: Add support for i64 bitwise or
Tom Stellard
2013-10-23
1
-0
/
+19
*
R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32
Tom Stellard
2013-10-23
3
-2
/
+8
*
R600/SI: Don't assert on SCC usage
Matt Arsenault
2013-10-22
1
-0
/
+2
*
R600/SI: Use llvm_unreachable() for an always false assert
Tom Stellard
2013-10-22
1
-2
/
+1
*
R600/SI: Fix warning on non-asserts build
Tom Stellard
2013-10-22
1
-0
/
+1
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
13
-436
/
+95
*
R600: Remove unused InstrInfo::getMovImmInstr() function
Tom Stellard
2013-10-22
5
-31
/
+0
*
R600: Remove \ at EOL from ascii art comments.
Benjamin Kramer
2013-10-18
1
-4
/
+4
*
R600: Fix a crash in the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-2
/
+68
*
R600: Remove some dead code from the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-21
/
+4
*
Fix typo
Matt Arsenault
2013-10-15
1
-1
/
+1
*
Fix missing C++ mode thing in header
Matt Arsenault
2013-10-15
1
-1
/
+1
*
R600/SI: Remove some leftover MI dump call
Vincent Lejeune
2013-10-15
2
-2
/
+0
*
R600: improve dump of S_WAITCNT
Vincent Lejeune
2013-10-13
3
-1
/
+21
*
R600/SI: Add SinkingPass before ISel
Vincent Lejeune
2013-10-13
1
-0
/
+1
*
R600/SI: Support byval arguments
Vincent Lejeune
2013-10-13
2
-2
/
+8
*
R600: Use masked read sel for texture instructions
Vincent Lejeune
2013-10-13
1
-0
/
+5
*
R600: fix swizzle export
Vincent Lejeune
2013-10-13
1
-5
/
+9
*
R600: Clear the VPM bit of export instructions.
Vincent Lejeune
2013-10-13
1
-4
/
+4
*
R600: Store disassembly in a special ELF section when feature +DumpCode is en...
Tom Stellard
2013-10-12
3
-14
/
+83
*
Fix typo
Matt Arsenault
2013-10-11
1
-1
/
+1
*
Fix typo
Matt Arsenault
2013-10-10
1
-2
/
+2
*
R600: Fix trunc i64 to i32 on SI
Matt Arsenault
2013-10-10
1
-0
/
+5
*
R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*
Tom Stellard
2013-10-10
5
-4
/
+142
*
R600/SI: Define a separate MIMG instruction for each possible output value type
Tom Stellard
2013-10-10
5
-35
/
+90
*
R600/SI: Mark the EXEC register as reserved
Tom Stellard
2013-10-10
1
-0
/
+1
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
6
-2
/
+18
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+1
*
R600: Add a ldptr intrinsic to support MSAA.
Vincent Lejeune
2013-10-02
3
-1
/
+10
*
R600: add a pass that merges clauses.
Vincent Lejeune
2013-10-01
7
-2
/
+232
[next]