LLVM backend for 6502
Go to file
Eric Christopher 4d7f2ce938 Make getCompileUnit non-const and return the current DIE if it
happens to be a compile unit. Noticed on inspection and tested
via calling on a newly created compile unit. No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181835 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-14 21:33:10 +00:00
autoconf
bindings
cmake
docs Add 'CHECK-DAG' support 2013-05-14 20:34:12 +00:00
examples Remove exception handling support from the old JIT. 2013-05-07 20:53:59 +00:00
include SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the 2013-05-14 19:29:00 +00:00
lib Make getCompileUnit non-const and return the current DIE if it 2013-05-14 21:33:10 +00:00
projects
runtime
test Add 'CHECK-DAG' support 2013-05-14 20:34:12 +00:00
tools SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the 2013-05-14 19:29:00 +00:00
unittests SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the 2013-05-14 19:29:00 +00:00
utils Add 'CHECK-DAG' support 2013-05-14 20:34:12 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add myself as SystemZ code owner 2013-05-08 14:41:29 +00:00
configure
CREDITS.TXT Test commit. 2013-05-09 12:32:36 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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.