llvm-6502/lib
Reid Spencer 023fcf9776 For PR797:
Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return -9999 to signal that the program couldn't be
executed. Only one case (in bugpoint) actually examines the result code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29785 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-21 02:04:43 +00:00
..
Analysis
Archive
AsmParser regenerate 2006-08-18 17:34:45 +00:00
Bytecode
CodeGen switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
Debugger
ExecutionEngine initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
Linker
Support For PR797: 2006-08-21 02:04:43 +00:00
System For PR797: 2006-08-21 02:04:43 +00:00
Target call computeRegisterProperties 2006-08-20 01:49:49 +00:00
Transforms Fix a grammaro in a comment. 2006-08-18 09:01:07 +00:00
VMCore
Makefile