summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/TargetLibraryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Re-enable loop idiom recognition for memcpy et al.Dan Gohman2016-01-191-3/+1
* Use std::is_sorted and std::none_of instead of manual loops. NFCCraig Topper2016-01-031-7/+6
* AMDGPU: mark ldexp LibCalls as unavailableNicolai Hahnle2015-12-151-0/+7
* [TargetLibraryInfo] Add support for fls, flsl, flsll.Davide Italiano2015-11-091-0/+10
* TvOS: add missing support for some libcalls.Tim Northover2015-11-021-0/+7
* [LibraryInfo] Point to FreeBSD HEAD repo and not to a dolphin branch.Davide Italiano2015-11-011-2/+2
* ARM: teach backend about WatchOS and TvOS libcalls.Tim Northover2015-10-281-2/+8
* WebAssembly: disable some loop-idiom recognitionJF Bastien2015-10-281-1/+3
* Populate list of vectorizable functions for Accelerate library.Michael Zolotukhin2015-05-071-4/+32
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-3/+1
* TLI: Add addVectorizableFunctionsFromVecLib.Michael Zolotukhin2015-03-171-0/+34
* TLI: Add interface for querying whether a function is vectorizable.Michael Zolotukhin2015-03-171-0/+70
* Make static variables const if possible. Makes them go into a read-only section.Benjamin Kramer2015-03-081-7/+6
* Move TargetLibraryInfo data from two files into one common .def file.Jan Wen Voung2015-03-031-330/+2
* TLI: Factor out sanitizeFunctionName. NFC.Michael Zolotukhin2015-03-021-6/+14
* TLI: Use lambda. NFC.Michael Zolotukhin2015-03-021-20/+4
* [PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth2015-01-241-15/+40
* [PM] Port TargetLibraryInfo to the new pass manager, provided by theChandler Carruth2015-01-151-1/+22
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-17/+27
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-0/+754
OpenPOWER on IntegriCloud