llvm-6502/lib
Duncan Sands 1e465a35c8 Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means
that it no longer handles non-power-of-two vectors.
However it previously only handled them sometimes,
depending on obscure numerical relationships between
the index and vector type.  For example, for a vector
of length 6, it would succeed if and only if the
index was an even multiple of 6.  I consider this
more confusing than useful.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59122 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-12 08:37:57 +00:00
..
Analysis Silence unused variable warning. 2008-11-11 19:17:41 +00:00
Archive
AsmParser regenerate 2008-11-04 14:43:20 +00:00
Bitcode Added support for the following definition of shufflevector 2008-11-10 04:46:22 +00:00
CodeGen Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means 2008-11-12 08:37:57 +00:00
Debugger
ExecutionEngine Change binary dump format. 2008-11-12 08:22:43 +00:00
Linker Make comments and code for QuietWarnings and QuietErrors 2008-10-25 17:57:20 +00:00
Support Overload AddInteger on int/long/long long instead of on int/int64_t, 2008-11-03 19:40:18 +00:00
System plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory. 2008-11-06 16:21:49 +00:00
Target Address mode immediate offset has already been divided by 4. 2008-11-12 08:21:12 +00:00
Transforms CMake: Remove removed source file. 2008-11-12 00:14:12 +00:00
VMCore Added support for the following definition of shufflevector 2008-11-10 04:46:22 +00:00
Makefile