Go to file
Dean Michael Berris fbc59d92e6 [XRay] Add a RecordPrinter visitor for FDR Records
Summary:
This change adds a `RecordPrinter` type which does some basic text
serialization of the FDR record instances. This is one component of the
tool we're building to dump the records from an FDR mode log as-is.

This is a small part of D50441.

Reviewers: eizan, kpw

Subscribers: mgorny, hiraditya, llvm-commits

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

llvm-svn: 341447
2018-09-05 06:57:23 +00:00
clang Allow all supportable non-type attributes to be used with #pragma clang attribute. 2018-09-05 00:28:57 +00:00
clang-tools-extra [clangd] Load static index asynchronously, add tracing. 2018-09-04 16:19:40 +00:00
compiler-rt [Xray] Darwin providing defined value for weak symbols to fix linkage issue 2018-09-05 05:18:34 +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 When a relocation to an undefined symbol is an R_X86_64_PC32, an input 2018-09-04 21:06:59 +00:00
lldb Change TestCompletion to only ever look inside of BaseDir 2018-09-04 23:09:49 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [XRay] Add a RecordPrinter visitor for FDR Records 2018-09-05 06:57:23 +00:00
openmp [libomptarget] Remove `Devices` from `RTLInfoTy` 2018-09-04 20:23:09 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
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.