LLVM backend for 6502
Go to file
2009-07-02 22:18:33 +00:00
autoconf
bindings
cmake
docs Describe the LLVMContext API change. 2009-07-02 16:48:38 +00:00
examples Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
include Make the current LLVMContext available to passes. 2009-07-02 20:23:41 +00:00
lib Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. 2009-07-02 22:18:33 +00:00
projects
runtime
test do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While 2009-07-02 16:04:08 +00:00
tools implement error recovery in the llvm-mc parser. Feel the power! 2009-07-02 21:53:43 +00:00
unittests Hold the LLVMContext by reference rather than by pointer. 2009-07-01 21:22:36 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Update configure and config.h.in from r74621. 2009-07-01 18:30:10 +00:00
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.