llvm-6502/lib
Chris Lattner 85b5eb0505 Fix folding of icmp's of i1 where the comparison is signed. The code
was using the algorithm for folding unsigned comparisons which is
completely wrong.  This has been broken since the signless types change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53444 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-11 04:20:58 +00:00
..
Analysis
Archive
AsmParser regenerate 2008-07-11 00:30:39 +00:00
Bitcode Add a little wrapper header that is put around bc files when emitting 2008-07-09 05:14:23 +00:00
CodeGen Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed 2008-07-10 23:46:13 +00:00
Debugger
ExecutionEngine
Linker The source and dest of an alias are *not* required to have the same type, 2008-07-10 01:09:33 +00:00
Support
System open plugins with RTLD_GLOBAL, pointed out by Bram Adams. 2008-07-10 00:52:20 +00:00
Target Remove extraneous vertical whitespace before Eric gets the wrong idea ;-) 2008-07-10 16:49:53 +00:00
Transforms Fix folding of icmp's of i1 where the comparison is signed. The code 2008-07-11 04:20:58 +00:00
VMCore SImplify ConstantVector::get a bit and make it turn a vector 2008-07-10 00:44:03 +00:00
Makefile