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
/
PTXISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-2
/
+2
*
PTX: Add initial support for device function calls
Justin Holewinski
2011-08-09
1
-0
/
+49
*
Remove unused array.
Duncan Sands
2011-07-02
1
-21
/
+0
*
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
1
-34
/
+40
*
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
1
-1
/
+16
*
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
-32
/
+18
*
PTX: Whitespace fixes and remove commented out code
Justin Holewinski
2011-06-23
1
-1
/
+0
*
PTX: Prevent DCE from eliminating st.param calls, and unify the handling of
Justin Holewinski
2011-06-23
1
-4
/
+4
*
PTX: Use .param space for parameters in device functions for SM >= 2.0
Justin Holewinski
2011-06-23
1
-17
/
+44
*
PTX: Finish new calling convention implementation
Justin Holewinski
2011-06-16
1
-70
/
+101
*
PTX: Rename register classes for readability and combine int and fp registers
Justin Holewinski
2011-06-16
1
-16
/
+16
*
PTX: Fix whitespace errors
Justin Holewinski
2011-06-16
1
-9
/
+9
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-1
/
+3
*
PTX: support for select_cc and fixes for setcc
Justin Holewinski
2011-04-28
1
-0
/
+36
*
PTX: support for zext loads and trunc stores
Justin Holewinski
2011-04-28
1
-1
/
+13
*
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-28
1
-2
/
+0
*
PTX: Improve support for 64-bit addressing
Justin Holewinski
2011-03-23
1
-1
/
+4
*
PTX: Fix various codegen issues
Justin Holewinski
2011-03-18
1
-1
/
+10
*
ptx: add unconditional and conditional branch
Che-Liang Chiou
2011-03-18
1
-2
/
+9
*
Avoid a compiler warning about reg possibly being used uninitialized
Duncan Sands
2011-03-15
1
-4
/
+2
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
1
-7
/
+24
*
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-28
1
-5
/
+17
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
1
-52
/
+31
*
ptx: add ld instruction and test
Che-Liang Chiou
2010-12-22
1
-0
/
+24
*
Add physical register counting functions
Che-Liang Chiou
2010-11-08
1
-0
/
+17
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-10-22
1
-3
/
+5
*
Add lower argument and return of device function
Che-Liang Chiou
2010-10-19
1
-3
/
+108
*
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
1
-1
/
+22
*
Add the exit instruction to the PTX target.
Eric Christopher
2010-09-18
1
-0
/
+62