summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix buildAndrew Lenharth2005-02-051-1/+0
* clean upAndrew Lenharth2005-02-051-5/+2
* fix f32 setcc, and fp selectAndrew Lenharth2005-02-051-67/+90
* added ugly support for fp comparesAndrew Lenharth2005-02-051-18/+66
* Make the rest of file header comments consistent in format and styleMisha Brukman2005-02-051-1/+1
* FP fixesAndrew Lenharth2005-02-031-12/+17
* Store fixAndrew Lenharth2005-02-021-13/+33
* prevent register allocator from using the stack pointer :)Andrew Lenharth2005-02-021-2/+2
* fix loading of floatsAndrew Lenharth2005-02-021-1/+3
* marked mem* as not supportedAndrew Lenharth2005-02-021-0/+4
* fix Load bugAndrew Lenharth2005-02-021-1/+1
* try to make a bug bugpointable, add yet more constant pool stuff, fixup const...Andrew Lenharth2005-02-021-12/+18
* better constant handling, should fix many remaining casesAndrew Lenharth2005-02-021-2/+11
* fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant poolAndrew Lenharth2005-02-011-12/+17
* pecimise loads, put indirect call addr in right register. still doesn't fix ...Andrew Lenharth2005-02-011-1/+8
* fp to int and back conversion sequencesAndrew Lenharth2005-01-311-13/+33
* added fp extend and removed a forgotten assert in more than 6 arg support (sh...Andrew Lenharth2005-01-301-16/+22
* Fix warnings.Chris Lattner2005-01-301-1/+1
* support for larger callsAndrew Lenharth2005-01-301-54/+90
* first step towards a correct and complete stack. also add some forms for thi...Andrew Lenharth2005-01-291-8/+74
* fix ExprMap, partially teach about add longAndrew Lenharth2005-01-281-32/+85
* fix ExprMap and constant check in setccAndrew Lenharth2005-01-281-4/+5
* move FP into it's own selectAndrew Lenharth2005-01-281-191/+167
* Floating point instructions like Floating point registersAndrew Lenharth2005-01-271-1/+1
* int to float conversion and another setccAndrew Lenharth2005-01-271-24/+46
* teach isel about comparison with constants and zero extending bitsAndrew Lenharth2005-01-271-100/+121
* perhaps this will let me have calls againAndrew Lenharth2005-01-271-5/+9
* minor bug fixAndrew Lenharth2005-01-271-1/+1
* minor bug fixAndrew Lenharth2005-01-271-1/+1
* initial fp supportAndrew Lenharth2005-01-261-156/+280
* hum, writing on one machine, testing on another...Andrew Lenharth2005-01-261-4/+5
* add some operations, fix others. should compile several more tests nowAndrew Lenharth2005-01-261-1/+16
* problems with bools, and their work aroundsAndrew Lenharth2005-01-251-3/+13
* more load choices, better add with immAndrew Lenharth2005-01-251-41/+100
* Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth2005-01-241-45/+43
* Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth2005-01-221-0/+797
OpenPOWER on IntegriCloud