Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / PTX / PTXInstrInfo.cpp
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.