aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16RegisterInfo.cpp
AgeCommit message (Expand)Author
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-06-02cleanupRafael Espindola
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-01-13Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta
2008-11-19Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman
2008-05-14Detabification. Fixed indentation and spacing.Sanjiv Gupta
2008-05-13Adding files for Microchip's PIC16 target.Sanjiv Gupta