Win64Exception.cpp: Try to fix crash for x64 EH. "Per" might be null there.
[oota-llvm.git] / lib / Target / TargetLibraryInfo.cpp
2015-01-07 Tom StellardR600/SI: Add check for amdgcn triple forgotten in r225276.
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-10-09 Bob WilsonUse triple's isiOS() and isOSDarwin() methods.
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2014-07-24 Saleem AbdulrasoolTarget: invert condition for Windows
2014-07-24 Saleem AbdulrasoolX86: correct library call setup for Windows itanium
2014-04-02 Tom StellardTargetLibraryInfo: Disable memcpy and memset on R600
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-26 Reid KlecknerTLI: Make exp10* avaiable on Linux/Mac/iOS and unavaila...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-15 Joerg SonnenbergerThere is no exp10 on NetBSD.
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-08 Manman RenRevert 196544 due to internal bot failures.
2013-12-05 Yi JiangApply transformation on OS X 10.9+ and iOS 7.0+: pow...
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
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-13 Benjamin KramerAdd one more overload to make VS2008's debug mody happy.
2013-03-09 Benjamin KramerTLI: Microoptimize calls to strlen+memcmp to strncmp.
2013-03-05 Meador IngeAdd more functions to the TLI.
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 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 missing functions.
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-06-09 Duncan SandsEnable printf() to iprintf() optimization for the TCE...
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarTarget: Eliminate a use of getDarwinMajorNumber().
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 Lattnerintroduce a new TargetLibraryInfo pass, which transform...