1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib
Vikram S. Adve c66b996e40 Added more helper functions for binary instructions emulating
unary Neg and Not: isNeg, isNot, getNegArgument, and getNotArgument.

llvm-svn: 3341
2002-08-15 14:15:48 +00:00
..
Analysis *** empty log message *** 2002-08-09 22:52:08 +00:00
AsmParser Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
Bytecode Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
CodeGen Add method MachineInstr::substituteValue() which substitutes 2002-08-14 16:52:58 +00:00
CWriter Remove support for NOT instruction 2002-08-14 18:00:52 +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 Bug fix in TargetData::getIndexedOffset: We were using the pointer 2002-08-13 18:17:56 +00:00
Transforms Implement capability to fold this: 2002-08-14 23:21:10 +00:00
VMCore Added more helper functions for binary instructions emulating 2002-08-15 14:15:48 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00