llvm-6502/lib
Nadav Rotem bba8da2ba0 PR18060 - When we RAUW values with ExtractElement instructions in some cases
we generate PHI nodes with multiple entries from the same basic block but
with different values. Enabling CSE on ExtractElement instructions make sure
that all of the RAUWed instructions are the same.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195773 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-26 17:29:19 +00:00
..
Analysis [PM] Split the CallGraph out from the ModulePass which creates the 2013-11-26 04:19:30 +00:00
AsmParser Make it explicit that nulls are not allowed in names. 2013-11-19 21:12:39 +00:00
Bitcode
CodeGen Rename DwarfException methods so the new names are consistent with DwarfDebug and the style guide 2013-11-26 13:34:55 +00:00
DebugInfo DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to a type unit. 2013-11-26 00:22:37 +00:00
ExecutionEngine [mips] Resolve relocation for the stubs in MCJIT when load address is known 2013-11-19 21:56:00 +00:00
IR Add return to DIType::Verify 2013-11-26 16:47:00 +00:00
IRReader
Linker
LTO
MC ARM integrated assembler generates incorrect nop opcode 2013-11-25 19:11:13 +00:00
Object
Option
Support Lift self-copy protection up to the header file and add self-move 2013-11-26 00:54:44 +00:00
TableGen
Target Darwin-ARM: use movw/movt for static relocations 2013-11-26 12:45:05 +00:00
Transforms PR18060 - When we RAUW values with ExtractElement instructions in some cases 2013-11-26 17:29:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile