[SystemZ] Use MVST to implement strcpy and stpcpy
[oota-llvm.git] / include / llvm / Target / TargetLibraryInfo.h
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-03-05 Meador IngeAdd more functions to the TLI.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-10 Meador IngeAdd more functions to the target library information.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonAdd new getLibFunc method to TargetLibraryInfo.
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-24 Nuno Lopesadd a few more functions to TargetLibraryInfo:
2012-07-24 Nuno LopesTargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
2012-04-17 Joe Grofffix pr12559: mark unavailable win32 math libcalls
2012-02-12 Nick LewyckyRemove redundant getAnalysis<> calls in GlobalOpt....
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-01 Chris Lattnerenhance memcpyopt to obey -fno-builtin and friends...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...