llvm-6502/lib
Chandler Carruth 2ff4a49344 [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflw
were added in SSE2, no SSSE3. Found this while auditing all uses of
SSSE3 in the X86 target. I don't actually expect this to make
a significant difference on anything and I don't have any detailed test
cases but I updated the existing test cases that already covered some of
this code path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209056 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-17 03:29:20 +00:00
..
Analysis InstSimplify: Improve handling of ashr/lshr 2014-05-16 17:14:03 +00:00
AsmParser Fix most of PR10367. 2014-05-16 19:35:39 +00:00
Bitcode Add comdat key field to llvm.global_ctors and llvm.global_dtors 2014-05-16 20:39:27 +00:00
CodeGen Delete getAliasedGlobal. 2014-05-16 22:37:03 +00:00
DebugInfo [DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address. 2014-05-17 00:07:48 +00:00
ExecutionEngine Delete getAliasedGlobal. 2014-05-16 22:37:03 +00:00
IR Delete getAliasedGlobal. 2014-05-16 22:37:03 +00:00
IRReader
LineEditor
Linker Fix most of PR10367. 2014-05-16 19:35:39 +00:00
LTO Delete getAliasedGlobal. 2014-05-16 22:37:03 +00:00
MC Fix hardcoded slash to native path seperator which was exposed from llvm::sys::path. 2014-05-16 13:16:30 +00:00
Object [yaml2obj][ELF] Add an optional Size field to the YAML section declaration. 2014-05-16 16:01:00 +00:00
Option
ProfileData
Support Fix hardcoded slash to native path seperator which was exposed from llvm::sys::path. 2014-05-16 13:16:30 +00:00
TableGen
Target [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflw 2014-05-17 03:29:20 +00:00
Transforms Add support for combining GEPs across PHI nodes 2014-05-16 23:47:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile