LLVM backend for 6502
Go to file
Dmitri Gribenko fbfb1b286f Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243.

My previous regex was not good enough to find these.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171343 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-01 13:57:25 +00:00
autoconf Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
bindings
cmake
docs Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
examples
include Make it explicit that the only entry points to the Program object are 2012-12-31 23:44:49 +00:00
lib Remove unused argument from a multiclass. 2013-01-01 03:42:44 +00:00
projects
runtime
test Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID 2013-01-01 13:57:25 +00:00
tools Make opt grab the triple from the module and use it to initialize the target machine. 2013-01-01 08:00:32 +00:00
unittests Go ahead and get rid of the old page size interface and convert all the 2012-12-31 23:31:56 +00:00
utils Fix comment typo 2012-12-26 18:15:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
CREDITS.TXT
LICENSE.TXT Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

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