llvm-6502/lib/Transforms
Cameron Zwarich 96cc1d0dfb Fix PR10104 by adding a bounds check on a vector element access check. It was
assuming that all offsets are legal vector accesses, and thus trying to access
the float member of { <2 x float>, float } as the 3rd element of the first
member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132766 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-09 01:45:33 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine Reapply 132348 with fixes. rdar://problem/6501862 2011-06-01 16:42:47 +00:00
Instrumentation Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 2011-05-17 23:05:13 +00:00
IPO Don't crash owhen ComputeLoadResult can't compute the result of the load. 2011-05-29 19:33:36 +00:00
Scalar Fix PR10104 by adding a bounds check on a vector element access check. It was 2011-06-09 01:45:33 +00:00
Utils If the block that we're threading through is jumped to by an indirect branch, 2011-06-04 09:42:04 +00:00
CMakeLists.txt Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Makefile