aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2005-12-18Change return lowering so that we can autogen the matching code.Chris Lattner
2005-12-18Implement Calls for V8. This would be completely autogenerated except forChris Lattner
2005-12-18Implement the full V8 ABI for incoming arguments.Chris Lattner
2005-12-18Give V8 select_cc, in the spirit of the PPC backendChris Lattner
2005-12-18V8 doesn't have FP extloadChris Lattner
2005-12-18simplifications, fix typoChris Lattner
2005-12-18Add frameindex supportChris Lattner
2005-12-18Add constant pool support, including folding into addresses.Chris Lattner
2005-12-18Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes,Chris Lattner
2005-12-18Add initial support for global variables, and fix a bug in addr mode selectionChris Lattner
2005-12-18Add initial conditional branch support. This doesn't actually work yet dueChris Lattner
2005-12-17Implement 64-bit add/sub, make sure to receive and return 64-bit args withChris Lattner
2005-12-17implement div and remChris Lattner
2005-12-17implement MULHU/MULHS for 64-bit multipliesChris Lattner
2005-12-17Make the addressing modes smarterChris Lattner
2005-12-17Add support for 64-bit argumentsChris Lattner
2005-12-17Sparc doesn't have sext_inregChris Lattner
2005-12-17Add basic addressing mode support and one load.Chris Lattner
2005-12-17Implement ret with operand, giving us this:Chris Lattner
2005-12-17Implement LowerArguments, at least for the first 6 integer argsChris Lattner
2005-12-17Add the framework for a dag-dag iselChris Lattner