summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+1
* fix warning in -asserts mode.Chris Lattner2009-03-261-4/+3
* CellSPU:Scott Michel2009-03-171-260/+118
* CellSPU:Scott Michel2009-03-161-19/+15
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-42/+44
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-44/+42
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-2/+2
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-3/+3
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-37/+49
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-73/+82
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-35/+41
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-42/+52
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-23/+25
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* CellSPU:Scott Michel2009-01-261-3/+4
* Untabify code.Scott Michel2009-01-261-5/+5
* CellSPU:Scott Michel2009-01-261-186/+298
* CellSPU:Scott Michel2009-01-211-54/+126
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-151-133/+39
* CellSPU:Scott Michel2009-01-061-33/+9
* CellSPU:Scott Michel2009-01-061-15/+49
* CellSPU:Scott Michel2009-01-031-35/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-3/+3
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-301-351/+36
* - Various '#if 0' cleanups.Scott Michel2008-12-291-61/+40
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-387/+410
* CellSPU:Scott Michel2008-12-101-8/+6
* CellSPU:Scott Michel2008-12-091-2/+5
* CellSPU: Fix bug 3055Scott Michel2008-12-041-22/+55
* Missing closing brace and reverse conditional condition on NDEBUGScott Michel2008-12-041-5/+5
* This code is apparently quite confused. In the meantime,Chris Lattner2008-12-041-1/+2
* CellSPU:Scott Michel2008-12-041-65/+55
* CellSPU:Scott Michel2008-12-021-1/+109
* CellSPU:Scott Michel2008-12-011-37/+39
* There are no longer any places that require aDuncan Sands2008-12-011-2/+2
* Change the interface to the type legalization methodDuncan Sands2008-12-011-2/+3
* CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".Scott Michel2008-11-251-0/+2
* CellSPU:Scott Michel2008-11-241-4/+15
* CellSPU:Scott Michel2008-11-241-87/+59
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-221-78/+242
* CellSPU:Scott Michel2008-11-211-32/+34
* CellSPU:Scott Michel2008-11-201-6/+5
* CellSPU: Custom lower truncating stores of i8 to i1 (should not have beenScott Michel2008-11-201-1/+1
* CellSPU: Adjust spacing/tabulationScott Michel2008-11-201-8/+8
* CellSPU: Do not custom lower i1 stores, rely on type legalization to do theScott Michel2008-11-191-34/+11
* Temporary check-in for Duncan to demonstrate CellSPU store problem.Scott Michel2008-11-191-8/+41
* Unbreak the buildbot and back out (inadvertant) casting edits in CellSPUScott Michel2008-11-111-7/+7
* CellSPU: Fix bug 3606, as well as some ongoing work.Scott Michel2008-11-101-10/+33
* Use getTargetConstant instead of getConstant for nodes that should not be vis...Dan Gohman2008-11-051-8/+8
OpenPOWER on IntegriCloud