llvm-6502/lib
Reid Spencer 8282e3f92b Ensure that ConvertOperandToType generates a result conversion by
initializing the Res variable to 0 and asserting it is not zero after the
result should have been created.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33761 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-01 19:14:51 +00:00
..
Analysis Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll 2007-01-31 18:04:55 +00:00
Archive
AsmParser regenerate 2007-01-31 04:44:08 +00:00
Bytecode eliminate a temporary vector while parsing gep's from bc files. 2007-01-31 19:56:15 +00:00
CodeGen Slip up 2007-02-01 17:48:20 +00:00
Debugger
ExecutionEngine For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Linker preserve sections of globals 2007-02-01 17:12:54 +00:00
Support improve comments, add an assertion 2007-02-01 05:33:21 +00:00
System silence warning 2007-02-01 04:57:00 +00:00
Target Fix .thumb_func directive on linux. 2007-02-01 18:25:34 +00:00
Transforms Ensure that ConvertOperandToType generates a result conversion by 2007-02-01 19:14:51 +00:00
VMCore silence some warnings when assertions are disabled. 2007-02-01 04:59:37 +00:00
Makefile