aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLibraryInfo.h
Commit message (Expand)AuthorAgeFilesLines
* add a copy ctor to TargetLibraryInfo.Chris Lattner2011-05-211-0/+1
* enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner2011-05-011-0/+3
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+3
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-181-0/+4
* add memset and memcpy, though they are always available for now.Chris Lattner2011-02-181-0/+6
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-181-0/+56