Go to file
Daniel Sanders a4c8f3a7b0 [mips][msa] Added support for matching insert and copy from normal IR (i.e. not intrinsics)
Changes to MIPS SelectionDAG:
* Added nodes VEXTRACT_[SZ]EXT_ELT to represent extract and extend in a single
  operation and implemented the DAG combines necessary to fold sign/zero
  extends into the extract.

llvm-svn: 191199
2013-09-23 14:03:12 +00:00
clang Enable -fsanitize=use-after-return by default under -fsanitize=address 2013-09-23 09:52:37 +00:00
clang-tools-extra Added list of checks made. 2013-09-20 16:47:33 +00:00
compiler-rt [msan] Fix a WTF in r191196. 2013-09-23 13:34:26 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: Fix warnings when compiling with -DNDEBUG. 2013-09-21 21:26:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][LinkingContext][ELF] Allow different output file types. 2013-09-23 04:24:15 +00:00
lldb Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00
llvm [mips][msa] Added support for matching insert and copy from normal IR (i.e. not intrinsics) 2013-09-23 14:03:12 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00