llvm-6502/lib
Vikram S. Adve 2b7a92c72f Fix several related bugs in DSNode::mergeWith() caused by the
fact that the incoming nodes may be merged away at intermediate
steps.  Use an extra level of indirection via DSNodeHandles
to track the nodes being merged.  All this now happens in a
static helper function MergeNodes().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4947 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-06 21:15:21 +00:00
..
Analysis Fix several related bugs in DSNode::mergeWith() caused by the 2002-12-06 21:15:21 +00:00
AsmParser Ignore generated files Lexer.cpp and llvmAsmParser.* 2002-12-02 21:14:54 +00:00
Bytecode - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
CodeGen Added code generation for function prologues and epilogues. 2002-12-04 23:58:08 +00:00
ExecutionEngine - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
Linker Fix big bug introduced with symbol table changes 2002-12-03 18:32:30 +00:00
Support Add peak memory usage measurement capability 2002-11-18 21:47:09 +00:00
Target Implement a lot of cast functionality (no FP or 64) 2002-12-06 10:49:33 +00:00
Transforms Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey Carter 2002-12-05 22:41:53 +00:00
VMCore Fix big bug introduced with symbol table changes 2002-12-03 18:32:30 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00