hanchenye-llvm-project/llvm
David Blaikie fc302c2b7f dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header
Rather than trying one and then the other - use the kind of the CU to
select which kind of header to parse.

llvm-svn: 361589
2019-05-24 01:41:58 +00:00
..
benchmarks
bindings
cmake Break false dependencies on target libraries 2019-05-23 23:02:56 +00:00
docs FileCheck: Improve FileCheck variable terminology 2019-05-23 00:10:14 +00:00
examples Add a HowToUseLLJIT example project. 2019-05-22 21:38:41 +00:00
include dwarfdump: Add a bit more DWARF64 support 2019-05-24 01:05:52 +00:00
lib dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header 2019-05-24 01:41:58 +00:00
projects
resources
runtimes [CMake] Fixing errors in r361513 2019-05-23 18:51:52 +00:00
test dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header 2019-05-24 01:41:58 +00:00
tools llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead of file offsets for SHT_NOBITS sections. 2019-05-24 00:21:46 +00:00
unittests Revert [LOOPINFO] Extend Loop object to add utilities to get the loop bounds, step, induction variable, and guard branch. 2019-05-23 20:53:05 +00:00
utils UpdateTestChecks: ppc32 triple support 2019-05-23 19:54:41 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: enable CMake policy 0077 2019-05-21 20:28:32 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

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.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.