llvm-mirror/lib
Chris Lattner e1f9e715c6 Implement new transforms:
Replace (cast (sub A, B) to bool) -> (setne A, B)
  Replace (cast (add A, B) to bool) -> (setne A, -B)

llvm-svn: 6873
2003-06-23 21:59:52 +00:00
..
Analysis Remove support for the MultiObject flag, which was fundamentally broken 2003-06-22 03:03:52 +00:00
AsmParser Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
Bytecode Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
CodeGen Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
CWriter Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better 2003-06-23 20:00:51 +00:00
ExecutionEngine Include <cmath> instead of <math.h> 2003-06-23 19:41:55 +00:00
Support Remove usage of sys/unistd.h 2003-06-19 18:42:09 +00:00
Target Add the padding needed for variable-size alloca's, which should work now. 2003-06-23 02:13:57 +00:00
Transforms Implement new transforms: 2003-06-23 21:59:52 +00:00
VMCore Add support for GCC 3.3 2003-06-23 19:16:20 +00:00
Makefile