LLVM backend for 6502
Go to file
Devang Patel 740fce3020 Enable MDNode uniquing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81355 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-09 17:30:04 +00:00
autoconf
bindings
cmake
docs Correct __cxa_end_catch documentation to reflect that it doesn't take any arguments. 2009-09-09 01:44:53 +00:00
examples
include revert r81335, which breaks the build. 2009-09-09 16:00:57 +00:00
lib Enable MDNode uniquing. 2009-09-09 17:30:04 +00:00
projects
runtime
test When widening a vector load, use the correct chain. This fixes PR4891. 2009-09-09 14:22:57 +00:00
tools
unittests Make TypeBuilder's result depend on the LLVMContext it's passed. 2009-09-09 05:04:01 +00:00
utils Count test correctly with -q. 2009-09-09 02:41:42 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.