Go to file
Dean Michael Berris 02f097e122 [XRay] Add a BlockIndexer visitor for FDR Records.
Summary:
This change adds a `BlockIndexer` type which maintains pointers to
records that belong to the same process+thread pairs. The indexing
happens with order of appearance of records as they are visited.

This version of the indexer currently only supports FDR version 3 logs,
which contain `BufferExtent` records. We will add support for v2 and v1
logs in follow-up patches.

This is another part of D50441.

Reviewers: eizan, kpw, mboerger

Reviewed By: mboerger

Subscribers: mboerger, mgorny, hiraditya, llvm-commits

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

llvm-svn: 341518
2018-09-06 05:55:57 +00:00
clang PR38627: Fix handling of exception specification adjustment for 2018-09-05 22:30:37 +00:00
clang-tools-extra [clang-tidy] minor bug fix to AbseilMatcher.h 2018-09-05 19:01:34 +00:00
compiler-rt [libfuzzer] Temporarily disable unittests failing on Windows. 2018-09-06 02:54:47 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. 2018-08-29 23:02:15 +00:00
libcxxabi Port my recent changes from LLVM copy of the demangler: 2018-08-24 23:30:26 +00:00
libunwind [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. 2018-09-04 20:57:50 +00:00
lld lld-link: Write an empty "repro" debug directory entry if /Brepro is passed 2018-09-05 18:02:43 +00:00
lldb Re-instate a bit of code that was commented out in r188246 which 2018-09-06 00:55:27 +00:00
llgo
llvm [XRay] Add a BlockIndexer visitor for FDR Records. 2018-09-06 05:55:57 +00:00
openmp [libomptaret][test] Announce compiler features 2018-09-05 07:26:00 +00:00
parallel-libs
polly [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.