llvm-6502/lib
Chris Lattner 3fdde110eb Checking the wrong value. This caused us to emit silly code like
Y = seteq bool X, true
instead of just using X :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26215 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-15 19:05:52 +00:00
..
Analysis add an assert 2006-02-14 20:14:17 +00:00
Archive
AsmParser Convert this over to work with the new makefiles 2006-02-15 07:22:58 +00:00
Bytecode
CodeGen Lower memcpy with small constant size operand into a series of load / store 2006-02-15 01:54:51 +00:00
Debugger
ExecutionEngine simplify this code now that each constant pool entry is not separately allocated 2006-02-09 04:49:59 +00:00
Linker
Support
System
Target Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires 2006-02-15 07:07:14 +00:00
Transforms Checking the wrong value. This caused us to emit silly code like 2006-02-15 19:05:52 +00:00
VMCore Another work around for the 'symbols with different types can have the same 2006-02-13 21:43:26 +00:00
Makefile