aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLibraryInfo.h
AgeCommit message (Expand)Author
2013-03-05Add more functions to the TLI.Meador Inge
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-22Add more functions to the target library information.Meador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-08-21Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier
2012-08-03Try to reduce the compile time impact of r161232.Bob Wilson
2012-08-03Add new getLibFunc method to TargetLibraryInfo.Bob Wilson
2012-07-25make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes
2012-07-24add a few more functions to TargetLibraryInfo:Nuno Lopes
2012-07-24TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff
2012-02-12Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI callsNick Lewycky
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-08Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson
2011-12-01Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier
2011-11-30Add a few functions to TargetLibraryInfo.Chad Rosier
2011-11-30Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier
2011-11-29Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier
2011-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman
2011-05-21add a copy ctor to TargetLibraryInfo.Chris Lattner
2011-05-01enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner
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-18add memset and memcpy, though they are always available for now.Chris Lattner
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner