llvm-6502/lib
Chris Lattner 5be662505e this logic is broken for trunc to bool, replace the folding logic for trunc
completely, as it is trivial.  We should probably do this for the rest of the
cast operations.  This fixes ConstProp/2006-12-01-TruncBoolBug.ll.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32081 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-01 19:22:41 +00:00
..
Analysis WTF? These weird newlines got in there... 2006-11-29 01:14:00 +00:00
Archive Use ostream instead of iostream 2006-11-28 22:49:32 +00:00
AsmParser Regenerate. 2006-12-01 00:33:46 +00:00
Bytecode Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
CodeGen better check for version 2006-11-30 18:29:23 +00:00
Debugger For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine Introducing external weak linkage. Darwin codegen should be added later. 2006-12-01 00:25:12 +00:00
Linker Introducing external weak linkage. Darwin codegen should be added later. 2006-12-01 00:25:12 +00:00
Support WTF? These weird newlines got in there... 2006-11-29 01:14:00 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target Copy and paste error. An initialized global cannot be a weak reference. 2006-12-01 17:39:22 +00:00
Transforms Remove 4 FIXMEs to hack around cast-to-bool problems which no longer exist. 2006-11-30 23:13:36 +00:00
VMCore this logic is broken for trunc to bool, replace the folding logic for trunc 2006-12-01 19:22:41 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00