LLVM backend for 6502
Go to file
2012-10-24 07:17:20 +00:00
autoconf
bindings Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. 2012-10-19 20:36:22 +00:00
cmake CMake: Include private headers / tablegen files in generated Xcode projects. 2012-10-23 21:36:55 +00:00
docs Document current Doxygen use practices in Coding Standards. Mostly it is 2012-10-20 13:27:43 +00:00
examples Test commit access 2012-10-23 16:03:18 +00:00
include Fix ODR violations: a virtual function must be defined, even if it's never 2012-10-24 00:30:41 +00:00
lib Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x)) 2012-10-24 04:14:18 +00:00
projects
runtime
test Add a testcase that would have noticed the typo fixed in commit 166475. 2012-10-24 07:17:20 +00:00
tools Add support for annotated disassembly output for X86 and arm. 2012-10-22 22:31:46 +00:00
unittests Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty bucket if the number of values was exactly equal to the small capacity. This led to an infinite loop when finding a non-existent element 2012-10-23 18:47:35 +00:00
utils Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src", 2012-10-20 22:44:13 +00:00
.gitignore
CMakeLists.txt Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Remove dead variable. 2012-10-10 18:20:49 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> 2012-10-12 21:48:14 +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 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.