LLVM backend for 6502
Go to file
Chris Lattner 39cacceb55 Ok, the "fix" for this is to do a real associative container. Symbol tables
are ordered by name, not by slot, so the previous solution wasn't any good.
On a large testcase, this reduces time to parse from 2.17s to 1.58s.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9002 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-10 05:43:47 +00:00
autoconf Added the eon and perlbmk benchmarks. 2003-10-10 01:11:54 +00:00
docs Add documentation for weak variables 2003-10-10 05:01:39 +00:00
examples/ModuleMaker
include Add a method to reserve space for operands 2003-10-09 22:45:59 +00:00
lib Ok, the "fix" for this is to do a real associative container. Symbol tables 2003-10-10 05:43:47 +00:00
projects
runtime
test new testcase. globaldce should not delete the global 2003-10-10 04:54:23 +00:00
tools Make more error messages have gccld's name in them. 2003-10-08 19:09:30 +00:00
utils Add support for the weak linkage specifier 2003-10-10 04:56:26 +00:00
.cvsignore
configure Added the eon and perlbmk benchmarks. 2003-10-10 01:11:54 +00:00
CREDITS.TXT Add more credits 2003-10-07 20:50:29 +00:00
LICENSE.TXT
Makefile I really meant to use that AUTOHEADER variable I put in there. 2003-10-08 21:38:35 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Depend on config.status instead of config.h, because config.h timestamp may not 2003-10-07 15:24:23 +00:00