llvm-6502/lib
Brian Gaeke cf68bd5fc1 In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
make the output more compact.

Divorce state-saving from the doFinalization method; for some reason it's not
getting called when I want it to, at Reoptimizer time. Put the guts in
PhyRegAlloc::finishSavingState(). Put an abort() in it so that I can be really
really sure that it's getting called.

Update comments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12286 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-11 06:45:52 +00:00
..
Analysis Fix PR284: [indvars] Induction variable analysis violates LLVM invariants 2004-03-10 21:42:19 +00:00
Archive * finegrainify namespacification of ArchiveReader.cpp 2004-01-10 19:00:15 +00:00
AsmParser Insert functions into the module promptly, not lazily. This fixes a bug 2004-03-08 16:14:19 +00:00
Bytecode Adjustments to support the new ConstantAggregateZero class 2004-02-15 05:55:15 +00:00
CodeGen Spill explicit physical register defs as well. 2004-03-09 08:35:13 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this 2004-03-10 17:38:28 +00:00
Linker Include Config/config.h for SHLIBEXT. 2004-02-23 22:42:51 +00:00
Support Hide variable from other functions. 2004-03-04 17:50:44 +00:00
Target In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to 2004-03-11 06:45:52 +00:00
Transforms Initial support for edge profiling 2004-03-08 17:54:34 +00:00
VMCore Adjust to new interface 2004-03-08 18:51:45 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00