index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16RegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-06-02
cleanup
Rafael Espindola
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2009-11-12
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-01-13
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2008-11-19
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-05-14
Detabification. Fixed indentation and spacing.
Sanjiv Gupta
2008-05-13
Adding files for Microchip's PIC16 target.
Sanjiv Gupta