llvm-6502/lib
Chris Lattner 922a881f32 When a crash signal is delivered do two things: remove all of our
signal handlers to prevent reentrance on unrelated things (a sigabort
where the handle bus errors) also, clear the signal mask so that the
signal doesn't infinitely reissue.  This fixes rdar://6654827 -
Crash causes clang to loop



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66330 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-07 08:15:47 +00:00
..
Analysis Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now 2009-03-06 06:45:05 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes 2009-03-06 02:23:01 +00:00
CompilerDriver
Debugger
ExecutionEngine Finish cross-process JIT work, and clean up previous work. 2009-03-07 06:41:19 +00:00
Linker Oops. 2009-03-03 10:04:23 +00:00
Support Use c_str() to force the string to be nul-terminated. 2009-03-06 18:13:15 +00:00
System When a crash signal is delivered do two things: remove all of our 2009-03-07 08:15:47 +00:00
Target Arithmetic instructions don't set EFLAGS bits OF and CF bits 2009-03-07 01:58:32 +00:00
Transforms Fix another case where debug info interferes with 2009-03-06 21:08:33 +00:00
VMCore Add Module::getNamedValue; use to normalize access to Module symbol 2009-03-06 22:04:43 +00:00
Makefile