1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner ad92b604b5 - instcombine (~(a < b)) into (a >= b)
llvm-svn: 3406
2002-08-20 18:24:26 +00:00
..
Analysis *** empty log message *** 2002-08-09 22:52:08 +00:00
AsmParser - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
Bytecode Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx 2002-08-19 16:48:21 +00:00
CodeGen Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
CWriter Fix bug: 2002-08-20-UnnamedArgument.c 2002-08-20 16:55:48 +00:00
ExecutionEngine Remove support for NOT instruction 2002-08-14 17:45:39 +00:00
Support Simplify writing custom parsers. 2002-08-07 18:36:37 +00:00
Target This case JUST handles constantpointer nulls, not all pointers. 2002-08-20 17:02:48 +00:00
Transforms - instcombine (~(a < b)) into (a >= b) 2002-08-20 18:24:26 +00:00
VMCore Add new SetCondInst::getInverseCondition() method. 2002-08-20 18:17:12 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00