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
/
PTXInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-30
1
-6
/
+6
*
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
1
-6
/
+6
*
PTX: Split up the TableGen instruction definitions into logical units
Justin Holewinski
2011-09-26
1
-56
/
+2
*
PTX: Use .param space for device function return values on SM 2.0+, and attempt
Justin Holewinski
2011-09-22
1
-3
/
+3
*
PTX: Fixup codegen to handle emission of virtual registers.
Justin Holewinski
2011-09-22
1
-2
/
+8
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-12
/
+0
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-0
/
+12
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-1
/
+2
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-2
/
+3
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-7
/
+7
*
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
1
-7
/
+2
*
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
1
-2
/
+7
*
PTX: Fix FrameIndex mapping bug
Justin Holewinski
2011-06-22
1
-3
/
+3
*
PTX: Fix if-then-else formatting and add missing asserts
Justin Holewinski
2011-06-20
1
-16
/
+12
*
PTX: Add basic register spilling code
Justin Holewinski
2011-06-20
1
-0
/
+75
*
PTX: Rename register classes for readability and combine int and fp registers
Justin Holewinski
2011-06-16
1
-7
/
+7
*
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-04-02
1
-29
/
+24
*
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-28
1
-10
/
+14
*
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-22
1
-2
/
+147
*
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-14
1
-10
/
+29
*
ptx: add basic support of predicate execution
Che-Liang Chiou
2011-03-13
1
-9
/
+86
*
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
1
-1
/
+2
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
1
-5
/
+12
*
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2011-02-28
1
-3
/
+5
*
Add lower argument and return of device function
Che-Liang Chiou
2010-10-19
1
-0
/
+65
*
Add the exit instruction to the PTX target.
Eric Christopher
2010-09-18
1
-0
/
+22