Go to file
Andrea Di Biagio 4d8bd41600 [DAG] Refactor some logic. No functional change.
This patch removes function 'CommuteVectorShuffle' from X86ISelLowering.cpp
and moves its logic into SelectionDAG.cpp as method 'getCommutedVectorShuffles'.
This refactoring is in preperation of an upcoming change to the DAGCombiner.

llvm-svn: 213503
2014-07-21 07:28:51 +00:00
clang Trivial doc fixes: add missing whitespace, and s/overriden/overridden/g. 2014-07-21 06:14:27 +00:00
clang-tools-extra clang-tidy: [misc-use-override] Slightly tweak the wording of warning. 2014-07-21 06:06:38 +00:00
compiler-rt Redo THUMB support. 2014-07-20 20:53:37 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 2014-07-17 15:32:20 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [Mips] Replace assembler code by YAML to make the 'dynlib-fileheader.test' 2014-07-20 20:03:46 +00:00
lldb linux process: silence GCC switch coverage warning 2014-07-20 05:28:57 +00:00
llvm [DAG] Refactor some logic. No functional change. 2014-07-21 07:28:51 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00