LLVM backend for 6502
Go to file
Misha Brukman 7eac4766b1 This optimization greatly enhances efficiency of creating new instructions by
masking and shifting operands directly into their place in the instruction,
instead of the old-fashioned way of ORing in each bit separately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7179 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-15 21:00:32 +00:00
docs The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
include The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
lib Correctly handle calls to functions which are further away than 2**32 bits will 2003-07-15 19:09:43 +00:00
projects Adding in sample project tree. 2003-06-30 22:13:48 +00:00
runtime Use uint32_t for table index and size: table will never be > 4GB. 2003-07-11 22:02:28 +00:00
support This optimization greatly enhances efficiency of creating new instructions by 2003-07-15 21:00:32 +00:00
test *** empty log message *** 2003-07-10 19:32:38 +00:00
tools The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
utils This optimization greatly enhances efficiency of creating new instructions by 2003-07-15 21:00:32 +00:00
aclocal.m4 Merged in changes from PRE101 in the prerelease branch. 2003-07-14 16:52:07 +00:00
config.guess Merged in changes from PRE101 in the prerelease branch. 2003-07-14 16:52:07 +00:00
config.sub Merged in changes from PRE101 in the prerelease branch. 2003-07-14 16:52:07 +00:00
configure Merged in changes from PRE101 in the prerelease branch. 2003-07-14 16:52:07 +00:00
configure.ac Removed the --enable-profiling option (again). 2003-07-02 20:49:38 +00:00
install-sh Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
LICENSE.TXT
ltmain.sh Merged in changes from PRE101 in the prerelease branch. 2003-07-14 16:52:07 +00:00
Makefile Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.common The word separate' only has one e'. 2003-07-14 17:26:34 +00:00
Makefile.config.in The word open' was really intended to be option'. 2003-07-02 21:20:04 +00:00
Makefile.rules The word separate' only has one e'. 2003-07-14 17:26:34 +00:00
mkinstalldirs Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00