| Commit message (Expand) | Author | Age | Files | Lines |
* | maintaining stackpointer alignment. Perhaps it doesn't matter | Andrew Lenharth | 2006-01-25 | 1 | -0/+4 |
* | bye bye Pattern ISEL | Andrew Lenharth | 2006-01-23 | 3 | -1740/+5 |
* | added stores to lsmark | Andrew Lenharth | 2006-01-23 | 3 | -4/+74 |
* | fix up more lsmark stuff | Andrew Lenharth | 2006-01-23 | 2 | -15/+22 |
* | yea, lowering this stuff will basically work | Andrew Lenharth | 2006-01-23 | 3 | -10/+153 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 4 | -3/+5 |
* | typo | Andrew Lenharth | 2006-01-19 | 2 | -4/+5 |
* | nasty nasty patterns | Andrew Lenharth | 2006-01-19 | 1 | -3/+8 |
* | fix short immediate loads | Andrew Lenharth | 2006-01-16 | 1 | -1/+1 |
* | stack and rpcc | Andrew Lenharth | 2006-01-16 | 3 | -35/+11 |
* | Friendly names | Andrew Lenharth | 2006-01-16 | 2 | -1/+19 |
* | bswap implementation | Nate Begeman | 2006-01-14 | 1 | -0/+1 |
* | make DAG isel the default | Andrew Lenharth | 2006-01-13 | 1 | -3/+3 |
* | expand unsupported stacksave/stackrestore nodes | Chris Lattner | 2006-01-13 | 1 | -0/+4 |
* | Add bswap, rotl, and rotr nodes | Nate Begeman | 2006-01-11 | 1 | -0/+2 |
* | this pattern was bogus | Andrew Lenharth | 2006-01-11 | 1 | -2/+1 |
* | Int immediate loading fix | Andrew Lenharth | 2006-01-10 | 1 | -1/+1 |
* | proper branch not equal sequence | Andrew Lenharth | 2006-01-09 | 1 | -0/+4 |
* | make 0 codegen much better | Andrew Lenharth | 2006-01-06 | 1 | -0/+4 |
* | unbreak the build, these are now in TargetSelectionDAG.td | Chris Lattner | 2006-01-05 | 1 | -3/+0 |
* | Had expand logic backward. | Jim Laskey | 2006-01-05 | 1 | -0/+2 |
* | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey | 2006-01-05 | 1 | -1/+0 |
* | typeo | Andrew Lenharth | 2006-01-02 | 1 | -1/+1 |
* | Remove a 'using namespace std'. | Chris Lattner | 2006-01-01 | 1 | -5/+4 |
* | Move brcond over and fix some imm patterns. This may be the last change befo... | Andrew Lenharth | 2006-01-01 | 3 | -160/+166 |
* | clean this function up some | Andrew Lenharth | 2006-01-01 | 1 | -37/+26 |
* | improve constant loading. Still sucks, but oh well | Andrew Lenharth | 2005-12-30 | 2 | -17/+53 |
* | let us get some do what I meant not what I said stuff checked in. You would ... | Andrew Lenharth | 2005-12-29 | 1 | -2/+2 |
* | Fix up immediate handling | Andrew Lenharth | 2005-12-29 | 1 | -1/+1 |
* | Restore some happiness to the JIT | Andrew Lenharth | 2005-12-27 | 1 | -2/+3 |
* | Fix alpha regressions. | Andrew Lenharth | 2005-12-27 | 1 | -1/+1 |
* | Added field noResults to Instruction. | Evan Cheng | 2005-12-26 | 1 | -5/+5 |
* | add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG | Andrew Lenharth | 2005-12-25 | 5 | -32/+38 |
* | All that just to lower div and rem | Andrew Lenharth | 2005-12-25 | 5 | -131/+78 |
* | All addressing modes are now exposed. The only remaining relocated forms | Andrew Lenharth | 2005-12-24 | 5 | -27/+48 |
* | Unify the patterns for loads and stores. Now offset addressing should be | Andrew Lenharth | 2005-12-24 | 2 | -169/+96 |
* | Let's see if we can break things. | Andrew Lenharth | 2005-12-24 | 5 | -51/+172 |
* | move loads and stores over. Smart addr selection comming | Andrew Lenharth | 2005-12-24 | 3 | -58/+53 |
* | remove dead code | Chris Lattner | 2005-12-22 | 1 | -13/+0 |
* | Disengage DEBUG_LOC from non-PPC targets. | Jim Laskey | 2005-12-21 | 1 | -0/+1 |
* | fix FP selects | Andrew Lenharth | 2005-12-12 | 2 | -14/+14 |
* | restore a more restricted select | Andrew Lenharth | 2005-12-12 | 1 | -0/+32 |
* | FP select improvements (and likely breakage), oh and crazy people might want ... | Andrew Lenharth | 2005-12-11 | 2 | -42/+46 |
* | it helps if your conditionals are not reversed | Andrew Lenharth | 2005-12-09 | 1 | -9/+9 |
* | fix divide and remainder | Andrew Lenharth | 2005-12-06 | 2 | -13/+14 |
* | more decent branches for FP. I might have to make some intermediate nodes to... | Andrew Lenharth | 2005-12-06 | 1 | -2/+33 |
* | OK, this does wonders for broken stuff | Andrew Lenharth | 2005-12-06 | 1 | -0/+1 |
* | added instructions with inverted immediates | Andrew Lenharth | 2005-12-06 | 2 | -32/+23 |
* | yea, it helps to have your path set right when testing | Andrew Lenharth | 2005-12-05 | 1 | -2/+4 |
* | These never trigger, but whatever | Andrew Lenharth | 2005-12-05 | 2 | -9/+40 |