LLVM backend for 6502
Go to file
Richard Smith 00fb9c429e PR10867. lit would interpret
RUN: a
  RUN: b || true

as "a && (b || true)" in Tcl mode, and as "(a && b) || true" in sh mode.
Everyone seems to (quite reasonably) write tests assuming the Tcl behavior,
so use that in sh mode too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169441 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 22:54:26 +00:00
autoconf
bindings
cmake
docs docs: Explain plain preformatted text 2012-12-05 04:07:33 +00:00
examples
include Change std::vector to SmallVector<4> and remove some unused methods. 2012-12-05 22:11:02 +00:00
lib Change std::vector to SmallVector<4> and remove some unused methods. 2012-12-05 22:11:02 +00:00
projects Clean up the sample include orderings, not that it really matters... 2012-12-04 10:46:21 +00:00
runtime
test PR10867. lit would interpret 2012-12-05 22:54:26 +00:00
tools Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. 2012-12-05 22:38:01 +00:00
unittests Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both 2012-12-05 22:43:07 +00:00
utils PR10867. lit would interpret 2012-12-05 22:54:26 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
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.