llvm-6502/lib
Nate Begeman 28dd2fc240 Thanks to sabre for pointing out that we were incorrectly codegen'ing
int test(int x) { return 32768 - x; }

Fixed by teaching the function that checks a constant's validity to be used
as an immediate argument about subtract-from instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17476 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-04 19:43:18 +00:00
..
Analysis Don't call Constant::getNullValue when the argument could be VoidTy 2004-11-03 18:51:26 +00:00
Archive
AsmParser Make sure that the yacc and lex output are specified as BUILT_SOURCES. 2004-10-28 00:43:24 +00:00
Bytecode Fix library name. 2004-10-28 05:32:01 +00:00
CodeGen
Debugger
ExecutionEngine When emitting debug msgs for function stubs, don't truncate the 2004-10-29 18:22:45 +00:00
Linker
Support * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration 2004-10-29 23:17:45 +00:00
System
Target Thanks to sabre for pointing out that we were incorrectly codegen'ing 2004-11-04 19:43:18 +00:00
Transforms * Rearrange code slightly 2004-11-02 03:50:32 +00:00
VMCore The Alpha (tm) intrinsics have never been used anywhere 2004-10-29 18:43:17 +00:00
Makefile