Go to file
Reid Kleckner 4a406d32e9 Fix i128 div/mod on mingw64
The Win64 docs are very clear that anything larger than 8 bytes is
passed by reference, and GCC MinGW64 honors that for __modti3 and
friends.

Patch by Jameson Nash!

llvm-svn: 208029
2014-05-06 01:20:42 +00:00
clang I fixed this fixme in r208017. 2014-05-06 01:09:50 +00:00
clang-tools-extra Fix assertion in google-explicit-constructor check when the constructor is 2014-05-05 18:49:31 +00:00
compiler-rt [ASan/Win] Add DLL thunks for the fake stack interface 2014-05-05 12:26:04 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Exceptions store the message as reference counted string for 2014-04-30 19:54:11 +00:00
libcxxabi Try harder to get the compiler to use float registers in different 2014-05-04 16:31:33 +00:00
lld Remove repeated access specifier. 2014-05-06 01:10:01 +00:00
lldb Refactored gdb remote protocol testing sequence handling. 2014-05-05 20:54:01 +00:00
llvm Fix i128 div/mod on mingw64 2014-05-06 01:20:42 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Add delinearization testcase for ivs that do not follow the loop order 2014-04-30 17:49:22 +00:00