summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLibraryInfo.cpp
Commit message (Expand)AuthorAge
* TargetLibraryInfo: Disable memcpy and memset on R600Tom Stellard2014-04-02
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-07
* SimplifyLibCalls: Push TLI through the exp2->ldexp transform.Benjamin Kramer2014-02-04
* OS X: the correct function is __sincospif_stret, not __sincospi_stretfTim Northover2014-02-04
* Disable transforms that introduce calls to exp10*() on Linux due toChandler Carruth2013-12-28
* TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhereReid Kleckner2013-12-26
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-16
* There is no exp10 on NetBSD.Joerg Sonnenberger2013-12-15
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-12
* Revert 196544 due to internal bot failures.Manman Ren2013-12-08
* Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x)Yi Jiang2013-12-05
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-03
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Add one more overload to make VS2008's debug mody happy.Benjamin Kramer2013-03-13
* TLI: Microoptimize calls to strlen+memcmp to strncmp.Benjamin Kramer2013-03-09
* Add more functions to the TLI.Meador Inge2013-03-05
* Add more functions to the target library information.Meador Inge2012-11-22
* Add more functions to the target library information.Meador Inge2012-11-10
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2012-08-21
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* add a few more functions to TargetLibraryInfo:Nuno Lopes2012-07-24
* TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes2012-07-24
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-17
* Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI callsNick Lewycky2012-02-12
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-08
* Add missing functions.Chad Rosier2011-12-01
* Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier2011-12-01
* Add a few functions to TargetLibraryInfo.Chad Rosier2011-11-30
* Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier2011-11-30
* Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier2011-11-29
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* Enable printf() to iprintf() optimization for the TCE target.Duncan Sands2011-06-09
* add a copy ctor to TargetLibraryInfo.Chris Lattner2011-05-21
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* Target: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18