llvm-6502/lib/AsmParser
Chris Lattner e8343a5fbb Plug a memory leak in the asmparser. It turns out that we were leaking
the strings for basic block labels in some cases.  This amounted to about
120K of memory for namd, a medium sized program.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17262 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-26 18:26:14 +00:00
..
.cvsignore Ignore generated files Lexer.cpp and llvmAsmParser.* 2002-12-02 21:14:54 +00:00
Lexer.l Parse undef and unreachable 2004-10-16 18:17:13 +00:00
llvmAsmParser.y Plug a memory leak in the asmparser. It turns out that we were leaking 2004-10-26 18:26:14 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Parser.cpp Fine-grainify namespacification, prune #include 2004-07-13 08:42:12 +00:00
ParserInternals.h Parse undef and unreachable 2004-10-16 18:17:13 +00:00