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
/
PTX
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-04-02
2
-35
/
+86
*
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-28
3
-16
/
+17
*
PTX: Improve support for 64-bit addressing
Justin Holewinski
2011-03-23
3
-21
/
+72
*
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-22
3
-3
/
+170
*
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
4
-4
/
+33
*
ptx: fix parameter order that is reversed
Che-Liang Chiou
2011-03-18
1
-5
/
+4
*
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-18
5
-26
/
+57
*
PTX: Set PTX 2.0 as the minimum supported version
Justin Holewinski
2011-03-15
5
-42
/
+80
*
Avoid a compiler warning about reg possibly being used uninitialized
Duncan Sands
2011-03-15
1
-4
/
+2
*
PTX: Emit global arrays with proper sizes
Justin Holewinski
2011-03-14
1
-5
/
+34
*
PTX: Add support for sqrt/sin/cos intrinsics
Justin Holewinski
2011-03-14
1
-0
/
+33
*
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-14
4
-17
/
+59
*
ptx: add basic support of predicate execution
Che-Liang Chiou
2011-03-13
4
-59
/
+177
*
PTX: Add preliminary support for floating-point divide and multiply-and-add
Justin Holewinski
2011-03-10
2
-5
/
+104
*
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-10
1
-7
/
+43
*
PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
Justin Holewinski
2011-03-08
1
-4
/
+22
*
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
2
-0
/
+39
*
PTX: Fix Emacs renaming a symbol
Justin Holewinski
2011-03-03
1
-1
/
+1
*
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-03
4
-4
/
+8
*
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
3
-9
/
+13
*
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
9
-44
/
+121
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
10
-121
/
+440
*
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-28
5
-10
/
+131
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-3
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+3
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-12
/
+7
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
8
-61
/
+96
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
4
-17
/
+19
*
ptx: remove reg-reg addressing mode and st.const
Che-Liang Chiou
2011-01-01
2
-29
/
+11
*
ptx: add store instruction
Che-Liang Chiou
2011-01-01
4
-4
/
+101
*
ptx: add state spaces
Che-Liang Chiou
2010-12-30
3
-8
/
+63
*
ptx: add ld instruction and test
Che-Liang Chiou
2010-12-22
6
-22
/
+181
*
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
2
-1
/
+3
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
2
-14
/
+13
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
2
-13
/
+14
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
2
-14
/
+13
*
ptx: add shift instructions
Che-Liang Chiou
2010-12-06
1
-0
/
+27
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-3
/
+2
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-0
/
+10
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-2
/
+3
*
ptx: bug fix: use after free
Che-Liang Chiou
2010-12-01
1
-7
/
+8
*
ptx: add command-line options for gpu target and ptx version
Che-Liang Chiou
2010-11-30
1
-0
/
+18
*
ptx: add ld instruction
Che-Liang Chiou
2010-11-30
3
-9
/
+118
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
1
-26
/
+9
*
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-28
3
-206
/
+181
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
2
-2
/
+2
*
Add simple arithmetics and %type directive for PTX
Che-Liang Chiou
2010-11-17
2
-9
/
+51
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
2
-2
/
+4
[next]