Go to file
Chandler Carruth bb525e336b [x86] Mechanically update a bunch of tests' check lines using the latest
version of the script.

Changes include:
- Using the VEX prefix
- Skipping more detail when we have useful shuffle comments to match
- Matching more shuffle comments that have been added to the printer
  (yay!)
- Matching the destination registers of some AVX instructions
- Stripping trailing whitespace that crept in
- Fixing indentation issues

Nothing interesting going on here. I'm just trying really hard to ensure
these changes don't show up in the diffs with actual changes to the
backend.

llvm-svn: 228132
2015-02-04 10:46:53 +00:00
clang Parse: Handle __declspec in a lambda definition 2015-02-04 08:22:46 +00:00
clang-tools-extra [clang-tidy] Fix some false positives in google-readability-casting 2015-01-29 15:17:13 +00:00
compiler-rt [Msan] Fix the pthread_attr_get unit test to build on FreeBSD 2015-02-04 09:08:00 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx add platform to LIT's available features 2015-02-03 23:49:58 +00:00
libcxxabi Make test require 'linux' instead of 'linux2' 2015-02-03 23:50:47 +00:00
lld Early return. NFC. 2015-02-04 02:01:04 +00:00
lldb Avoid leakage of file descriptors in LLDB and LLGS 2015-02-04 10:36:57 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm [x86] Mechanically update a bunch of tests' check lines using the latest 2015-02-04 10:46:53 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly Add test case for r227805 2015-02-03 15:11:02 +00:00