llvm-6502/lib/Transforms
Chris Lattner 35b9b49fd1 Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar
printf("") -> noop.  Still need to do the xforms for fprintf.

This implements Transforms/SimplifyLibCalls/Printf.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35984 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-14 01:17:48 +00:00
..
Hello Remove use of SlowOperationInformer. 2007-04-13 18:58:18 +00:00
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar 2007-04-14 01:17:48 +00:00
Scalar Implement PR1201 and test/Transforms/InstCombine/malloc-free-delete.ll 2007-04-14 00:20:02 +00:00
Utils Implement the "thread_local" keyword. 2007-04-12 18:32:50 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00