Go to file
Guozhi Wei eb301875b8 [TargetTransformInfo] Check if function pointer is valid before calling isLoweredToCall
Function isLoweredToCall can only accept non-null function pointer, but a function pointer can be null for indirect function call. So check it before calling isLoweredToCall from getInstructionLatency.

Differential Revision: https://reviews.llvm.org/D38204

llvm-svn: 314927
2017-10-04 20:14:08 +00:00
clang [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC) 2017-10-04 19:09:29 +00:00
clang-tools-extra [clang-tidy] Emit note for variable declaration that are later deleted 2017-10-04 16:49:20 +00:00
compiler-rt [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer() 2017-10-04 06:02:12 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Add vstore_half helpers for ptx 2017-10-04 19:07:48 +00:00
libcxx Add C++17 explicit deduction guides to std::pair. 2017-10-04 00:04:26 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind build: use POSITION_INDEPENDENT_CODE instead of -fPIC 2017-10-03 20:22:26 +00:00
lld Revert r314810: Use sched_getaffinity instead of std:🧵:hardware_concurrency. 2017-10-04 18:39:51 +00:00
lldb cmake + xcode: prevent gtests from using includes from project root 2017-10-03 21:20:18 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [TargetTransformInfo] Check if function pointer is valid before calling isLoweredToCall 2017-10-04 20:14:08 +00:00
openmp [test] Fix uninitialized memory in omp_taskloop_grainsize.c 2017-09-29 13:53:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Introduce -polly-stmt-granularity option. NFC. 2017-10-04 12:18:57 +00:00