Make it possible to use the linker without destroying the source module. This is...
[oota-llvm.git] / include / llvm / Target / TargetLibraryInfo.h
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-01 Chris Lattnerenhance memcpyopt to obey -fno-builtin and friends...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...