Age | Commit message (Expand) | Author | Files | Lines |
2016-08-17 | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 1 | -0/+1 |
2016-08-17 | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 1 | -4/+4 |
2016-07-29 | Recommitting r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 1 | -0/+1 |
2016-07-29 | Initial support for vectorization using svml (short vector math library). | Matt Masten | 1 | -1/+71 |
2016-07-27 | test commit | Matt Masten | 1 | -0/+1 |
2016-07-27 | Reverting r276771 due to MSan failures. | Andrew Kaylor | 1 | -1/+0 |
2016-07-26 | Re-committing r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 1 | -0/+1 |
2016-07-13 | Reverting r275284 due to platform-specific test failures | Andrew Kaylor | 1 | -1/+0 |
2016-07-13 | Fix for Bug 26903, adds support to inline __builtin_mempcpy | Andrew Kaylor | 1 | -0/+1 |
2016-06-21 | [TargetLibraryInfo] Reduce code duplication. | Davide Italiano | 1 | -9/+1 |
2016-06-17 | [PM] Remove support for omitting the AnalysisManager argument to new | Chandler Carruth | 1 | -2/+4 |
2016-06-15 | [TargetLibraryInfo] Teach isValidProtoForLibFunc about tan | David Majnemer | 1 | -0/+3 |
2016-06-14 | AMDGPU: mark {exp,log}10{,f,l} library functions as unavailable | Nicolai Haehnle | 1 | -0/+6 |
2016-06-08 | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 1 | -1/+1 |
2016-05-25 | [TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking. | Ahmed Bougacha | 1 | -2/+2 |
2016-05-25 | [TLI] Fix NumParams==0 prototype checking typo. | Ahmed Bougacha | 1 | -57/+43 |
2016-05-08 | [X86] Promote several single precision FP libcalls on Windows | David Majnemer | 1 | -0/+2 |
2016-04-27 | [TLI] Unify LibFunc signature checking. NFCI. | Ahmed Bougacha | 1 | -0/+531 |
2016-04-27 | [TLI] Fix indentation. NFC. | Ahmed Bougacha | 1 | -1/+1 |
2016-03-31 | [NVPTX] Infer __nvvm_reflect as nounwind, readnone | David Majnemer | 1 | -1/+5 |
2016-03-11 | [PM] Implement the final conclusion as to how the analysis IDs should | Chandler Carruth | 1 | -1/+1 |
2016-02-28 | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 1 | -0/+2 |
2016-02-28 | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 1 | -2/+0 |
2016-02-28 | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 1 | -0/+2 |
2016-02-26 | [PM] Introduce CRTP mixin base classes to help define passes and | Chandler Carruth | 1 | -2/+0 |
2016-01-26 | Disable all standard lib functions for NVVM. | Justin Lebar | 1 | -0/+14 |
2016-01-19 | [WebAssembly] Re-enable loop idiom recognition for memcpy et al. | Dan Gohman | 1 | -3/+1 |
2016-01-03 | Use std::is_sorted and std::none_of instead of manual loops. NFC | Craig Topper | 1 | -7/+6 |
2015-12-15 | AMDGPU: mark ldexp LibCalls as unavailable | Nicolai Hahnle | 1 | -0/+7 |
2015-11-09 | [TargetLibraryInfo] Add support for fls, flsl, flsll. | Davide Italiano | 1 | -0/+10 |
2015-11-02 | TvOS: add missing support for some libcalls. | Tim Northover | 1 | -0/+7 |
2015-11-01 | [LibraryInfo] Point to FreeBSD HEAD repo and not to a dolphin branch. | Davide Italiano | 1 | -2/+2 |
2015-10-28 | ARM: teach backend about WatchOS and TvOS libcalls. | Tim Northover | 1 | -2/+8 |
2015-10-28 | WebAssembly: disable some loop-idiom recognition | JF Bastien | 1 | -1/+3 |
2015-05-07 | Populate list of vectorizable functions for Accelerate library. | Michael Zolotukhin | 1 | -4/+32 |
2015-03-30 | [WinEH] Run cleanup handlers when an exception is thrown | David Majnemer | 1 | -3/+1 |
2015-03-17 | TLI: Add addVectorizableFunctionsFromVecLib. | Michael Zolotukhin | 1 | -0/+34 |
2015-03-17 | TLI: Add interface for querying whether a function is vectorizable. | Michael Zolotukhin | 1 | -0/+70 |
2015-03-08 | Make static variables const if possible. Makes them go into a read-only section. | Benjamin Kramer | 1 | -7/+6 |
2015-03-03 | Move TargetLibraryInfo data from two files into one common .def file. | Jan Wen Voung | 1 | -330/+2 |
2015-03-02 | TLI: Factor out sanitizeFunctionName. NFC. | Michael Zolotukhin | 1 | -6/+14 |
2015-03-02 | TLI: Use lambda. NFC. | Michael Zolotukhin | 1 | -20/+4 |
2015-01-24 | [PM] Rework how the TargetLibraryInfo pass integrates with the new pass | Chandler Carruth | 1 | -15/+40 |
2015-01-15 | [PM] Port TargetLibraryInfo to the new pass manager, provided by the | Chandler Carruth | 1 | -1/+22 |
2015-01-15 | [PM] Separate the TargetLibraryInfo object from the immutable pass. | Chandler Carruth | 1 | -17/+27 |
2015-01-15 | [PM] Move TargetLibraryInfo into the Analysis library. | Chandler Carruth | 1 | -0/+754 |