LLVM backend for 6502
Go to file
Misha Brukman 3aae44e19f Moved Google Test code up one directory so that we can use a standard LLVM
Makefile with it, without resorting to the use of VPATH.

Also added Makefiles at every level of the directory tree to properly recurse
to Google Test and build it as a library (original Makefiles by Talin).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61539 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-01 01:29:44 +00:00
autoconf
bindings
cmake Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. 2008-11-30 02:42:05 +00:00
docs CMake: Added some VC++ specific info to CMake.html. 2008-12-31 14:36:41 +00:00
examples reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an 2008-11-21 16:42:48 +00:00
include Some compilers are picky about accessing the first element of a std::vector if 2009-01-01 01:14:31 +00:00
lib Fix comment. 2009-01-01 01:19:59 +00:00
projects
runtime
test Add transformation: 2009-01-01 01:18:23 +00:00
tools Add spacing between type and variable name. 2008-12-31 17:41:49 +00:00
utils Moved Google Test code up one directory so that we can use a standard LLVM 2009-01-01 01:29:44 +00:00
website
win32 Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Option for building with -fPIC. 2008-11-20 19:13:51 +00:00
configure
CREDITS.TXT
LICENSE.TXT Import of Google Test 1.2.1, with the non-essential bits removed. 2008-12-31 17:34:06 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +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.