LLVM backend for 6502
Go to file
Oscar Fuentes 3ab40ca3d5 CMake: Support for cross-compiling. For now, requires a previously
built native tblgen which is passed to cmake in the variable
LLVM_TABLEGEN.

See

http://www.cmake.org/Wiki/CmakeMingw

for a quick example on how to cross-compile with CMake.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58939 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-09 18:53:19 +00:00
autoconf Add XCore backend. 2008-11-07 10:59:00 +00:00
bindings
cmake CMake: Support for cross-compiling. For now, requires a previously 2008-11-09 18:53:19 +00:00
docs fix validation problem. 2008-11-09 17:19:14 +00:00
examples
include Temporary revert my last commit: it seems it's triggering some subtle bug in backend 2008-11-08 23:05:05 +00:00
lib fix leakage of ValueNumbering 2008-11-09 12:45:23 +00:00
projects
runtime
test XFAIL this while waiting for a fix. 2008-11-09 13:07:47 +00:00
tools CMake: Support for cross-compiling. For now, requires a previously 2008-11-09 18:53:19 +00:00
utils Allow $CALL and $ENV in command names. Fixes #3025. 2008-11-08 19:43:32 +00:00
website
win32 remove unavailable clang project 2008-11-08 01:02:44 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Support for cross-compiling. For now, requires a previously 2008-11-09 18:53:19 +00:00
configure Add XCore backend. 2008-11-07 10:59:00 +00:00
CREDITS.TXT Keep CREDITS.TXT sorted by name. 2008-11-07 12:44:36 +00:00
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.