index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PTX
/
PTXInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-09-30
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-28
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-26
PTX: Split up the TableGen instruction definitions into logical units
Justin Holewinski
2011-09-22
PTX: Use .param space for device function return values on SM 2.0+, and attempt
Justin Holewinski
2011-09-22
PTX: Fixup codegen to handle emission of virtual registers.
Justin Holewinski
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-22
PTX: Fix FrameIndex mapping bug
Justin Holewinski
2011-06-20
PTX: Fix if-then-else formatting and add missing asserts
Justin Holewinski
2011-06-20
PTX: Add basic register spilling code
Justin Holewinski
2011-06-16
PTX: Rename register classes for readability and combine int and fp registers
Justin Holewinski
2011-04-02
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-03-28
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-22
ptx: add analyze/insert/remove branch
Che-Liang Chiou
2011-03-14
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-13
ptx: add basic support of predicate execution
Che-Liang Chiou
2011-03-03
PTX: Fix Emacs renaming a symbol
Justin Holewinski
2011-03-03
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-02
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-02-28
Add preliminary support for .f32 in the PTX backend.
Che-Liang Chiou
2010-10-19
Add lower argument and return of device function
Che-Liang Chiou
2010-09-18
Add the exit instruction to the PTX target.
Eric Christopher