aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* maintaining stackpointer alignment. Perhaps it doesn't matterAndrew Lenharth2006-01-251-0/+4
* bye bye Pattern ISELAndrew Lenharth2006-01-233-1740/+5
* added stores to lsmarkAndrew Lenharth2006-01-233-4/+74
* fix up more lsmark stuffAndrew Lenharth2006-01-232-15/+22
* yea, lowering this stuff will basically workAndrew Lenharth2006-01-233-10/+153
* Add explicit #includes of <iostream>Chris Lattner2006-01-224-3/+5
* typoAndrew Lenharth2006-01-192-4/+5
* nasty nasty patternsAndrew Lenharth2006-01-191-3/+8
* fix short immediate loadsAndrew Lenharth2006-01-161-1/+1
* stack and rpccAndrew Lenharth2006-01-163-35/+11
* Friendly namesAndrew Lenharth2006-01-162-1/+19
* bswap implementationNate Begeman2006-01-141-0/+1
* make DAG isel the defaultAndrew Lenharth2006-01-131-3/+3
* expand unsupported stacksave/stackrestore nodesChris Lattner2006-01-131-0/+4
* Add bswap, rotl, and rotr nodesNate Begeman2006-01-111-0/+2
* this pattern was bogusAndrew Lenharth2006-01-111-2/+1
* Int immediate loading fixAndrew Lenharth2006-01-101-1/+1
* proper branch not equal sequenceAndrew Lenharth2006-01-091-0/+4
* make 0 codegen much betterAndrew Lenharth2006-01-061-0/+4
* unbreak the build, these are now in TargetSelectionDAG.tdChris Lattner2006-01-051-3/+0
* Had expand logic backward.Jim Laskey2006-01-051-0/+2
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-051-1/+0
* typeoAndrew Lenharth2006-01-021-1/+1
* Remove a 'using namespace std'.Chris Lattner2006-01-011-5/+4
* Move brcond over and fix some imm patterns. This may be the last change befo...Andrew Lenharth2006-01-013-160/+166
* clean this function up someAndrew Lenharth2006-01-011-37/+26
* improve constant loading. Still sucks, but oh wellAndrew Lenharth2005-12-302-17/+53
* let us get some do what I meant not what I said stuff checked in. You would ...Andrew Lenharth2005-12-291-2/+2
* Fix up immediate handlingAndrew Lenharth2005-12-291-1/+1
* Restore some happiness to the JITAndrew Lenharth2005-12-271-2/+3
* Fix alpha regressions.Andrew Lenharth2005-12-271-1/+1
* Added field noResults to Instruction.Evan Cheng2005-12-261-5/+5
* add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth2005-12-255-32/+38
* All that just to lower div and remAndrew Lenharth2005-12-255-131/+78
* All addressing modes are now exposed. The only remaining relocated formsAndrew Lenharth2005-12-245-27/+48
* Unify the patterns for loads and stores. Now offset addressing should beAndrew Lenharth2005-12-242-169/+96
* Let's see if we can break things.Andrew Lenharth2005-12-245-51/+172
* move loads and stores over. Smart addr selection commingAndrew Lenharth2005-12-243-58/+53
* remove dead codeChris Lattner2005-12-221-13/+0
* Disengage DEBUG_LOC from non-PPC targets.Jim Laskey2005-12-211-0/+1
* fix FP selectsAndrew Lenharth2005-12-122-14/+14
* restore a more restricted selectAndrew Lenharth2005-12-121-0/+32
* FP select improvements (and likely breakage), oh and crazy people might want ...Andrew Lenharth2005-12-112-42/+46
* it helps if your conditionals are not reversedAndrew Lenharth2005-12-091-9/+9
* fix divide and remainderAndrew Lenharth2005-12-062-13/+14
* more decent branches for FP. I might have to make some intermediate nodes to...Andrew Lenharth2005-12-061-2/+33
* OK, this does wonders for broken stuffAndrew Lenharth2005-12-061-0/+1
* added instructions with inverted immediatesAndrew Lenharth2005-12-062-32/+23
* yea, it helps to have your path set right when testingAndrew Lenharth2005-12-051-2/+4
* These never trigger, but whateverAndrew Lenharth2005-12-052-9/+40