aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelPattern.cpp
AgeCommit message (Expand)Author
2005-02-12added sign extend for booleanAndrew Lenharth
2005-02-10fix a bunch of regressions due to call behaviorAndrew Lenharth
2005-02-10so, if you beat on it, you too can talk emacs into having a sane indenting po...Andrew Lenharth
2005-02-08BranchCC, niftyAndrew Lenharth
2005-02-07fix store issue and an FP conversion (segfault) issueAndrew Lenharth
2005-02-07copytoreg fixAndrew Lenharth
2005-02-07copyfromreg fixAndrew Lenharth
2005-02-07fix load bugAndrew Lenharth
2005-02-07more FP load store fixes and Load store simplificationsAndrew Lenharth
2005-02-07clean up load and stores alotAndrew Lenharth
2005-02-07teach all loads and stores about the stackAndrew Lenharth
2005-02-06prefer FP scratch registers and more check in LowerArgumentsAndrew Lenharth
2005-02-06fix oopsoAndrew Lenharth
2005-02-06smarter loads and stores. can now handle base+offset.Andrew Lenharth
2005-02-05fix buildAndrew Lenharth
2005-02-05clean upAndrew Lenharth
2005-02-05fix f32 setcc, and fp selectAndrew Lenharth
2005-02-05added ugly support for fp comparesAndrew Lenharth
2005-02-05Make the rest of file header comments consistent in format and styleMisha Brukman
2005-02-03FP fixesAndrew Lenharth
2005-02-02Store fixAndrew Lenharth
2005-02-02prevent register allocator from using the stack pointer :)Andrew Lenharth
2005-02-02fix loading of floatsAndrew Lenharth
2005-02-02marked mem* as not supportedAndrew Lenharth
2005-02-02fix Load bugAndrew Lenharth
2005-02-02try to make a bug bugpointable, add yet more constant pool stuff, fixup const...Andrew Lenharth
2005-02-02better constant handling, should fix many remaining casesAndrew Lenharth
2005-02-01fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant poolAndrew Lenharth
2005-02-01pecimise loads, put indirect call addr in right register. still doesn't fix ...Andrew Lenharth
2005-01-31fp to int and back conversion sequencesAndrew Lenharth
2005-01-30added fp extend and removed a forgotten assert in more than 6 arg support (sh...Andrew Lenharth
2005-01-30Fix warnings.Chris Lattner
2005-01-30support for larger callsAndrew Lenharth
2005-01-29first step towards a correct and complete stack. also add some forms for thi...Andrew Lenharth
2005-01-28fix ExprMap, partially teach about add longAndrew Lenharth
2005-01-28fix ExprMap and constant check in setccAndrew Lenharth
2005-01-28move FP into it's own selectAndrew Lenharth
2005-01-27Floating point instructions like Floating point registersAndrew Lenharth
2005-01-27int to float conversion and another setccAndrew Lenharth
2005-01-27teach isel about comparison with constants and zero extending bitsAndrew Lenharth
2005-01-27perhaps this will let me have calls againAndrew Lenharth
2005-01-27minor bug fixAndrew Lenharth
2005-01-27minor bug fixAndrew Lenharth
2005-01-26 initial fp supportAndrew Lenharth
2005-01-26hum, writing on one machine, testing on another...Andrew Lenharth
2005-01-26add some operations, fix others. should compile several more tests nowAndrew Lenharth
2005-01-25problems with bools, and their work aroundsAndrew Lenharth
2005-01-25more load choices, better add with immAndrew Lenharth
2005-01-24Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth