1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Chris Lattner 86e39c84b6 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.

llvm-svn: 31879
2006-11-20 18:16:05 +00:00
..
Analysis For PR950: 2006-11-20 01:22:35 +00:00
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 For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
Linker Remvoe a do-nothing else block. 2006-11-11 20:27:49 +00:00
Support Moved definition of llvm_ostream wrappers to the Streams.cpp file. 2006-11-17 09:54:47 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
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 Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00