LLVM backend for 6502
Go to file
Joel Stanley 54f6032dae - Fixed name mangling conditions to handle 'linkonce' linkage type. In
particular, name mangling for GlobalValues only occurs when the linkage type is
internal or when the name must be mangled to avoid a collision.  See comments in
CWriter::getValueName for more information.

- 'inline' keyword is now emitted for functions with 'linkonce' linkage type.

- Fixed typos.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6898 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-25 04:52:09 +00:00
docs Clarify that variables must be global 2003-06-21 21:45:56 +00:00
include Add argument to DAE to allow operation on non-internal functions 2003-06-25 04:12:49 +00:00
lib - Fixed name mangling conditions to handle 'linkonce' linkage type. In 2003-06-25 04:52:09 +00:00
runtime Prevented inclusion of (non-existent) stdint.h on Sparc. 2003-06-24 02:46:47 +00:00
support Remove usage of sys/unistd.h 2003-06-19 18:42:09 +00:00
test New testcase 2003-06-24 23:40:27 +00:00
tools Try to run cleanups even if nothing was modified in the preview passes 2003-06-25 04:13:52 +00:00
utils update documentation about columns 2003-06-21 20:09:01 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.common Reverted back to revision 1.91. 2003-06-20 21:24:54 +00:00
Makefile.config Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.FreeBSD Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00
Makefile.Linux Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00
Makefile.rules Reverted back to revision 1.91. 2003-06-20 21:24:54 +00:00
Makefile.SunOS Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00