llvm-6502/lib
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
..
Analysis
Archive
AsmParser Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage 2003-10-10 04:54:02 +00:00
Bytecode Ok, the "fix" for this is to do a real associative container. Symbol tables 2003-10-10 05:43:47 +00:00
CodeGen Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs 2003-10-08 05:20:08 +00:00
ExecutionEngine Do not read past the end of the contained type list 2003-10-09 20:31:18 +00:00
Linker Make more error messages have gccld's name in them. 2003-10-08 19:09:30 +00:00
Support ToolRunner.h has been moved from include/Support to include/llvm/Support. 2003-10-06 18:37:24 +00:00
Target
Transforms Update comment 2003-10-08 16:56:11 +00:00
VMCore Add a sanity check for constant expression casts 2003-10-07 22:19:19 +00:00
Makefile