Age | Commit message (Expand) | Author |
2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-09-08 | Implement misaligned FP loads and stores. | Dale Johannesen |
2007-08-30 | Change LegalFPImmediates to use APFloat. | Dale Johannesen |
2007-08-29 | Fix use of declaration inside case block | Anton Korobeynikov |
2007-08-29 | Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered) | Anton Korobeynikov |
2007-08-25 | Allow target constants to be illegal types. The target should | Chris Lattner |
2007-08-17 | Avoid issue on 64-bit hosts. | Evan Cheng |
2007-08-16 | If dynamic_stackalloc alignment is > stack alignment, first issue an instruct... | Evan Cheng |
2007-08-15 | Implement FPOWI ExpandOp. | Lauro Ramos Venancio |
2007-08-09 | Update per review comments. | Dale Johannesen |
2007-08-09 | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen |
2007-08-08 | If a target really needs to custom lower constants, it should be allowed | Scott Michel |
2007-08-02 | Style police: Expand the tabs to spaces! | Scott Michel |
2007-08-01 | Expand unaligned loads/stores when the target doesn't support them. (PR1548) | Lauro Ramos Venancio |
2007-07-30 | - Allow custom lowering for CTPOP, CTTZ, CTLZ. | Scott Michel |
2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
2007-07-26 | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb |
2007-07-26 | Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no... | Christopher Lamb |
2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
2007-07-14 | Fix the build. Patch from Holger Schurig. | Nick Lewycky |
2007-07-14 | Long live the exception handling! | Anton Korobeynikov |
2007-07-13 | Fix the comment for LegalizeOp to more accurately reflect what it does. | Dan Gohman |
2007-07-10 | Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h | Evan Cheng |
2007-07-09 | Preserve volatililty and alignment information when lowering or | Dan Gohman |
2007-07-03 | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen |
2007-06-29 | Fix an assertion failure in legalizing bitcast operators on targets where | Dan Gohman |
2007-06-27 | Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. | Dan Gohman |
2007-06-27 | Make the comment for ScalarizeVectorOp mention that it is only for use | Dan Gohman |
2007-06-25 | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman |
2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
2007-06-21 | Tidy up ValueType names in comments. | Dan Gohman |
2007-06-18 | make ComputeTopDownOrdering significantly faster and use less stack space | Chris Lattner |
2007-06-14 | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman |
2007-06-13 | Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and | Dan Gohman |
2007-06-04 | Pass the DAG to SDNode::dump to let it do more detailed dumps in some cases. | Dan Gohman |
2007-05-18 | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman |
2007-05-17 | add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub ... | Chris Lattner |
2007-05-05 | Propagate alignment/volatility in two places. | Chris Lattner |
2007-04-28 | memory inputs to an inline asm are required to have an address available. | Chris Lattner |
2007-04-27 | Fix incorrect legalization of EHSELECTOR. This fixes | Chris Lattner |
2007-04-27 | Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not ava... | Evan Cheng |
2007-04-20 | Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. | Lauro Ramos Venancio |
2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
2007-04-02 | 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL. | Scott Michel |
2007-03-24 | don't rely on ADL | Chris Lattner |
2007-03-07 | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov |
2007-03-06 | big endian 32-bit systems (e.g. ppc32) want to return the high reg first, not | Chris Lattner |
2007-03-03 | Fix CodeGen/Generic/fpowi-promote.ll and PR1239 | Chris Lattner |