LLVM backend for 6502
Go to file
Chris Lattner 18a4c16726 move dwarf debug info section selection stuff from TAI to
TLOF, unifying all the dwarf targets at the same time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77889 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-02 07:24:22 +00:00
autoconf
bindings
cmake
docs remove the dead PreferredEHDataFormat TAI hook: its now dead 2009-08-02 04:02:52 +00:00
examples Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
include move dwarf debug info section selection stuff from TAI to 2009-08-02 07:24:22 +00:00
lib move dwarf debug info section selection stuff from TAI to 2009-08-02 07:24:22 +00:00
projects
runtime
test Test both darwin and linux. 2009-08-02 02:54:34 +00:00
tools Make SectionKind::get() private. 2009-08-02 00:02:44 +00:00
unittests Remove now empty unit test directory. 2009-08-01 19:07:29 +00:00
utils Fix an ENABLE_EXPENSIVE_CHECKS error. 2009-08-02 01:21:22 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +00:00

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.