llvm-6502/lib/AsmParser
Chris Lattner c9a21b51a1 Two changes:
1. Delete type handle regardless of whether a collision occured
2. Remove a MAJOR pessimization of runtime performance (thought be be an optimization at the time).

This second one was causing a 105k llvm file (from gcc) to parse in 58 seconds... without the
'optimization' it now parses in 3.64 seconds.  I suck.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@933 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-21 23:02:41 +00:00
..
Lexer.l Add support for And, XOR, and Or 2001-10-20 09:32:59 +00:00
llvmAsmParser.y Two changes: 2001-10-21 23:02:41 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Parser.cpp Remove exception specification 2001-10-13 06:37:27 +00:00
ParserInternals.h Simplify some code 2001-10-16 19:54:17 +00:00