llvm-6502/lib
Chris Lattner ce22ec1251 * Change ExpressionConvertableToType to more closely match map behavior of
ConvertExpressionToType
* Make ValueHandle's remove instruction from maps when they are deleted so that
  no false map hits occur if a subsequent instruction is allocated to the same
  space in memory.  This was a VERY VERY VERY EVIL NASTY BUG to track down. :-P


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1288 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-13 05:01:36 +00:00
..
Analysis New pass to find types in use by a program 2001-11-09 05:27:21 +00:00
AsmParser Improve some debugging code 2001-11-02 07:46:26 +00:00
Bytecode Remove debug info :( 2001-11-12 21:52:57 +00:00
CodeGen Do the same for allocating spills to get their alignment right too. 2001-11-12 23:40:22 +00:00
ExecutionEngine Print percentages for profiling info better 2001-11-12 20:13:14 +00:00
Linker Add #includes to enable buiding in Release mode 2001-11-07 13:49:45 +00:00
Support Provide option to enable eating of all arguments following a specific one 2001-10-27 05:54:17 +00:00
Target Do the same for allocating spills to get their alignment right too. 2001-11-12 23:40:22 +00:00
Transforms * Change ExpressionConvertableToType to more closely match map behavior of 2001-11-13 05:01:36 +00:00
VMCore Minor style cleanups 2001-11-13 04:59:58 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00