Go to file
Zachary Turner 1c06bb107b Fix build on android and Linux.
gettimeofday() isn't defined without a special header.  Rather
than rely on C apis, let's just use modern C++11 to do this
portably on all platforms using std::chrono.

llvm-svn: 278182
2016-08-10 00:02:58 +00:00
clang [ADT] Change iterator_adaptor_base's default template arguments to forward more underlying typedefs 2016-08-09 20:22:55 +00:00
clang-tools-extra clang-rename rename-all: support reading old/newname pairs from a YAML file 2016-08-09 18:20:41 +00:00
compiler-rt [sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit allocator's transfer batches. This saves 2x memory for the transfer batches (up to ~1.5% overall in some cases) 2016-08-09 23:30:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Update in-tree Google Benchmark to current ToT. 2016-08-09 18:56:48 +00:00
libcxxabi Depend directly on unwind when not building standalone 2016-08-09 21:28:52 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [Core] tentativeDefinition() is now unused. 2016-08-10 00:01:13 +00:00
lldb Fix build on android and Linux. 2016-08-10 00:02:58 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [scudo] Documentation update for Scudo, from https://reviews.llvm.org/D23332 2016-08-09 23:57:04 +00:00
openmp Fix linking of omp_foreign_thread_team_reuse test on FreeBSD 2016-08-08 18:34:05 +00:00
parallel-libs [StreamExecutor] Add DeviceMemory and kernel arg packing 2016-08-08 16:45:19 +00:00
polly Fix spacing around variable initializations and for-loops. NFC. 2016-08-09 17:49:24 +00:00