LLVM backend for 6502
Go to file
Misha Brukman 2e1fbdd267 * Added an interface for how LLEE would communicate with the OS
* Implemented the interface in StorageProxy.c
* Removed the script `llee' as it is now created by the Makefile
* Makefile now compiles a shared object version of the library, but only if
  using gcc-3.3, linking fails under gcc-3.2


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8751 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-29 22:37:00 +00:00
autoconf Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and 2003-09-29 21:35:32 +00:00
docs Added information on input and output filenames. 2003-09-29 20:10:08 +00:00
examples/ModuleMaker
include Fix a typo I happened to notice. 2003-09-24 04:09:50 +00:00
lib Tersified code: 2003-09-29 22:26:24 +00:00
projects
runtime Fix building outside the srcdir, again 2003-09-15 19:22:36 +00:00
support Check in missing makefile 2003-09-29 16:03:01 +00:00
test update run command 2003-09-29 22:17:12 +00:00
tools * Added an interface for how LLEE would communicate with the OS 2003-09-29 22:37:00 +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 Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and 2003-09-29 21:35:32 +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 Fixed SPEC so that it would run correctly with the new autoconf-style object 2003-09-11 18:03:50 +00:00
Makefile.rules Changed the empty rule for .h files. The rule needs an empty command so that 2003-09-18 18:37:08 +00:00