1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-30 02:32:08 +00:00
LLVM backend for 6502
Go to file
2009-04-08 22:26:47 +00:00
autoconf Detect that we're building from a git checkout like we do for cvs and svn. 2009-04-01 04:39:25 +00:00
bindings
cmake CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
docs Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
examples Another attempt at fixing PR2975. 2009-04-07 17:23:02 +00:00
include Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and stop JumpToBit from covering up its mistakes 2009-04-08 22:26:47 +00:00
lib If subprogram type is not tagged as DW_TAG_subroutine_type then use it directly as a return value type. 2009-04-08 22:18:45 +00:00
projects
runtime
test Re-apply 68552. 2009-04-08 21:14:34 +00:00
tools Accommodate empty string for build type. This was previously causing an error 2009-04-08 17:28:16 +00:00
unittests * Fixed calls to APInt ctor to work for negative values on Darwin/x86 2009-04-08 16:17:23 +00:00
utils "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. 2009-04-03 20:25:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Remove ccc now. Radar 6737767 2009-04-07 20:29:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Avoid -O3 on Darwin for now. 2009-04-06 19:58:11 +00:00
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.