1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Chris Lattner 7594fa7280 - InstCombine (cast (xor A, B) to bool) ==> (setne A, B)
- InstCombine (cast (and X, (1 << size(X)-1)) to bool) ==> x < 0

llvm-svn: 7241
2003-07-22 21:46:59 +00:00
..
Analysis Fix comment. 2003-07-22 12:08:58 +00:00
AsmParser The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
Bytecode The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
CodeGen Values stored in CallArgsDescriptor cannot be const. 2003-07-10 19:46:15 +00:00
CWriter Eliminated dead code. 2003-07-21 16:34:35 +00:00
ExecutionEngine Cleaned up the code which chooses the appropriate value for the file descriptor 2003-07-18 18:33:38 +00:00
Support The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
Target Simplify code a bit 2003-07-21 19:56:49 +00:00
Transforms - InstCombine (cast (xor A, B) to bool) ==> (setne A, B) 2003-07-22 21:46:59 +00:00
VMCore The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00