summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-101-21/+18
* Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNodeChris Lattner2005-07-101-4/+6
* clean up prolouge and epilougeAndrew Lenharth2005-07-071-2/+14
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-051-56/+38
* check the correct VTAndrew Lenharth2005-07-041-1/+1
* fix loading address of fp symbolsAndrew Lenharth2005-07-031-0/+4
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-011-71/+73
* restore old srcValueNode behavior and try to to work around itAndrew Lenharth2005-06-291-52/+70
* tracking the instructions causing loads and stores provides more information ...Andrew Lenharth2005-06-291-4/+3
* thinkoAndrew Lenharth2005-06-291-0/+1
* unify SelectExpr and SelectFPAndrew Lenharth2005-06-291-190/+155
* fix most regressionsAndrew Lenharth2005-06-291-1/+2
* support more relocations for stores alsoAndrew Lenharth2005-06-291-1/+25
* Get rid of all symbolic loads. I now do gernate all relocations sequencesAndrew Lenharth2005-06-291-200/+65
* So, it turns out I forgot that one valid way of restoring GP after a callAndrew Lenharth2005-06-271-3/+3
* get rid of another pseudo opAndrew Lenharth2005-06-271-2/+3
* generate address of constant pool entriesAndrew Lenharth2005-06-271-5/+9
* Misha happification patchAndrew Lenharth2005-06-271-91/+142
* Reduce use of pseudo opsAndrew Lenharth2005-06-271-6/+27
* missed a loadAndrew Lenharth2005-06-271-3/+7
* who said we had to use the return address in the return address register. Mi...Andrew Lenharth2005-06-271-2/+5
* depend more on legalize putting constants on the RHSAndrew Lenharth2005-06-261-92/+29
* With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), LegalizeAndrew Lenharth2005-06-261-36/+12
* remove a pseudo instruction, make ret always right, and fix vararg chainsAndrew Lenharth2005-06-231-10/+18
* finally, Working varargsAndrew Lenharth2005-06-231-13/+24
* more complete Lowering for vacopy and vaargAndrew Lenharth2005-06-221-1/+29
* Make it easier to find alpha stuff in doxygen, and fixup labelingAndrew Lenharth2005-06-221-16/+51
* core changes for varargsAndrew Lenharth2005-06-181-8/+30
* fix BranchCC with a setCC with an arg of 0Andrew Lenharth2005-06-081-3/+3
* Fix spelling of `correlate'Misha Brukman2005-06-061-1/+1
* allow marking of loads and stores in the instruction stream with enough infor...Andrew Lenharth2005-06-061-0/+30
* * Replace block of commented-out lines with #if 0Misha Brukman2005-06-061-26/+29
* try custom expanders, doesn't seem to expand yet, so disabledAndrew Lenharth2005-05-311-0/+61
* switch to the new live in thing. Really, this time it worksAndrew Lenharth2005-05-311-1/+1
* switch to the new live in thingAndrew Lenharth2005-05-311-2/+2
* switch to the new live in thingAndrew Lenharth2005-05-311-65/+60
* Fix 2005-05-12-Int64ToFPAndrew Lenharth2005-05-261-0/+26
* treat TAILCALL nodes identically to CALL nodesChris Lattner2005-05-131-2/+4
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-2/+3
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-121-5/+5
* Pass in Calling Convention to use into LowerCallToChris Lattner2005-05-121-1/+2
* fix typoAndrew Lenharth2005-05-041-1/+1
* Well, add support for ct* for 21264 only.Andrew Lenharth2005-05-041-4/+9
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-031-0/+13
* I was sure I had thought about this and there was a reason it should work.Andrew Lenharth2005-04-301-7/+8
* Eliminate some random whitespaceChris Lattner2005-04-301-1/+1
* This target doesn't support the FSIN/FCOS/FSQRT nodes yetChris Lattner2005-04-301-1/+9
* Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth2005-04-271-3/+3
* Convert tabs to spacesMisha Brukman2005-04-221-66/+67
* keep track of max depth statsAndrew Lenharth2005-04-221-2/+6
OpenPOWER on IntegriCloud