LLVM backend for 6502
Go to file
Daniel Dunbar 8c562e2d25 Silence Release-Asserts warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72011 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-18 16:43:04 +00:00
autoconf Fix typo. 2009-05-13 13:13:18 +00:00
bindings Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
cmake Add terminal width detection to llvm::sys::Process. This is needed to 2009-05-11 18:05:52 +00:00
docs Formatting. Some updating of data structures. More work needs to be done to update the examples. 2009-05-17 05:52:39 +00:00
examples
include Make ScalarEvolution::isLoopGuardedByCond work even when the edge 2009-05-18 15:36:09 +00:00
lib Silence Release-Asserts warnings. 2009-05-18 16:43:04 +00:00
projects
runtime
test Teach ScalarEvolution to recognize x^-1 in the case where non-demanded 2009-05-18 16:29:04 +00:00
tools Make sure the CXXFLAGS setting is picked up by 2009-05-16 04:00:00 +00:00
unittests Fix a compile warning. 2009-05-18 03:44:24 +00:00
utils Fix warning. 2009-05-15 03:07:14 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Fix typo. 2009-05-13 13:13:18 +00:00
CREDITS.TXT
LICENSE.TXT Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. This is a little outdated, but reasonably complete. 2009-05-17 04:57:54 +00:00
llvm.spec.in
Makefile
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 Work around the fact that GNU libstdc++'s debug mode uses RTTI. 2009-05-15 18:13:31 +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.