summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an expand action for ISD label which just deletes the label.Chris Lattner2007-03-031-0/+3
* Chain is on second operand.Jim Laskey2007-02-281-4/+23
* Drop unused operand.Jim Laskey2007-02-241-2/+0
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-2/+26
* Selection and lowering for exception handling.Jim Laskey2007-02-211-0/+2
* For PR1195:Reid Spencer2007-02-151-8/+8
* For PR1195:Reid Spencer2007-02-151-1/+1
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-3/+3
* implement expand of truncate. This allows truncates from i128 to i64 toChris Lattner2007-02-131-0/+13
* Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands().Evan Cheng2007-02-081-8/+36
* swtich vector-> smallvector, speeding up selectiondag stuff 1%Chris Lattner2007-02-041-2/+2
* Switch promoted/expanded ops over to using a DenseMap. Vector related mapsChris Lattner2007-02-041-8/+7
* switch LegalizedNodes from std::map to a DenseMap. This speeds up iselChris Lattner2007-02-041-3/+15
* Eliminate some malloc traffic from LegalizeAllNodesNotLeadingTo, speedingChris Lattner2007-02-041-4/+5
OpenPOWER on IntegriCloud