LLVM backend for 6502
Go to file
Bill Wendling 38593664b0 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized
StringMapEntryInitializer classes. Leave it for the compiler to figure out what
 the type is and what "0" should be transformed into.

* Un-disable the unit tests which test the StringMapEntryInitializer class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61922 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-08 08:26:46 +00:00
autoconf Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to 2009-01-04 23:12:21 +00:00
bindings
cmake CMake: replace `rm' with portable invocations of cmake. 2009-01-07 19:24:44 +00:00
docs Get rid of the tagging functions and use PointerIntPair. 2009-01-05 16:05:32 +00:00
examples
include * Don't explicitly cast "0" to "void*". This doesn't work well with specialized 2009-01-08 08:26:46 +00:00
lib add some more crazy strlen and memcpy stuff I noticed in spec. 2009-01-08 07:34:55 +00:00
projects
runtime
test the new scalarrepl changes are optimizing away a temporary alloca in 2009-01-08 07:58:23 +00:00
tools CMake: replace `rm' with portable invocations of cmake. 2009-01-07 19:24:44 +00:00
unittests * Don't explicitly cast "0" to "void*". This doesn't work well with specialized 2009-01-08 08:26:46 +00:00
utils Use VIM's built-in shorthand for whitespace in regex. 2009-01-08 02:17:30 +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
configure Regenerate. 2009-01-04 23:12:30 +00:00
CREDITS.TXT Keep CREDITS.TXT sorted by name. 2008-11-07 12:44:36 +00:00
LICENSE.TXT Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM 2009-01-05 17:42:15 +00:00
llvm.spec.in
Makefile Removed trailing whitespace. 2009-01-08 02:11:55 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Removed trailing whitespace. 2009-01-08 02:11:55 +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.