llvm-6502/lib
Chris Lattner fedced7bc3 Fix a really subtle and obnoxious memory bug that caused issues with an
llvm-gcc4 boostrap.  Whenever a node is deleted by the dag combiner, it
*must* be returned by the visit function, or the dag combiner will not
know that the node has been processed (and will, e.g., send it to the
target dag combine xforms).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27922 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-20 23:55:59 +00:00
..
Analysis Another simple case type merge case to try 2006-04-19 15:34:34 +00:00
Archive
AsmParser Make sure CVS versions of yacc and lex files get distributed. 2006-04-12 20:57:05 +00:00
Bytecode use isValidOperands instead of duplicating checks 2006-04-08 04:09:19 +00:00
CodeGen Fix a really subtle and obnoxious memory bug that caused issues with an 2006-04-20 23:55:59 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine
Linker Add shufflevector support 2006-04-08 01:19:47 +00:00
Support
System Add checks for __OpenBSD__. 2006-04-17 17:55:41 +00:00
Target Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night. 2006-04-20 19:01:30 +00:00
Transforms Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll 2006-04-20 20:48:50 +00:00
VMCore Move these ctors out of line 2006-04-14 22:20:32 +00:00
Makefile