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 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
*
R600: Put PRED_X instruction in its own clause
Vincent Lejeune
2013-10-01
1
-0
/
+8
*
R600: Enable -verify-machineinstrs in some tests.
Vincent Lejeune
2013-10-01
5
-9
/
+19
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
2
-0
/
+6
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
R600: Fix handling of NAN in comparison instructions
Tom Stellard
2013-09-28
3
-44
/
+40
*
SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes
Tom Stellard
2013-09-28
1
-4
/
+12
*
SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
2013-09-28
2
-76
/
+58
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-1
/
+0
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
2
-8
/
+14
*
R600: Move clamp handling code to R600IselLowering.cpp
Vincent Lejeune
2013-09-12
2
-33
/
+17
*
R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
2013-09-12
2
-109
/
+59
*
R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
2013-09-12
3
-245
/
+197
*
R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback
Tom Stellard
2013-09-12
7
-5
/
+113
*
R600: Don't use trans slot for instructions that read LDS source registers
Tom Stellard
2013-09-12
5
-1
/
+34
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
2
-3
/
+5
*
R600: Add support for LDS atomic subtract
Aaron Watry
2013-09-06
3
-0
/
+13
*
R600: Coding style
Tom Stellard
2013-09-05
1
-6
/
+4
*
R600: Fix i64 to i32 trunc on SI
Matt Arsenault
2013-09-05
1
-0
/
+1
*
R600: Add support for local memory atomic add
Tom Stellard
2013-09-05
7
-14
/
+78
*
R600: Expand SELECT nodes rather than custom lowering them
Tom Stellard
2013-09-05
2
-15
/
+6
*
R600: Fix incorrect LDS size calculation
Tom Stellard
2013-09-05
2
-4
/
+14
*
R600/SI: Don't emit S_WQM_B64 instruction for compute shaders
Tom Stellard
2013-09-05
1
-1
/
+2
*
R600: Fix segfault in R600TextureIntrinsicReplacer
Tom Stellard
2013-09-05
1
-0
/
+3
*
R600: Use shared op optimization when checking cycle compatibility
Vincent Lejeune
2013-09-04
1
-0
/
+2
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-09-04
4
-19
/
+60
*
R600: Use SchedModel enum for is{Trans,Vector}Only functions
Vincent Lejeune
2013-09-04
4
-23
/
+19
*
Add llvm namespace to llvm::next.
Michael Gottesman
2013-09-04
1
-2
/
+2
*
Use llvm::next() instead of incrementing begin iterators of std::vector.
Michael Gottesman
2013-09-04
1
-2
/
+2
*
Mark an unreachable code path with llvm_unreachable. Pacifies GCC.
Benjamin Kramer
2013-08-31
1
-0
/
+1
*
R600: Add support for vector local memory loads
Tom Stellard
2013-08-26
4
-0
/
+50
*
R600: Add support for i8 and i16 local memory loads
Tom Stellard
2013-08-26
4
-16
/
+59
*
R600: Add support for i8 and i16 local memory stores
Tom Stellard
2013-08-26
8
-15
/
+60
*
R600: Add support for v4i32 and v2i32 local stores
Tom Stellard
2013-08-26
3
-59
/
+107
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
4
-7
/
+12
*
R600/SI: Fix another case of illegal VGPR to SGPR copy
Tom Stellard
2013-08-22
1
-1
/
+1
*
R600: Remove unnecessary casts
Tom Stellard
2013-08-21
1
-8
/
+6
[next]