LLVM backend for 6502
Go to file
Bob Wilson 1a6d31aee6 Add a constructor for BuildVectorSDNode and revert the temporary workaround
from 66280.  I was unable to verify this with gcc-3.4.6, but with gcc-3.3 it
avoids the "base class with only non-default constructor in class without
a constructor" warning.  Apparently that warning was promoted to an error
in gcc-3.4.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66424 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-09 17:07:15 +00:00
autoconf Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
bindings
cmake Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
docs don't allow hash_map or hash_set. 2009-03-09 05:20:45 +00:00
examples
include Add a constructor for BuildVectorSDNode and revert the temporary workaround 2009-03-09 17:07:15 +00:00
lib This debug info special case should no longer 2009-03-09 11:57:08 +00:00
projects CMake: auto-discover project files under the projects/ subdirectory. 2009-03-06 01:16:52 +00:00
runtime
test testcase for PR3744 2009-03-09 05:44:59 +00:00
tools Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
unittests
utils Introduce new linkage types linkonce_odr, weak_odr, common_odr 2009-03-07 15:45:40 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: auto-discover project files under the projects/ subdirectory. 2009-03-06 01:16:52 +00:00
configure Regenerate. 2009-03-09 06:16:46 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, 2009-03-09 04:45:03 +00:00
ModuleInfo.txt
README.txt Remove extra lines 2008-07-28 20:50:25 +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.