llvm-6502/lib/Transforms
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
..
Instrumentation Minor method rename 2001-11-04 08:08:34 +00:00
IPO Fix minor bug 2001-11-12 20:13:04 +00:00
Scalar Avoid making a broken transformation! 2001-11-03 21:30:22 +00:00
Utils Add #includes to enable buiding in Release mode 2001-11-07 13:49:45 +00:00
ExprTypeConvert.cpp * Change ExpressionConvertableToType to more closely match map behavior of 2001-11-13 05:01:36 +00:00
HoistPHIConstants.cpp Changed insert instructions only for CONSTANTS - back to original 2001-11-12 19:32:04 +00:00
LevelRaise.cpp Avoid assertion failure when taking size of unsized array. Todo item herE 2001-11-13 04:59:41 +00:00
Makefile Added Instrumentation subdirectory. 2001-10-15 12:01:05 +00:00
TransformInternals.cpp Improve raising significantly 2001-11-08 20:19:56 +00:00
TransformInternals.h * Change ExpressionConvertableToType to more closely match map behavior of 2001-11-13 05:01:36 +00:00