llvm-mirror/lib
Brian Gaeke 032ca42757 Reduce the number of #includes.
CurFrame, TraceMode, and the CachedWriter are history.
ArrayChecksEnabled and non-QuietMode are history.
The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.
ExecutionContext now keeps Values for each stack frame in a std::map.
Stop pre-initializing Values on the stack to 42.
Remove some dead variables, excess whitespace and commented-out code.
executeInstruction() is now part of run().
printValue() and print() are history.

llvm-svn: 9489
2003-10-24 19:59:01 +00:00
..
Analysis Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon 2003-10-23 19:30:30 +00:00
AsmParser * Eliminate `using' directive 2003-10-23 18:00:34 +00:00
Bytecode Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
CodeGen Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. 2003-10-23 20:39:18 +00:00
CWriter Fail gracefully if we have a zero arg varargs function 2003-10-23 18:39:22 +00:00
ExecutionEngine Reduce the number of #includes. 2003-10-24 19:59:01 +00:00
Support Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Target Delete unused EmitByteSwap method 2003-10-23 17:21:43 +00:00
Transforms We might as well strip off any CPRs before propagation 2003-10-23 18:49:23 +00:00
VMCore Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll 2003-10-23 05:21:48 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00