LLVM backend for 6502
Go to file
Bob Wilson 1ff446fef6 Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to
take the table vectors as separate arguments, instead of the previous
approach where they were combined into one big vector.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78525 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-09 06:03:09 +00:00
autoconf
bindings
cmake
docs Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. 2009-08-07 23:48:59 +00:00
examples
include Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to 2009-08-09 06:03:09 +00:00
lib Extend comment on ParserMatchClass .td field, and add some missing 2009-08-09 06:00:04 +00:00
projects
runtime
test sink the 'name' and 'isdirective' state out of MCSection into its derived classes. 2009-08-08 23:39:42 +00:00
tools sink the 'name' and 'isdirective' state out of MCSection into its derived classes. 2009-08-08 23:39:42 +00:00
unittests To catch bugs like the one fixed in 2009-08-07 19:54:29 +00:00
utils llvm-mc/AsmParser: Define match classes in the .td file. 2009-08-09 05:18:30 +00:00
website
win32
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.