llvm-6502/lib
Quentin Colombet e4b14ebcbd [DAGCombiner] DAG combine does not know how to combine indexed loads with
sign/zero/any extensions. However a few places were not checking properly the
property of the load and were turning an indexed load into a regular extended
load. Therefore the indexed value was lost during the process and this was
triggering an assertion.

<rdar://problem/16389332>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205923 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-09 20:03:05 +00:00
..
Analysis Delinearize: Extend informationin -analyze output 2014-04-09 07:53:49 +00:00
AsmParser AsmParser: add a warning for compatibility parsing 2014-04-05 22:42:53 +00:00
Bitcode
CodeGen [DAGCombiner] DAG combine does not know how to combine indexed loads with 2014-04-09 20:03:05 +00:00
DebugInfo Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer 2014-04-05 21:26:44 +00:00
ExecutionEngine Changes in IntelJITEventListener - By Arch Robinson 2014-04-06 11:08:33 +00:00
IR Fix some doc and comment typos 2014-04-09 14:47:27 +00:00
IRReader
LineEditor
Linker
LTO Revert "Reapply "LTO: add API to set strategy for -internalize"" 2014-04-02 22:05:57 +00:00
MC WinCOFF: Emit common symbols as specified in the COFF spec 2014-04-08 22:33:40 +00:00
Object obj2yaml: Don't crash if the characteristics field is zero 2014-04-09 16:38:15 +00:00
Option
ProfileData
Support Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly"" 2014-04-09 17:04:27 +00:00
TableGen [C++11] Make use of 'nullptr' in TableGen library. 2014-04-09 04:50:04 +00:00
Target Simple fix for build failures resulting from r205867. 2014-04-09 18:34:45 +00:00
Transforms Fix some doc and comment typos 2014-04-09 14:47:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile