LLVM backend for 6502
Go to file
Chris Lattner 7685ac8d35 This checkin basically amounts to a complete rewrite of the type-resolution
machinery.  This dramatically simplifies how things works, removes irritating
little corner cases, and overall improves speed and reliability.

Highlights of this change are:

1. The exponential algorithm built into the code is now gone.  For example
   the time to disassemble one bytecode file from the mesa benchmark went
   from taking 12.5s to taking 0.16s.
2. The linker bugs should be dramatically reduced.  The one remaining bug
   has to do with constant handling, which I actually introduced in
   "union-find" checkins.
3. The code is much easier to follow, as a result of fewer special cases.
   It's probably also smaller.  yaay.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8842 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-03 18:46:24 +00:00
autoconf Removed the check for purify as we don't support its use at present. 2003-10-02 19:02:30 +00:00
docs Added links to the C and C++ frontends. 2003-10-03 13:48:27 +00:00
examples/ModuleMaker Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
include This checkin basically amounts to a complete rewrite of the type-resolution 2003-10-03 18:46:24 +00:00
lib This checkin basically amounts to a complete rewrite of the type-resolution 2003-10-03 18:46:24 +00:00
projects Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
runtime Fix building outside the srcdir, again 2003-09-15 19:22:36 +00:00
support Fixed space issues, code alignment, tabs -> spaces. 2003-09-29 22:40:07 +00:00
test Changed all of these tests to be TestRunner tests (or, at least they can be 2003-10-03 18:42:25 +00:00
tools Add a file header 2003-09-30 18:28:53 +00:00
utils Make sure to include the "support" directory 2003-10-01 21:12:46 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Removed the check for purify as we don't support its use at present. 2003-10-02 19:02:30 +00:00
CREDITS.TXT Update email addr 2003-09-23 20:59:28 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile Moved llvm/lib/Support to llvm/support/lib/Support. 2003-09-29 14:52:28 +00:00
Makefile.common Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
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 Fixed the conditional targets for postscript files and tags. 2003-10-02 19:02:02 +00:00