aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetLibraryInfo.cpp
AgeCommit message (Expand)Author
2011-06-09Enable printf() to iprintf() optimization for the TCE target.Duncan Sands
2011-05-21add a copy ctor to TargetLibraryInfo.Chris Lattner
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar
2011-04-19Target: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-03-03Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne
2011-02-18add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner