llvm-6502/lib
Reid Spencer 7515396096 Clean up some code around the store V, (cast P) -> store (cast V), P
transform. Change some variable names so it is clear what is source and
what is dest of the cast. Also, add an assert to ensure that the integer
to integer case is asserting if the bitwidths are different. This prevents
illegal casts from being formed and catches bitwidth bugs sooner.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33337 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-18 18:54:33 +00:00
..
Analysis Add CGPassManager. 2007-01-17 21:45:01 +00:00
Archive For PR1050: 2006-12-15 19:44:51 +00:00
AsmParser Regenerate. 2007-01-17 02:48:45 +00:00
Bytecode rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
CodeGen Have the OutputBuffer take the is64Bit and isLittleEndian booleans. 2007-01-18 01:23:11 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Fix a regression in the last patch. When constructing a BitMask, be careful 2007-01-18 18:01:32 +00:00
Linker For PR1064: 2007-01-12 07:05:14 +00:00
Support rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
System Avoid taking the address of a macro by checking to see if stdin is defined 2007-01-11 00:35:10 +00:00
Target move contents of PR587 to here. 2007-01-18 07:34:57 +00:00
Transforms Clean up some code around the store V, (cast P) -> store (cast V), P 2007-01-18 18:54:33 +00:00
VMCore Use a cheaper computation. 2007-01-18 18:14:49 +00:00
Makefile