Go to file
JF Bastien cd4c64d234 Fix ARMFastISel::ARMEmitIntExt shift emission
My patch 'r183551 - ARM FastISel integer sext/zext improvements' was incorrect when emitting ARM register-immediate ASR, LSL, LSR instructions: they are pseudo-instructions in ARMInstrInfo.td and I should have used MOVsi instead.

This is not an issue when code is generated through a .s file, but is an issue when generated straight to a .o (-filetype=obj).

llvm-svn: 186489
2013-07-17 05:46:46 +00:00
clang Use the simpler is_directory. 2013-07-17 04:23:07 +00:00
clang-tools-extra Update for llvm API change. 2013-07-16 19:44:28 +00:00
compiler-rt Give compiler-rt a chance to compile with mingw-w64. 2013-07-16 22:37:55 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Add pointer format test for Windows. 2013-07-16 23:50:06 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Fix the build with clang and libstdc++4.7. 2013-07-16 20:18:13 +00:00
lldb simple plugin now works with Linux fix assert in SetPluginInfo implement Linux ePathTypeLLDBSystemPlugins and ePathTypeLLDBUserPlugins implement Linux Host::Backtrace and Host::GetEnvironment add .gnu_debugdata comment 2013-07-17 00:26:30 +00:00
llvm Fix ARMFastISel::ARMEmitIntExt shift emission 2013-07-17 05:46:46 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00