LLVM backend for 6502
Go to file
Eric Christopher de5e101b0d Change the x86 32-bit scheduler to register pressure and fix up the
corresponding testcases back to the previous versions.

Fixes some performance regressions only seen on 32-bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127441 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-11 01:05:58 +00:00
autoconf Missing file from previous commmit (127341) for InitializeTargetAsmParser function. 2011-03-09 18:36:40 +00:00
bindings
cmake Process some link components that map to other expandable components 2011-03-09 14:44:46 +00:00
docs rip out llvm 2.8 release notes to make room for llvm 2.9 notes. 2011-03-10 07:43:44 +00:00
examples
include Add r127409 back now that the windows file was updated. 2011-03-10 18:33:29 +00:00
lib Change the x86 32-bit scheduler to register pressure and fix up the 2011-03-11 01:05:58 +00:00
projects
runtime
test Change the x86 32-bit scheduler to register pressure and fix up the 2011-03-11 01:05:58 +00:00
tools Add a special streamer to libLTO that just records symbols definitions and 2011-03-02 04:14:42 +00:00
unittests
utils Properly pseudo-ize MOVCCr and MOVCCs. 2011-03-10 23:56:09 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure Add InitializeNativeAsmParser function. 2011-03-09 17:25:46 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in * llvm.spec.in: update blurb 2007-07-13 09:48:29 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.