PerformSubCombine to work on integers larger than i128. Fixes a crasher.
[oota-llvm.git] / lib / Target / PTX /
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-02 Duncan SandsRemove unused array.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Justin HolewinskiPTX: Add preliminary support for outputting debug infor...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Whitespace fixes and remove commented out code
2011-06-23 Justin HolewinskiPTX: Prevent DCE from eliminating st.param calls, and...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-22 Justin HolewinskiPTX: Fix FrameIndex mapping bug
2011-06-22 Dan BaileyTest Commit.
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
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-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Justin HolewinskiPTX: Expand useable register space
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-21 Che-Liang Chiouptx: PTXMachineFunctionInfo no longer sort registers...
2011-04-20 Eli FriedmanRevert r129846; it's breaking a buildbot. See
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Che-Liang Chiouptx: add integer div and rem instruction
2011-04-20 Che-Liang Chiouptx: add floating-point comparison to setp
2011-04-20 Che-Liang Chiouptx: fix parameter ordering
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-23 Justin HolewinskiPTX: Improve support for 64-bit addressing
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
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-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
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 Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
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.
next