llvm-6502/lib
Dan Gohman 49d7f8d341 Make CodePlacementOpt detect special EH control flow by
checking whether AnalyzeBranch disagrees with the CFG
directly, rather than looking for EH_LABEL instructions.
EH_LABEL instructions aren't always at the end of the
block, due to FP_REG_KILL and other things. This fixes
an infinite loop compiling MultiSource/Benchmarks/Bullet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96611 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-18 21:25:53 +00:00
..
Analysis Fix SCEVExpander's existing PHI reuse checking to recognize the 2010-02-17 02:39:31 +00:00
Archive
AsmParser
Bitcode
CodeGen Make CodePlacementOpt detect special EH control flow by 2010-02-18 21:25:53 +00:00
CompilerDriver
ExecutionEngine
Linker
MC MC/Mach-O: Update fixup values for change to X86 offsets. 2010-02-17 23:45:16 +00:00
Support Refer to -help instead of --help since this is what tools themselves say. 2010-02-18 14:08:13 +00:00
System
Target Generate DBG_VALUE from dbg.value intrinsics. These currently 2010-02-18 18:51:15 +00:00
Transforms
VMCore Destroy MDNodes gracefully while deleting llvm context. 2010-02-18 20:53:16 +00:00
Makefile