LLVM backend for 6502
Go to file
Bill Wendling 6a20cf0776 Add missing SSE builtins:
__builtin_ia32_cvtss2si64
    __builtin_ia32_cvttss2si64
    __builtin_ia32_cvtsi642ss
    __builtin_ia32_cvtsd2si64
    __builtin_ia32_cvttsd2si64
    __builtin_ia32_cvtsi642sd


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40411 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-23 03:07:27 +00:00
autoconf
docs No longer referencing "shared memory" as this can confuse people. The memory is 2007-07-20 20:14:52 +00:00
examples
include Add missing SSE builtins: 2007-07-23 03:07:27 +00:00
lib Add missing SSE builtins: 2007-07-23 03:07:27 +00:00
projects
runtime
test Remove -O1 in favour of making llvm-gcc-4.2 a bit 2007-07-22 10:25:44 +00:00
tools
utils
win32
Xcode
build-for-llvm-top.sh Update for changes in library.sh 2007-07-21 09:33:41 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +00:00
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.