LLVM backend for 6502
Go to file
Oscar Fuentes 9a0107db72 CMake: defines and uses macro add_llvm_definitions for keeping track
of compiler parameters explicitly added by the build
specification. This macro replaces the cmake built-in
`add_definitions'.

Detects glibc and defines _GNU_SOURCE accordingly.

Resolves bug 3882.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68428 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-04 22:41:07 +00:00
autoconf Detect that we're building from a git checkout like we do for cvs and svn. 2009-04-01 04:39:25 +00:00
bindings
cmake CMake: defines and uses macro add_llvm_definitions for keeping track 2009-04-04 22:41:07 +00:00
docs Fix some HTML validation errors. 2009-04-04 22:36:02 +00:00
examples
include Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
lib Remove bogus include. 2009-04-04 07:42:46 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test Try SSE2? 2009-04-04 10:24:24 +00:00
tools CMake: defines and uses macro add_llvm_definitions for keeping track 2009-04-04 22:41:07 +00:00
unittests Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
utils "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. 2009-04-03 20:25:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: defines and uses macro add_llvm_definitions for keeping track 2009-04-04 22:41:07 +00:00
configure
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Add ccc back for now. 2009-03-30 17:43:04 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix build on MacOS 10.4 systems (suggested by Mike Smith). 2009-03-27 18:18:00 +00:00
ModuleInfo.txt
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.