LLVM backend for 6502
Go to file
Hans Wennborg 6eac2ba4de SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Patch by Pekka Jääskeläinen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168176 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-16 18:22:08 +00:00
autoconf Remove the CellSPU port. 2012-11-14 22:09:20 +00:00
bindings
cmake
docs Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. 2012-11-16 12:36:39 +00:00
examples
include Work around a layering violation from Target to CodeGen. 2012-11-16 17:32:33 +00:00
lib SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo. 2012-11-16 18:22:08 +00:00
projects Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
runtime
test llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect to pass on Atom. 2012-11-16 16:07:37 +00:00
tools Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
unittests Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
utils FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. 2012-11-15 16:50:59 +00:00
.gitignore
CMakeLists.txt Fix CMake build. 2012-11-14 22:10:47 +00:00
CODE_OWNERS.TXT Add myself as the code owner for a bunch of stuff. 2012-11-16 11:43:01 +00:00
configure Remove the CellSPU port. 2012-11-14 22:09:20 +00:00
CREDITS.TXT Update credits file regarding SROA work... Also include my other primary 2012-11-16 11:45:08 +00:00
LICENSE.TXT Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. 2012-11-06 19:54:46 +00:00
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.