summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-101-20/+22
* Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNodeChris Lattner2005-07-101-4/+3
* Introduce a new VTSDNode class with the ultimate goal of eliminating theChris Lattner2005-07-101-17/+30
* 2 fixes:Andrew Lenharth2005-07-051-4/+13
* I really didn't think this was necessary. But, Legalize wasn't running againAndrew Lenharth2005-07-021-2/+3
* oopsAndrew Lenharth2005-06-301-2/+1
* FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTENDAndrew Lenharth2005-06-301-0/+9
* Adapt the code for handling uint -> fp conversion for the 32 bit case toAndrew Lenharth2005-06-271-0/+35
* allow token chain at start or end of nodeChris Lattner2005-05-141-0/+2
* remove special case hacks for readport/readio from the binary operatorChris Lattner2005-05-141-7/+14
* Eliminate special purpose hacks for dynamic_stack_alloc.Chris Lattner2005-05-141-4/+6
* Use the general mechanism for creating multi-value nodes instead of usingChris Lattner2005-05-141-22/+30
* legalize target-specific operationsChris Lattner2005-05-141-0/+23
* LowerOperation takes a dagChris Lattner2005-05-141-2/+2
* Allow targets to have a custom int64->fp expander if desiredChris Lattner2005-05-141-0/+11
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-4/+7
* Handle TAILCALL nodeChris Lattner2005-05-131-3/+9
* Fix a problem that nate reduced for me.Chris Lattner2005-05-131-1/+2
* rename variables and functions to match renamed DAG nodes. Bonus feature:Chris Lattner2005-05-131-32/+32
* do not call expandop on the same value more than once. This fixesChris Lattner2005-05-131-4/+5
* update commentChris Lattner2005-05-121-1/+1
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-121-16/+16
* Pass calling convention to use into lower call toChris Lattner2005-05-121-4/+4
* fix expansion of ct[lt]z nodesChris Lattner2005-05-121-0/+2
* Expand 64-bit ctlz/cttz nodes for 32-bit targetsChris Lattner2005-05-121-4/+28
* Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP toChris Lattner2005-05-121-4/+3
* Allow something to be legalized multiple times. This can be used to reduceChris Lattner2005-05-121-12/+30
* Oops, don't do this after we figure out where to insert the call chains.Chris Lattner2005-05-121-6/+6
* Make sure to expand all nodes, avoiding unintentional node duplication.Chris Lattner2005-05-121-0/+7
* add fixmeChris Lattner2005-05-121-0/+1
* Fix a problem where early legalization can cause token chain problems.Chris Lattner2005-05-121-7/+8
* Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -CChris Lattner2005-05-121-2/+5
* Necessary changes to codegen cttz efficiently on PowerPCNate Begeman2005-05-111-3/+13
* Fix the last remaining bug preventing us from switching the X86 BE overChris Lattner2005-05-111-30/+68
* Make sure to legalize generated ctpop nodes, convert tabs to spacesChris Lattner2005-05-111-18/+18
* expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.cDuraid Madina2005-05-111-19/+32
* Add some notes for expanding clz/ctzChris Lattner2005-05-111-4/+21
* Simplify this code, use the proper shift amountChris Lattner2005-05-111-11/+10
* Legalize this correctlyChris Lattner2005-05-111-1/+3
* implement expansion of ctpop nodes, implementing CodeGen/Generic/llvm-ct-intr...Chris Lattner2005-05-111-5/+16
* legalize readio/writeio into a load/store if requestedChris Lattner2005-05-091-5/+55
* legalize READPORT, WRITEPORT, READIO, WRITEIO, at least in the basic casesChris Lattner2005-05-091-9/+43
* ctpop lowering in legalizeAndrew Lenharth2005-05-051-1/+33
* Make promoteOp work for CT*Andrew Lenharth2005-05-041-0/+28
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-031-0/+45
* Codegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS/FSQRT calls. This patchChris Lattner2005-04-301-3/+28
* Legalize FSQRT, FSIN, FCOS nodes, patch contributed by Morten OfstadChris Lattner2005-04-281-0/+13
* Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth2005-04-271-22/+29
* Remove trailing whitespaceMisha Brukman2005-04-211-41/+41
* Implement expansion of unsigned i64 -> FP.Chris Lattner2005-04-131-2/+31
OpenPOWER on IntegriCloud