aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLibraryInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-0/+38
* Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2012-08-211-0/+36
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-031-0/+25
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-031-67/+71
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-251-0/+2
* add a few more functions to TargetLibraryInfo:Nuno Lopes2012-07-241-0/+14
* TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes2012-07-241-0/+12
* 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