llvm-6502/lib
Chris Lattner 1d08d83230 make tail merging more aggressive. If two blocks share a common tail, but the
tail is not an entire block for either of them, pick one, split it, then
merge the common part.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31336 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-01 01:16:12 +00:00
..
Analysis add a method 2006-10-28 01:24:05 +00:00
Archive
AsmParser
Bytecode
CodeGen make tail merging more aggressive. If two blocks share a common tail, but the 2006-11-01 01:16:12 +00:00
Debugger
ExecutionEngine
Linker
Support add a highly efficient hash table that is specialized for mapping C strings 2006-10-29 23:42:03 +00:00
System
Target Add constraints to Instruction class. 2006-11-01 00:26:27 +00:00
Transforms generalize the fix for PR977 to also fix 2006-10-31 18:56:48 +00:00
VMCore Update comment. Valid option is -debug-pass=Structures. 2006-10-30 19:25:54 +00:00
Makefile