LLVM backend for 6502
Go to file
Rafael Espindola cfb320f5f9 Fix a performance bug in the Linker.
Now that we hava a convinient place to keep it, remeber the set of
identified structs as we merge modules.

This speeds up the linking of all the bitcode files in clang with the
gold plugin and -plugin-opt=emit-llvm (i.e., link only, no codegen) from
5:25 minutes to 13.6 seconds!

Patch by Xiaofei Wan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181104 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-04 05:05:18 +00:00
autoconf Autoconf: Compile cxxabi.h in C++ mode. 2013-05-03 15:55:06 +00:00
bindings
cmake CMake: cxxabi.h is only available to C++ compilers, use the right check macro. 2013-05-03 14:48:29 +00:00
docs Revert r181009. 2013-05-03 23:57:17 +00:00
examples
include Fix a performance bug in the Linker. 2013-05-04 05:05:18 +00:00
lib Fix a performance bug in the Linker. 2013-05-04 05:05:18 +00:00
projects
runtime
test Revert r181009. 2013-05-03 23:57:17 +00:00
tools Last batch of cleanups to Linker.h. 2013-05-04 03:06:50 +00:00
unittests
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Autoconf: Compile cxxabi.h in C++ mode. 2013-05-03 15:55:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove this hack. We can support this better with function attributes. 2013-05-03 21:53:50 +00:00
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.