1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Transforms
Chris Lattner 71a0797f80 * 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

llvm-svn: 1288
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 Add #includes to enable buiding in Release mode 2001-11-07 13:49:45 +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