LLVM backend for 6502
Go to file
Alexey Samsonov e0f5aedf97 Fix tests that failed on i686-win32 after r160248:
1. FileCheck-ize epilogue.ll and allow another asm instruction to restore %rsp.
2. Remove check in widen_arith-3.ll that was hitting instruction in epilogue instead of
vector add.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160274 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-16 14:33:36 +00:00
autoconf Build script changes for R600/SI Codegen v6 2012-07-16 14:17:16 +00:00
bindings
cmake detabify 2012-07-12 13:18:13 +00:00
docs ReleaseNotes.html: add note about specifying TLS models 2012-07-13 12:44:23 +00:00
examples
include include/llvm: Add R600 Intrinsics v6 2012-07-16 14:17:14 +00:00
lib Build script changes for R600/SI Codegen v6 2012-07-16 14:17:16 +00:00
projects Build script changes for R600/SI Codegen v6 2012-07-16 14:17:16 +00:00
runtime
test Fix tests that failed on i686-win32 after r160248: 2012-07-16 14:33:36 +00:00
tools Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. 2012-07-02 22:39:56 +00:00
unittests Add support for attaching branch weight metadata directly from the IRBuilder. 2012-07-16 07:45:06 +00:00
utils TableGen: Assembly matcher 'insufficient operands' diagnostic. 2012-07-12 21:37:20 +00:00
.gitignore
CMakeLists.txt Build script changes for R600/SI Codegen v6 2012-07-16 14:17:16 +00:00
configure Build script changes for R600/SI Codegen v6 2012-07-16 14:17:16 +00:00
CREDITS.TXT
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt test commit 2012-07-11 17:34:12 +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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.