aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-84/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-6/+3
* cleanupRafael Espindola2010-06-021-7/+0
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-3/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-4/+4
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-0/+9
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-165/+27
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-15/+12
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+223