LLVM backend for 6502
Go to file
Rafael Espindola 4fe509431b Use CHECK-NEXT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134850 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-09 22:56:50 +00:00
autoconf Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
bindings Update OCaml bindings. Opaque types are gone, type holders are gone and the 2011-07-09 18:29:33 +00:00
cmake cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds. 2011-07-08 10:45:15 +00:00
docs Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
examples
include the various ConstantExpr::get*Ty methods existed to work with issues around 2011-07-09 18:23:52 +00:00
lib the various ConstantExpr::get*Ty methods existed to work with issues around 2011-07-09 18:23:52 +00:00
projects
runtime
test Use CHECK-NEXT. 2011-07-09 22:56:50 +00:00
tools Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
unittests Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
utils lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note. 2011-07-09 07:19:50 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules TableGen'erated MC lowering for simple pseudo-instructions. 2011-07-08 17:36:35 +00:00
ModuleInfo.txt
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.