LLVM backend for 6502
Go to file
David Greene 343dadbb36 Add feature flags for AVX and FMA and fix some SSE4A feature flag
initialization problems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74350 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26 22:46:54 +00:00
autoconf
bindings
cmake CMake: add configure checks for pthread_rwlock_init and pthread_getspecific 2009-06-26 14:35:43 +00:00
docs Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
examples
include Add missing argument for vtbx intrinsic. 2009-06-26 22:27:22 +00:00
lib Add feature flags for AVX and FMA and fix some SSE4A feature flag 2009-06-26 22:46:54 +00:00
projects
runtime
test Thumb-2 tests 2009-06-26 22:37:07 +00:00
tools Indentation. 2009-06-26 06:57:16 +00:00
unittests
utils NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, 2009-06-26 22:33:28 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Start flushing out MCContext. 2009-06-23 22:01:43 +00:00
configure
CREDITS.TXT
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.