llvm-6502/lib/Target/PIC16
Sanjiv Gupta c2eb87afc1 Fixed build warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68333 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-02 18:33:12 +00:00
..
CMakeLists.txt
Makefile Checking in conditionals, function call, arrays and libcalls implementation. 2009-01-13 19:18:47 +00:00
PIC16.h CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
PIC16.td
PIC16AsmPrinter.cpp To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. 2009-04-02 18:03:10 +00:00
PIC16AsmPrinter.h Params are not being generated as static globals now. The caller passes them onto the callee's stack directly and the callee loads the argvals from its own stack. Clang generated frameindexes validatd by recalculating the stack as if all frameindexes represent 1-byte slots. 2009-04-02 17:42:00 +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 To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. 2009-04-02 18:03:10 +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 build warnings. 2009-04-02 18:33:12 +00:00
PIC16ISelLowering.h To convert the StopPoint insn into an assembler directive by ISel, we need to have access to the line number field. So we convert that info as an operand by custom handling DBG_STOPPOINT in legalize. 2009-04-02 18:03:10 +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 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
PIC16TargetMachine.h CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00