1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Transforms
Chris Lattner a283acb406 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

llvm-svn: 35984
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