LLVM backend for 6502
Go to file
Duncan Sands 9771b91c2b Now that PR2957 is resolved, remove a bunch of
no-longer needed workarounds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70234 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-27 19:33:03 +00:00
autoconf Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
bindings
cmake
docs Fix some confusion in the Ada f-e build instructions between 2009-04-27 11:21:35 +00:00
examples silence a warning. 2009-04-15 00:16:05 +00:00
include 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. 2009-04-27 18:41:29 +00:00
lib Now that PR2957 is resolved, remove a bunch of 2009-04-27 19:33:03 +00:00
projects
runtime
test Test for (llvm-gcc) 70231. 2009-04-27 19:15:09 +00:00
tools Print statistics for each record kind saying the number of bits 2009-04-27 18:15:27 +00:00
unittests Add a new TypeBuilder helper class, which eases making LLVM IR types. 2009-04-25 22:14:04 +00:00
utils 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. 2009-04-27 18:41:29 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Use a bigger hammer to coerce subversion into english. 2009-04-24 17:00:03 +00:00
Makefile.common
Makefile.config.in Add a --enable-profiling option to configure to build Debug+Profile and 2009-04-17 14:49:22 +00:00
Makefile.rules Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +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.