llvm-6502/lib
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
..
Analysis add support for UndefValue 2004-10-26 16:23:03 +00:00
Archive
AsmParser Plug a memory leak in the asmparser. It turns out that we were leaking 2004-10-26 18:26:14 +00:00
Bytecode Fix the previous bug the correct way. This fixes ptrdist/bc 2004-10-24 04:27:59 +00:00
CodeGen Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp 2004-10-26 15:43:42 +00:00
Debugger We won't use automake 2004-10-22 03:35:04 +00:00
ExecutionEngine Fix the interpreter crash that Michael McCracken found 2004-10-26 05:35:14 +00:00
Linker Add support for undef and unreachable 2004-10-16 18:08:06 +00:00
Support Patch to support MSVC, contributed by Morten Ofstad 2004-10-25 18:47:10 +00:00
System Add EXTRA_DIST for additional files to be distributed. 2004-10-26 03:12:11 +00:00
Target Remove include of MRegisterInfo.h, since it is already included by 2004-10-26 06:04:23 +00:00
Transforms Fix compatibility with MSVC, patch by Morten Ofstad 2004-10-25 18:45:16 +00:00
VMCore Make this actually work. 2004-10-24 03:02:16 +00:00
Makefile