llvm-6502/lib
Chris Lattner 8c494ab759 Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFolding.ll).
Add many fewer CFG edges and PHI node entries.  If there is a switch which has
the same block as multiple destinations, only add that block once as a successor/phi
node (in the jumptable case)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31242 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-27 23:50:33 +00:00
..
Analysis For PR950: 2006-10-26 06:15:43 +00:00
Archive
AsmParser For PR950: 2006-10-26 06:15:43 +00:00
Bytecode For PR950: 2006-10-26 06:15:43 +00:00
CodeGen Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFolding.ll). 2006-10-27 23:50:33 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine For PR950: 2006-10-26 06:15:43 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support SmallVector append not insert. 2006-10-27 19:38:32 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target this doesn't occur any more in mason 2006-10-27 22:02:19 +00:00
Transforms Simplify code a bit by changing instances of: 2006-10-26 19:19:06 +00:00
VMCore Make the Value and Type methods print a newline so it prints nicely in gdb 2006-10-27 18:58:54 +00:00
Makefile