Go to file
Pavel Labath 139e9f247a Minidump: Use llvm parser for reading the ModuleList stream
In this patch, I just remove the structure definitions for the
ModuleList stream and the associated parsing code. The rest of the code
is converted to work with the definitions in llvm. NFC.

llvm-svn: 358070
2019-04-10 11:07:28 +00:00
clang [CodeGen][ObjC] Emit the retainRV marker as a module flag instead of 2019-04-10 06:20:23 +00:00
clang-tools-extra ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files. 2019-04-09 11:17:02 +00:00
compiler-rt [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 1 2019-04-09 17:51:55 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc travis: Add LLVM-8 build 2019-03-27 21:28:31 +00:00
libcxx [CMake] Fix statically linking in libcxxabi if built separately 2019-04-09 14:31:09 +00:00
libcxxabi Revert "Make reads and writes of the guard variable atomic." 2019-04-08 23:37:48 +00:00
libunwind Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_EXCEPTIONS__) 2019-04-04 17:50:14 +00:00
lld Discard debuginfo for object files empty after GC 2019-04-10 10:37:10 +00:00
lldb Minidump: Use llvm parser for reading the ModuleList stream 2019-04-10 11:07:28 +00:00
llgo IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
llvm [AsmPrinter] Delete unused RangeSpanList::addRange 2019-04-10 10:35:10 +00:00
openmp [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
pstl [pstl][CMake] Install CMake export files 2019-04-09 18:35:56 +00:00
.arcconfig Update monorepo .arcconfig with new project callsign. 2019-01-31 14:34:59 +00:00
.clang-format Add .clang-tidy and .clang-format files to the toplevel of the 2019-01-29 16:43:16 +00:00
.clang-tidy Disable tidy checks with too many hits 2019-02-01 11:20:13 +00:00
.gitignore Add a reduced copy of the llvm .gitignore 2019-04-09 00:52:49 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

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