LLVM backend for 6502
Go to file
Daniel Dunbar 23e97b05da Add llvm::Triple class for abstracting access to target triples.
- The code is silly, I'm just amusing myself. Rewrite to be efficient
   if you like. :)

Also, if you wish to debate the proper names of the triple components
I'm all ears.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68252 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-01 21:53:23 +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: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be 2009-03-16 22:53:26 +00:00
docs add this to SVN to allow collaborative hacking. 2009-04-01 21:11:04 +00:00
examples
include Add llvm::Triple class for abstracting access to target triples. 2009-04-01 21:53:23 +00:00
lib Add llvm::Triple class for abstracting access to target triples. 2009-04-01 21:53:23 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test Fix PR3862: Recognize some ARM-specific constraints for immediates in inline 2009-04-01 17:58:54 +00:00
tools Fixed file header comment. 2009-04-01 21:37:19 +00:00
unittests Add llvm::Triple class for abstracting access to target triples. 2009-04-01 21:53:23 +00:00
utils Constify method to make VC++ happy. Patch by Brian Diekelman! 2009-04-01 18:24:22 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Fix the Win32 VS2008 build: 2009-03-19 23:26:52 +00:00
configure
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile Add ccc back for now. 2009-03-30 17:43:04 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix build on MacOS 10.4 systems (suggested by Mike Smith). 2009-03-27 18:18:00 +00:00
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.