LLVM backend for 6502
Go to file
Anton Korobeynikov 676fa7df9c Use correct name for PPC codegen library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54888 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-17 13:54:44 +00:00
autoconf Set the executable bit - means it can actually 2008-07-29 18:31:42 +00:00
bindings Delete a redundant binding, LLVMHasInitializer. 2008-08-09 02:13:58 +00:00
docs the stacker doc is way out of date. 2008-08-11 06:13:31 +00:00
examples Rework the routines that convert AP[S]Int into a string. Now, instead of 2008-08-17 07:19:36 +00:00
include Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. 2008-08-17 12:56:54 +00:00
lib Use correct name for PPC codegen library 2008-08-17 13:54:44 +00:00
projects Allow the test suite to be checked out into projects/test-suite. 2008-06-24 13:01:57 +00:00
runtime
test Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness of 2008-08-17 07:34:14 +00:00
tools Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) 2008-08-17 13:53:59 +00:00
utils Speed up addRegisterDead by adding more fast checks before performing the expensive 2008-08-14 18:34:18 +00:00
website
win32 update VS project. 2008-08-09 11:57:39 +00:00
Xcode
build-for-llvm-top.sh
configure Make LLVM compile on DragonFly BSD (PR2499). 2008-06-26 10:36:58 +00:00
CREDITS.TXT Update. Remove bogus webpage. 2008-08-12 21:55:54 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Initial checkin of the new "fast" instruction selection support. See 2008-08-13 20:19:35 +00:00
ModuleInfo.txt
README.txt Remove extra lines 2008-07-28 20:50:25 +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.