llvm-6502/lib
Nick Lewycky e4546cb71e When determining the new index for an insertelement, we may not assume that an
index greater than the size of the vector is invalid. The shuffle may be
shrinking the size of the vector. Fixes a crash!

Also drop the maximum recursion depth of the safety check for this
optimization to five.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183080 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-01 20:51:31 +00:00
..
Analysis Prevent loop-unroll from making assumptions about undefined behavior. 2013-05-31 23:34:46 +00:00
Archive
AsmParser
Bitcode
CodeGen Move getRealLinkageName to a common place and remove all the duplicates of it. 2013-06-01 17:51:14 +00:00
DebugInfo Change how we iterate over relocations on ELF. 2013-05-30 03:05:14 +00:00
ExecutionEngine Change how we iterate over relocations on ELF. 2013-05-30 03:05:14 +00:00
IR Move getRealLinkageName to a common place and remove all the duplicates of it. 2013-06-01 17:51:14 +00:00
IRReader
Linker
MC Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
Object Rename COFFYaml.h to COFFYAML.h for consistency. 2013-05-31 20:38:27 +00:00
Option
Support APInt: Simplify code. No functionality change. 2013-06-01 11:26:39 +00:00
TableGen
Target Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics as non-leaf functions. 2013-06-01 20:42:48 +00:00
Transforms When determining the new index for an insertelement, we may not assume that an 2013-06-01 20:51:31 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile