| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user. | Akira Hatanaka | 2012-04-11 | 1 | -0/+1 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -2/+2 |
* | Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb... | Akira Hatanaka | 2012-03-09 | 1 | -0/+1 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -1/+1 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -1/+1 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -1/+1 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -1/+1 |
* | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka | 2012-02-03 | 1 | -0/+2 |
* | Rename WrapperPIC. It is now used for both pic and static. | Akira Hatanaka | 2011-12-09 | 1 | -1/+1 |
* | Implement 64-bit support for thread local storage handling. | Akira Hatanaka | 2011-12-08 | 1 | -7/+0 |
* | Make the type of shift amount i32 in order to reduce the number of shift | Akira Hatanaka | 2011-11-07 | 1 | -0/+2 |
* | Add variable IsO32 to MipsTargetLowering. | Akira Hatanaka | 2011-10-28 | 1 | -1/+1 |
* | Modify lowering of GlobalAddress so that correct code is emitted when target is | Akira Hatanaka | 2011-10-11 | 1 | -1/+1 |
* | Define variable HasMips64 in MipsTargetLowering. | Akira Hatanaka | 2011-09-26 | 1 | -1/+2 |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -1/+1 |
* | Move pattern matching for EXT and INS to post-legalization DAGCombine per Bru... | Akira Hatanaka | 2011-08-17 | 1 | -2/+0 |
* | Add support for ext and ins. | Akira Hatanaka | 2011-08-17 | 1 | -1/+6 |
* | Define unaligned load and store. | Akira Hatanaka | 2011-08-12 | 1 | -0/+2 |
* | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+1 |
* | Lower memory barriers to sync instructions. | Akira Hatanaka | 2011-07-19 | 1 | -1/+4 |
* | Remove getRegClassForInlineAsmConstraint for Mips. | Eric Christopher | 2011-06-29 | 1 | -4/+0 |
* | Re-apply 132758 and 132768 which were speculatively reverted in 132777. | Akira Hatanaka | 2011-06-21 | 1 | -1/+3 |
* | Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. | Eric Christopher | 2011-06-09 | 1 | -3/+1 |
* | Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the | Akira Hatanaka | 2011-06-08 | 1 | -1/+3 |
* | Custom-lower FRAMEADDR. Patch by Sasa Stankovic. | Akira Hatanaka | 2011-06-02 | 1 | -0/+1 |
* | This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor, | Bruno Cardoso Lopes | 2011-05-31 | 1 | -0/+10 |
* | This patch implements the thread local storage. Implemented are General | Bruno Cardoso Lopes | 2011-05-31 | 1 | -0/+10 |
* | Define a wrapper node for target constant nodes (tglobaladdr, etc.). | Akira Hatanaka | 2011-05-28 | 1 | -1/+3 |
* | Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have already | Akira Hatanaka | 2011-05-25 | 1 | -1/+0 |
* | Custom-lower FCOPYSIGN nodes. | Akira Hatanaka | 2011-05-25 | 1 | -0/+1 |
* | Make the logic for determining function alignment more explicit. No function... | Eli Friedman | 2011-05-06 | 1 | -3/+0 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -8/+7 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -7/+8 |
* | Add pass that expands pseudo instructions into target instructions after regi... | Akira Hatanaka | 2011-04-15 | 1 | -1/+4 |
* | Added support for FP conditional move instructions and fixed bugs in handling... | Akira Hatanaka | 2011-03-31 | 1 | -8/+4 |
* | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-03-04 | 1 | -1/+5 |
* | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+1 |
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -7/+7 |
* | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-01-18 | 1 | -1/+9 |
* | Remove target specific node MipsISD::CMov, which is not used because all cond... | Bruno Cardoso Lopes | 2010-12-07 | 1 | -3/+0 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -0/+5 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+2 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -3/+3 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -16/+16 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -3/+0 |
* | Add suport for VASTART on Mips. | Bruno Cardoso Lopes | 2010-02-06 | 1 | -0/+3 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+1 |
* | Add a second ValueType argument to isFPImmLegal. | Evan Cheng | 2009-10-28 | 1 | -1/+1 |