llvm-6502/lib/Target/PIC16
Torok Edwin c25e7581b9 assert(0) -> LLVM_UNREACHABLE.
Make llvm_unreachable take an optional string, thus moving the cerr<< out of
line.
LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
NDEBUG builds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75379 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-11 20:10:48 +00:00
..
CMakeLists.txt
Makefile
PIC16.h assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PIC16.td
PIC16AsmPrinter.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PIC16AsmPrinter.h
PIC16DebugInfo.cpp Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables. 2009-07-06 23:28:36 +00:00
PIC16DebugInfo.h
PIC16InstrFormats.td
PIC16InstrInfo.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PIC16InstrInfo.h
PIC16InstrInfo.td Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the terminator insns for a basic block alongwith branch insns. This way a copy is not getting inserted between cmp and branch during PHIElimination disturbing the status flags. 2009-07-08 05:40:05 +00:00
PIC16ISelDAGToDAG.cpp Implement changes from Chris's feedback. 2009-07-08 20:53:28 +00:00
PIC16ISelDAGToDAG.h
PIC16ISelLowering.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PIC16ISelLowering.h
PIC16MemSelOpt.cpp
PIC16RegisterInfo.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
PIC16RegisterInfo.h
PIC16RegisterInfo.td
PIC16Subtarget.cpp
PIC16Subtarget.h
PIC16TargetAsmInfo.cpp Avoid compiler warnings when assertions are turned off. 2009-07-10 20:10:14 +00:00
PIC16TargetAsmInfo.h
PIC16TargetMachine.cpp
PIC16TargetMachine.h