Go to file
Rafael Espindola 2025e8b820 Implement the "mips endian" for r_info.
Normally r_info is just a 32 of 64 bit number matching the endian of the rest
of the file. Unfortunately, mips 64 bit little endian is special: The top 32
bits are a little endian number and the following 32 are a big endian one.

llvm-svn: 178694
2013-04-03 21:02:51 +00:00
clang [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Apple)” 2013-04-03 19:28:22 +00:00
clang-tools-extra Unit test support for Clang extra tools 2013-04-03 15:11:08 +00:00
compiler-rt [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan. 2013-04-03 13:22:54 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=15657. 2013-04-03 20:29:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld Update the lld testsuite for the llvm-readobj format change. 2013-04-03 20:53:45 +00:00
lldb #include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition, 2013-04-03 20:32:17 +00:00
llvm Implement the "mips endian" for r_info. 2013-04-03 21:02:51 +00:00
polly ScopDetection: Use isTopLevelRegion 2013-04-02 06:41:48 +00:00