aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetLibraryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+1
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-031-2/+4
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-1/+4
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-181-0/+6
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-181-0/+49