aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLibraryInfo.h
Commit message (Expand)AuthorAgeFilesLines
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-171-2/+8
* Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI callsNick Lewycky2012-02-121-0/+9
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-081-0/+24
* Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier2011-12-011-0/+36
* Add a few functions to TargetLibraryInfo.Chad Rosier2011-11-301-13/+98
* Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier2011-11-301-21/+21
* Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier2011-11-291-0/+9
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-6/+50
* 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