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
/
PTXAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
PTX: Add initial support for device function calls
Justin Holewinski
2011-08-09
1
-1
/
+42
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-6
/
+6
*
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
1
-2
/
+0
*
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
1
-0
/
+2
*
PTX: Add preliminary support for outputting debug information in the form of
Justin Holewinski
2011-06-24
1
-0
/
+97
*
PTX: Re-work target sm/compute selection and add some basic GPU
Justin Holewinski
2011-06-24
1
-1
/
+1
*
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
1
-13
/
+4
*
PTX: Whitespace fixes and remove commented out code
Justin Holewinski
2011-06-23
1
-35
/
+0
*
PTX: Prevent DCE from eliminating st.param calls, and unify the handling of
Justin Holewinski
2011-06-23
1
-5
/
+23
*
PTX: Use .param space for parameters in device functions for SM >= 2.0
Justin Holewinski
2011-06-23
1
-1
/
+2
*
PTX: Fix FrameIndex mapping bug
Justin Holewinski
2011-06-22
1
-7
/
+10
*
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-22
1
-0
/
+7
*
PTX: Add basic register spilling code
Justin Holewinski
2011-06-20
1
-0
/
+13
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
1
-1
/
+1
*
PTX: Finish new calling convention implementation
Justin Holewinski
2011-06-16
1
-43
/
+75
*
PTX: Rename register classes for readability and combine int and fp registers
Justin Holewinski
2011-06-16
1
-6
/
+6
*
PTX: Fix whitespace errors
Justin Holewinski
2011-06-16
1
-9
/
+10
*
PTX: patch to AsmPrinter
Justin Holewinski
2011-04-28
1
-22
/
+47
*
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
1
-1
/
+2
*
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
1
-1
/
+11
*
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
1
-16
/
+3
*
PTX: Emit global arrays with proper sizes
Justin Holewinski
2011-03-14
1
-5
/
+34
*
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-14
1
-1
/
+1
*
ptx: add basic support of predicate execution
Che-Liang Chiou
2011-03-13
1
-1
/
+25
*
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-03
1
-1
/
+2
*
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
1
-2
/
+4
*
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
1
-5
/
+6
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
1
-19
/
+45
*
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-28
1
-2
/
+27
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
1
-3
/
+9
*
ptx: add state spaces
Che-Liang Chiou
2010-12-30
1
-5
/
+8
*
ptx: add ld instruction and test
Che-Liang Chiou
2010-12-22
1
-4
/
+99
*
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
1
-9
/
+21
*
Add simple arithmetics and %type directive for PTX
Che-Liang Chiou
2010-11-17
1
-8
/
+30
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
1
-0
/
+190