LLVM backend for 6502
Go to file
Benjamin Kramer ac5802bca0 Provide move semantics for TinyPtrVector and for DenseMap's rehash function.
This makes DenseMap<..., TinyPtrVector<...>> as cheap as it always should've been!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157113 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-19 13:28:54 +00:00
autoconf - Added ExecutionEngine/MCJIT tests 2012-05-17 21:07:47 +00:00
bindings
cmake Adding -fcolor-diagnostics is causing problem to users that parse the build 2012-05-08 18:11:06 +00:00
docs Fixed grammar for the llvm.trap intrinsic description. 2012-05-16 00:26:51 +00:00
examples
include Provide move semantics for TinyPtrVector and for DenseMap's rehash function. 2012-05-19 13:28:54 +00:00
lib Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. 2012-05-19 13:14:30 +00:00
projects
runtime
test Actually support DW_TAG_rvalue_reference_type that we were trying 2012-05-19 01:36:37 +00:00
tools Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. 2012-05-19 13:14:30 +00:00
unittests fix corner case in ConstantRange::intersectWith(). 2012-05-18 00:14:36 +00:00
utils enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits into a 2012-05-17 15:55:41 +00:00
.gitignore
CMakeLists.txt Make it possible to switch off solution folders. VS Express does not support 2012-05-09 15:10:54 +00:00
configure - Added ExecutionEngine/MCJIT tests 2012-05-17 21:07:47 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Do not install llvm-config-host for cross-builds of clang. rdar://11317847 2012-05-09 00:07:02 +00:00
Makefile.common [docs] Remove unsupported references to ExtraSource variable. 2012-05-15 21:32:27 +00:00
Makefile.config.in - Added ExecutionEngine/MCJIT tests 2012-05-17 21:07:47 +00:00
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.