aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaRegisterInfo.cpp
AgeCommit message (Expand)Author
2005-08-19This code has always been dead for alphaChris Lattner
2005-07-22Alpha JIT (beta)Andrew Lenharth
2005-07-07clean up prolouge and epilougeAndrew Lenharth
2005-07-01simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth
2005-06-23remove a pseudo instruction, make ret always right, and fix vararg chainsAndrew Lenharth
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-13WOW, function calls still seem to work after this.Andrew Lenharth
2005-03-29Fix up some types and constantsAndrew Lenharth
2005-03-13Should fix mesaAndrew Lenharth
2005-03-05don't break the build on 32-bit hosts.Chris Lattner
2005-03-05fix data size stuff for architectures with bit challenged data typesAndrew Lenharth
2005-03-04fix up stack pointer adjustmentsAndrew Lenharth
2005-02-24fix Allocas. Really. I mean it this time.Andrew Lenharth
2005-02-22dynamic stack allocasAndrew Lenharth
2005-02-05Make the rest of file header comments consistent in format and styleMisha Brukman
2005-02-01Correct stack stuff for FPAndrew Lenharth
2005-01-30This code is really unreachable.Chris Lattner
2005-01-30Fix warnings.Chris Lattner
2005-01-30support for larger callsAndrew Lenharth
2005-01-29Unbreak the build :(Chris Lattner
2005-01-29first step towards a correct and complete stack. also add some forms for thi...Andrew Lenharth
2005-01-27stack frame fix and zero FP reg fixAndrew Lenharth
2005-01-26 initial fp supportAndrew 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