LLVM backend for 6502
Go to file
Torok Edwin b68a88bd48 Only force SSE level if it is not correct.
Add an assert to check HasX86_64 status.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63552 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-02 21:57:34 +00:00
autoconf
bindings
cmake
docs validation error fix. 2009-02-02 07:33:15 +00:00
examples
include Commit missing files. 2009-02-02 20:47:48 +00:00
lib Only force SSE level if it is not correct. 2009-02-02 21:57:34 +00:00
projects
runtime
test Run dsymutil on darwin, when it is expected, before running gdb test. 2009-02-02 21:09:36 +00:00
tools Add some comments. 2009-01-30 02:12:57 +00:00
unittests
utils Fix PR3453 and probably a bunch of other potential 2009-02-01 18:06:53 +00:00
website
win32 Update hand-crafted VC++ build. 2009-02-02 19:22:02 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.