LLVM backend for 6502
Go to file
Zachary Turner bcaafc81ab Improve llvm-pdbdump output display.
This patch adds a number of improvements to llvm-pdbdump.

1) Dumping of the entire global scope, and not only those
   symbols that live in individual compilands.
2) Prepend class name to member functions and data
3) Improved display of bitfields.
4) Support for dumping more kinds of data symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229012 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-13 01:23:51 +00:00
autoconf
bindings
cmake
docs
examples
include Improve llvm-pdbdump output display. 2015-02-13 01:23:51 +00:00
lib Improve llvm-pdbdump output display. 2015-02-13 01:23:51 +00:00
projects
test AsmWriter/Bitcode: MDSubroutineType 2015-02-13 01:22:59 +00:00
tools Add concrete type overloads to PDBSymbol::findChildren(). 2015-02-12 21:09:24 +00:00
unittests IR: Add MDExpression::ExprOperand 2015-02-13 01:07:46 +00:00
utils AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang' 2015-02-13 01:21:25 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2015-02-04 18:46:00 +00:00

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.

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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.