1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Reid Spencer 0524da8d3d Two changes:
1. Fix logic for executeGEP. Only 32-bit and 64-bit integer types are
   acceptable as indices.
2. Ensure that all integer cast operations truncate their result to the
   integer size of the operand.

llvm-svn: 33318
2007-01-18 01:25:42 +00:00
..
Analysis Add CGPassManager. 2007-01-17 21:45:01 +00:00
AsmParser Regenerate. 2007-01-17 02:48:45 +00:00
Bytecode rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
CodeGen Have the OutputBuffer take the is64Bit and isLittleEndian booleans. 2007-01-18 01:23:11 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Two changes: 2007-01-18 01:25:42 +00:00
Linker For PR1064: 2007-01-12 07:05:14 +00:00
Support wow, the link was already broken :) 2007-01-06 23:20:51 +00:00
System Avoid taking the address of a macro by checking to see if stdin is defined 2007-01-11 00:35:10 +00:00
Target Have the OutputBuffer take the is64Bit and isLittleEndian booleans. 2007-01-18 01:23:11 +00:00
Transforms For PR1094: 2007-01-17 02:23:37 +00:00
VMCore Update ModulePass::assignPassManager() to take into account Preferred 2007-01-17 21:19:23 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00