llvm-6502/lib
Dan Gohman 1f4af262d5 Don't use plain INC32 and DEC32 on x86-64; it needs
INC64_32r and INC64_16r, because these instructions are encoded
differently on x86-64. This fixes JIT regressions on x86-64 in
kimwitu++ and others.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66207 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-05 21:32:23 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen (Hopefully) silence a warning. 2009-03-05 08:23:20 +00:00
CompilerDriver
Debugger
ExecutionEngine switch this message back to only being in -debug mode. 2009-03-05 06:48:16 +00:00
Linker
Support Add missing file. 2009-03-05 09:19:13 +00:00
System move some code to gracefully handle the case when a handler crashes. 2009-03-05 18:22:14 +00:00
Target Don't use plain INC32 and DEC32 on x86-64; it needs 2009-03-05 21:32:23 +00:00
Transforms GlobalOpt only process non constant local GVs while optimizing global vars. 2009-03-05 18:12:02 +00:00
VMCore
Makefile