LLVM backend for 6502
Go to file
Misha Brukman e97fbed83a * Ordered includes according to LLVM style
* Put function signatures on one line if possible
* Deleted empty comment lines (^//$)
* Deleted braces around single statements
* Deleted space between function call and argument list


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8775 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-30 17:59:25 +00:00
autoconf Added conditional configuration of poolalloc. 2003-09-30 16:31:48 +00:00
docs Added information on input and output filenames. 2003-09-29 20:10:08 +00:00
examples/ModuleMaker
include make the header comment more useful 2003-09-30 17:53:30 +00:00
lib Made code more terse: 2003-09-30 17:51:20 +00:00
projects
runtime
support Fixed space issues, code alignment, tabs -> spaces. 2003-09-29 22:40:07 +00:00
test new testcase distilled from 177.mesa 2003-09-30 17:13:34 +00:00
tools * Ordered includes according to LLVM style 2003-09-30 17:59:25 +00:00
utils Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. 2003-09-29 14:52:53 +00:00
.cvsignore
configure Added conditional configuration of poolalloc. 2003-09-30 16:31:48 +00:00
CREDITS.TXT Update email addr 2003-09-23 20:59:28 +00:00
LICENSE.TXT
Makefile Moved llvm/lib/Support to llvm/support/lib/Support. 2003-09-29 14:52:28 +00:00
Makefile.common
Makefile.config.in
Makefile.rules