LLVM backend for 6502
Go to file
Anshuman Dasgupta 9fb61cd15b Add myself as owner of the Hexagon backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168312 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-19 15:40:22 +00:00
autoconf Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
bindings Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. 2012-10-19 20:36:22 +00:00
cmake
docs First version of Polly release notes for 3.2 2012-11-19 08:58:29 +00:00
examples
include Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. 2012-11-19 10:03:09 +00:00
lib Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. 2012-11-19 10:03:09 +00:00
projects
runtime
test Fix PR14060, an infinite loop in reassociate. The problem was that one of the 2012-11-18 19:27:01 +00:00
tools MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). 2012-11-18 06:16:32 +00:00
unittests Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user 2012-11-17 17:56:30 +00:00
utils really fix permissions 2012-11-17 06:38:44 +00:00
.gitignore
CMakeLists.txt Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CODE_OWNERS.TXT Add myself as owner of the Hexagon backend. 2012-11-19 15:40:22 +00:00
configure Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CREDITS.TXT Finally add myself to the credits. 2012-11-16 18:44:36 +00:00
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.