LLVM backend for 6502
Go to file
Dan Gohman ac03132018 Update this test for recent codegen improvements. CodeGen is now
using an lea in place of a mov and an add for this test.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-08 00:51:11 +00:00
autoconf Detect that we're building from a git checkout like we do for cvs and svn. 2009-04-01 04:39:25 +00:00
bindings
cmake CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
docs Use 'name' instead of 'href'. 2009-04-07 18:54:06 +00:00
examples Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
include Implement support for using modeling implicit-zero-extension on x86-64 2009-04-08 00:15:30 +00:00
lib change printStringChar to emit characters as unsigned char instead of char, 2009-04-08 00:28:38 +00:00
projects
runtime
test Update this test for recent codegen improvements. CodeGen is now 2009-04-08 00:51:11 +00:00
tools Add an API for the bitstream reader to read blobs and return 2009-04-07 02:56:46 +00:00
unittests Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
utils "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. 2009-04-03 20:25:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Remove ccc now. Radar 6737767 2009-04-07 20:29:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Avoid -O3 on Darwin for now. 2009-04-06 19:58:11 +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.