LLVM backend for 6502
Go to file
2009-12-23 01:46:40 +00:00
autoconf
bindings Fix another parallel make race condition. 2009-12-18 20:12:14 +00:00
cmake CMake: Update lib deps. 2009-12-19 21:27:30 +00:00
docs Update docs for bitcode changes. For object size checking we won't 2009-12-23 00:29:49 +00:00
examples
include Restore snprintf weirdness for VCPP only 2009-12-22 20:11:00 +00:00
lib really remove the instruction, don't just comment it out 2009-12-23 01:46:40 +00:00
projects
runtime OptimalEdgeProfiling: Creation of profiles. 2009-09-01 19:03:44 +00:00
test Add testcase for PR5703 2009-12-22 22:37:23 +00:00
tools rename HexDisassembler -> Disassembler, it works on any input 2009-12-22 22:50:29 +00:00
unittests Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not 2009-12-23 00:58:02 +00:00
utils Suppress compiler warning. 2009-12-23 00:45:10 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Update install-clang target for clang-cc removal. 2009-12-12 21:17:54 +00:00
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.