| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -2/+20 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -32/+120 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -2/+2 |
* | Next powerpc long double bits. Comparisons work, | Dale Johannesen | 2007-10-06 | 1 | -28/+56 |
* | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 1 | -25/+62 |
* | Legalize support for MUL_LOHI and DIVREM. | Dan Gohman | 2007-10-05 | 1 | -0/+10 |
* | Silence a warning. | Evan Cheng | 2007-10-05 | 1 | -1/+1 |
* | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 1 | -1/+1 |
* | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman | 2007-09-28 | 1 | -0/+12 |
* | Fix long double -> uint64 conversion. | Dale Johannesen | 2007-09-28 | 1 | -1/+5 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -6/+11 |
* | Silence a compiler warning. | Evan Cheng | 2007-09-27 | 1 | -1/+1 |
* | Fix f80 UNDEF. | Dale Johannesen | 2007-09-26 | 1 | -1/+2 |
* | Use the correct result value type instead of using getValueType(0) | Dan Gohman | 2007-09-24 | 1 | -4/+3 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -1/+2 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -12/+32 |
* | Fix longdouble -> uint conversion. | Dale Johannesen | 2007-09-19 | 1 | -2/+3 |
* | Adjust per revew comments. | Dale Johannesen | 2007-09-16 | 1 | -16/+7 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 1 | -12/+29 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -9/+6 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -6/+8 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -16/+8 |
* | Implement misaligned FP loads and stores. | Dale Johannesen | 2007-09-08 | 1 | -11/+48 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 1 | -9/+12 |
* | Fix use of declaration inside case block | Anton Korobeynikov | 2007-08-29 | 1 | -1/+2 |
* | Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered) | Anton Korobeynikov | 2007-08-29 | 1 | -1/+13 |
* | Allow target constants to be illegal types. The target should | Chris Lattner | 2007-08-25 | 1 | -0/+5 |
* | Avoid issue on 64-bit hosts. | Evan Cheng | 2007-08-17 | 1 | -1/+2 |
* | If dynamic_stackalloc alignment is > stack alignment, first issue an instruct... | Evan Cheng | 2007-08-16 | 1 | -5/+12 |
* | Implement FPOWI ExpandOp. | Lauro Ramos Venancio | 2007-08-15 | 1 | -0/+5 |
* | Update per review comments. | Dale Johannesen | 2007-08-09 | 1 | -30/+15 |
* | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen | 2007-08-09 | 1 | -22/+47 |
* | If a target really needs to custom lower constants, it should be allowed | Scott Michel | 2007-08-08 | 1 | -3/+11 |
* | Style police: Expand the tabs to spaces! | Scott Michel | 2007-08-02 | 1 | -5/+5 |
* | Expand unaligned loads/stores when the target doesn't support them. (PR1548) | Lauro Ramos Venancio | 2007-08-01 | 1 | -3/+140 |
* | - Allow custom lowering for CTPOP, CTTZ, CTLZ. | Scott Michel | 2007-07-30 | 1 | -2/+9 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+25 |
* | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb | 2007-07-26 | 1 | -1/+17 |
* | Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no... | Christopher Lamb | 2007-07-26 | 1 | -1/+1 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -2/+2 |
* | Fix the build. Patch from Holger Schurig. | Nick Lewycky | 2007-07-14 | 1 | -1/+2 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -0/+16 |
* | Fix the comment for LegalizeOp to more accurately reflect what it does. | Dan Gohman | 2007-07-13 | 1 | -3/+4 |
* | Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h | Evan Cheng | 2007-07-10 | 1 | -12/+0 |
* | Preserve volatililty and alignment information when lowering or | Dan Gohman | 2007-07-09 | 1 | -27/+40 |
* | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen | 2007-07-03 | 1 | -1/+23 |
* | Fix an assertion failure in legalizing bitcast operators on targets where | Dan Gohman | 2007-06-29 | 1 | -23/+15 |
* | Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. | Dan Gohman | 2007-06-27 | 1 | -1/+1 |
* | Make the comment for ScalarizeVectorOp mention that it is only for use | Dan Gohman | 2007-06-27 | 1 | -4/+6 |
* | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman | 2007-06-25 | 1 | -386/+283 |