1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib
Chris Lattner c0fcd78ca0 Two fixes:
1. Memset takes an i32 for the value to set, not i8.  This was causing GCC to
   ICE all over the place (PR1183).
2. memcpy/memmove were not properly zext/trunc'ing the size in some cases.

llvm-svn: 33970
2007-02-06 19:06:38 +00:00
..
Analysis Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce 2007-02-05 23:42:17 +00:00
AsmParser For PR411: 2007-02-05 20:47:22 +00:00
Bytecode For PR411: 2007-02-05 20:47:22 +00:00
CodeGen Two fixes: 2007-02-06 19:06:38 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine For PR411: 2007-02-05 21:19:13 +00:00
Linker For PR411: 2007-02-05 21:19:13 +00:00
Support As Reid suggested, fixed some problems. 2007-02-06 06:04:53 +00:00
System silence warning 2007-02-01 04:57:00 +00:00
Target Select add FI, c correctly. 2007-02-06 09:11:20 +00:00
Transforms With the last change, we no longer need both directions of mapping from 2007-02-05 23:37:20 +00:00
VMCore Support var arg intrinsics. 2007-02-06 18:02:54 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00