llvm-6502/lib
Vikram S. Adve 631b9a3523 Only print values live at BB or method exit, and insert loads at each
BB exit to read and print values stored in that BB.   Note that only
these stored values are live at method exit!.  Also, print messages at
method entry and exit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@892 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18 18:16:11 +00:00
..
Analysis No major change - added some comments 2001-10-16 01:25:05 +00:00
AsmParser Simplify some code 2001-10-16 19:54:17 +00:00
Bytecode Dang, we were losing the Constant bit on globals. Fix this 2001-10-18 06:11:23 +00:00
CodeGen 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
ExecutionEngine Implement ulong & long support 2001-10-15 19:18:26 +00:00
Linker Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Support Add StringList support 2001-10-13 06:53:19 +00:00
Target Change Sources specifier to ExtraSources 2001-10-18 01:48:09 +00:00
Transforms Only print values live at BB or method exit, and insert loads at each 2001-10-18 18:16:11 +00:00
VMCore Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00