1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/lib
Evan Cheng 6f02378443 Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it is
tied to another oeprand, 2) whether is is being tied to by another operand. So
the destination operand of a two-address MI can be correctly identified.

llvm-svn: 32354
2006-12-08 08:02:34 +00:00
..
Analysis Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
AsmParser Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Bytecode Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
CodeGen Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it is 2006-12-08 08:02:34 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
Linker Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
Support Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
System Eliminate "control reaches end of non-void function" warnings. 2006-12-05 17:53:26 +00:00
Target Use MI's TargetInstrDescriptor. 2006-12-08 07:57:56 +00:00
Transforms What should be the last unnecessary <iostream>s in the library. 2006-12-07 22:21:48 +00:00
VMCore BasicBlockPassManager_New::runOnFunction() 2006-12-08 01:38:28 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00