LLVM backend for 6502
Go to file
Daniel Dunbar ecbd0bc478 Speculatively revert r79375, which may be breaking bootstrap, although in a
rather obscure way (the other candidate is r79377).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79426 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-19 16:25:25 +00:00
autoconf
bindings Add the ocaml binding to LLVMBuildAggregateRet. 2009-08-19 08:37:00 +00:00
cmake Fix cmake build on non-x86 targets. Patch by 2009-08-19 12:41:52 +00:00
docs First steps to document new release plan. 2009-08-18 22:33:28 +00:00
examples
include Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. 2009-08-19 16:08:58 +00:00
lib Speculatively revert r79375, which may be breaking bootstrap, although in a 2009-08-19 16:25:25 +00:00
projects
runtime
test PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. 2009-08-19 08:46:10 +00:00
tools Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. 2009-08-19 12:38:51 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is 2009-08-18 15:29:35 +00:00
configure
CREDITS.TXT Test commit access with a first act of vanity. 2009-08-19 15:07:40 +00:00
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.