summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revise previous patch per review comments.Dale Johannesen2007-09-121-9/+6
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-6/+8
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-16/+8
* Implement misaligned FP loads and stores.Dale Johannesen2007-09-081-11/+48
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-9/+12
* Fix use of declaration inside case blockAnton Korobeynikov2007-08-291-1/+2
* Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)Anton Korobeynikov2007-08-291-1/+13
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+5
* Avoid issue on 64-bit hosts.Evan Cheng2007-08-171-1/+2
* If dynamic_stackalloc alignment is > stack alignment, first issue an instruct...Evan Cheng2007-08-161-5/+12
* Implement FPOWI ExpandOp.Lauro Ramos Venancio2007-08-151-0/+5
* Update per review comments.Dale Johannesen2007-08-091-30/+15
* long double 9 of N. This finishes up the X86-32 bitsDale Johannesen2007-08-091-22/+47
* If a target really needs to custom lower constants, it should be allowedScott Michel2007-08-081-3/+11
* Style police: Expand the tabs to spaces!Scott Michel2007-08-021-5/+5
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-011-3/+140
* - Allow custom lowering for CTPOP, CTTZ, CTLZ.Scott Michel2007-07-301-2/+9
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+25
* Add selection DAG nodes for subreg insert/extract. PR1350Christopher Lamb2007-07-261-1/+17
* Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no...Christopher Lamb2007-07-261-1/+1
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-2/+2
* Fix the build. Patch from Holger Schurig.Nick Lewycky2007-07-141-1/+2
* Long live the exception handling!Anton Korobeynikov2007-07-141-0/+16
* Fix the comment for LegalizeOp to more accurately reflect what it does.Dan Gohman2007-07-131-3/+4
* Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.hEvan Cheng2007-07-101-12/+0
* Preserve volatililty and alignment information when lowering orDan Gohman2007-07-091-27/+40
* Fix for PR 1505 (and 1489). Rewrite X87 registerDale Johannesen2007-07-031-1/+23
* Fix an assertion failure in legalizing bitcast operators on targets whereDan Gohman2007-06-291-23/+15
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-271-1/+1
* Make the comment for ScalarizeVectorOp mention that it is only for useDan Gohman2007-06-271-4/+6
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-251-386/+283
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-221-3/+3
* Tidy up ValueType names in comments.Dan Gohman2007-06-211-2/+2
* make ComputeTopDownOrdering significantly faster and use less stack spaceChris Lattner2007-06-181-32/+37
* Rename MVT::getVectorBaseType to MVT::getVectorElementType.Dan Gohman2007-06-141-5/+5
* Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR andDan Gohman2007-06-131-0/+63
* Pass the DAG to SDNode::dump to let it do more detailed dumps in some cases.Dan Gohman2007-06-041-5/+5
* Qualify several calls to functions in the MVT namespace, for consistency.Dan Gohman2007-05-181-13/+15
* add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub ...Chris Lattner2007-05-171-0/+42
* Propagate alignment/volatility in two places.Chris Lattner2007-05-051-4/+16
* memory inputs to an inline asm are required to have an address available.Chris Lattner2007-04-281-2/+2
* Fix incorrect legalization of EHSELECTOR. This fixesChris Lattner2007-04-271-6/+10
* Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not ava...Evan Cheng2007-04-271-4/+25
* Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.Lauro Ramos Venancio2007-04-201-1/+1
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-0/+2
* 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL.Scott Michel2007-04-021-3/+17
* don't rely on ADLChris Lattner2007-03-241-1/+1
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-7/+4
* big endian 32-bit systems (e.g. ppc32) want to return the high reg first, notChris Lattner2007-03-061-0/+5
* Fix CodeGen/Generic/fpowi-promote.ll and PR1239Chris Lattner2007-03-031-0/+12
OpenPOWER on IntegriCloud