llvm-6502/lib
Michael Liao b9e302f3ca [SimplifyCFG] Revise common code sinking
- Fix the case where more than 1 common instructions derived from the same
  operand cannot be sunk. When a pair of value has more than 1 derived values
  in both branches, only 1 derived value could be sunk.
- Replace BB1 -> (BB2, PN) map with joint value map, i.e.
  map of (BB1, BB2) -> PN, which is more accurate to track common ops.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224757 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-23 08:26:55 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Make musttail more robust for vector types on x86 2014-12-22 23:58:37 +00:00
DebugInfo
ExecutionEngine [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress. 2014-12-22 18:53:11 +00:00
IR
IRReader
LineEditor
Linker
LTO
MC Fix Windows unwind info for functions in sections other than .text 2014-12-22 22:10:08 +00:00
Object
Option
ProfileData
Support
TableGen
Target [ARM] Don't break alignment when combining base updates into load/stores. 2014-12-23 06:07:31 +00:00
Transforms [SimplifyCFG] Revise common code sinking 2014-12-23 08:26:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile