llvm-6502/lib
Chris Lattner 3b6f497873 Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit
features autodetected.  This fixes PR1010 and Regression/CodeGen/X86/xmm-r64.ll
on non-x86-64 hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31879 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-20 18:16:05 +00:00
..
Analysis For PR950: 2006-11-20 01:22:35 +00:00
Archive
AsmParser For PR950: 2006-11-19 23:07:00 +00:00
Bytecode Have ConstantExprs upgrade opcodes the same way as instructions. 2006-11-18 04:37:19 +00:00
CodeGen Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll 2006-11-20 18:05:46 +00:00
Debugger
ExecutionEngine Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
Linker
Support Moved definition of llvm_ostream wrappers to the Streams.cpp file. 2006-11-17 09:54:47 +00:00
System
Target Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit 2006-11-20 18:16:05 +00:00
Transforms Do not convert massive blocks on phi nodes into select statements. Instead 2006-11-18 19:19:36 +00:00
VMCore For PR950: 2006-11-20 01:22:35 +00:00
Makefile