llvm-6502/lib/Target/PIC16
Sanjiv Gupta e9d81f0ad8 Fixed comment for libcalls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67373 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-20 14:10:20 +00:00
..
CMakeLists.txt
Makefile Checking in conditionals, function call, arrays and libcalls implementation. 2009-01-13 19:18:47 +00:00
PIC16.h Overhaul my earlier submission due to feedback. It's a large patch, but most of 2009-02-24 08:30:20 +00:00
PIC16.td
PIC16AsmPrinter.cpp Banksel optimization is now based on the section names of symbols, since the symbols in one section will always be put into one bank. 2009-03-12 02:10:45 +00:00
PIC16AsmPrinter.h Forgot to check-in this as part of 7761. 2009-03-12 03:20:07 +00:00
PIC16InstrFormats.td
PIC16InstrInfo.cpp Move debug loc info along when the spiller creates new instructions. 2009-02-12 00:02:55 +00:00
PIC16InstrInfo.h Fixed build warnings. Restoring changes done in 62600, they were lost in 62655. 2009-01-21 09:02:46 +00:00
PIC16InstrInfo.td Mark the Defs and Uses of STATUS register correctly, plus some reformatting. 2009-03-10 10:35:34 +00:00
PIC16ISelDAGToDAG.cpp
PIC16ISelDAGToDAG.h Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph 2009-01-15 19:20:50 +00:00
PIC16ISelLowering.cpp Fixed comment for libcalls. 2009-03-20 14:10:20 +00:00
PIC16ISelLowering.h Reformatting. Inserted code comments. Cleaned interfaces. 2009-03-20 13:42:20 +00:00
PIC16RegisterInfo.cpp Checking in conditionals, function call, arrays and libcalls implementation. 2009-01-13 19:18:47 +00:00
PIC16RegisterInfo.h Checking in conditionals, function call, arrays and libcalls implementation. 2009-01-13 19:18:47 +00:00
PIC16RegisterInfo.td
PIC16Subtarget.cpp
PIC16Subtarget.h
PIC16TargetAsmInfo.cpp Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. 2009-02-02 16:53:06 +00:00
PIC16TargetAsmInfo.h Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. 2009-02-02 16:53:06 +00:00
PIC16TargetMachine.cpp Overhaul my earlier submission due to feedback. It's a large patch, but most of 2009-02-24 08:30:20 +00:00
PIC16TargetMachine.h