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