Go to file
Sanjay Patel f34a29a845 add X86 load folding tests for unary math ops
X86 load folding is fragile; eg, the tests here
don't work without AVX even though they should. This
is because we have a mix of tablegen patterns that have
been added over time, and we have a load folding table
used by the peephole optimizer that has to be kept in 
sync with the ever-changing ISA and tablegen defs.

llvm-svn: 229870
2015-02-19 16:59:11 +00:00
clang clang-format: [js] Support ES6 module exports. 2015-02-19 16:14:18 +00:00
clang-tools-extra Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
compiler-rt [ASan/Win] Thread sanitizer common interface through asan_win_dll_thunk.cc 2015-02-19 15:25:26 +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 Make basic_streambuf::xsputn write characters in chunks whenever possible, instead of one at a time. References PR#10193 2015-02-19 16:17:46 +00:00
libcxxabi Do not add -fno-exceptions without -funwind-tables 2015-02-16 19:51:06 +00:00
lld [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
lldb Fix usage of m_bThreadInvalid in -thread-info (MI) 2015-02-19 16:33:16 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm add X86 load folding tests for unary math ops 2015-02-19 16:59:11 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Drop left over code from FinalRead statement removal. 2015-02-19 16:24:57 +00:00