Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / PTX / PTXInstrInfo.cpp
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-09-30 Justin HolewinskiPTX: Various stylistic and code readability changes...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-26 Justin HolewinskiPTX: Split up the TableGen instruction definitions...
2011-09-22 Justin HolewinskiPTX: Use .param space for device function return values...
2011-09-22 Justin HolewinskiPTX: Fixup codegen to handle emission of virtual registers.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-22 Justin HolewinskiPTX: Fix FrameIndex mapping bug
2011-06-20 Justin HolewinskiPTX: Fix if-then-else formatting and add missing asserts
2011-06-20 Justin HolewinskiPTX: Add basic register spilling code
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-03-28 Che-Liang Chiouptx: clean up branch code a bit
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-13 Che-Liang Chiouptx: add basic support of predicate execution
2011-03-03 Justin HolewinskiPTX: Fix Emacs renaming a symbol
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2010-10-19 Che-Liang ChiouAdd lower argument and return of device function
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.