Go to file
David Majnemer a1c861d379 obj2yaml: Use the correct relocation type for different machine types
The IO normalizer would essentially lump I386 and AMD64 relocations
together.  Relocation types with the same numeric value would then get
mapped in appropriately.

For example:
IMAGE_REL_AMD64_ADDR64 and IMAGE_REL_I386_DIR16 both have a numeric
value of one.  We would see IMAGE_REL_I386_DIR16 in obj2yaml conversions
of object files with a machine type of IMAGE_FILE_MACHINE_AMD64.

llvm-svn: 205746
2014-04-07 23:12:20 +00:00
clang Thread Safety Analysis: various fixes to new SExpr code. 2014-04-07 22:56:24 +00:00
clang-tools-extra Update arc config to new domain. 2014-04-07 10:23:19 +00:00
compiler-rt Update arc config to new domain. 2014-04-07 10:22:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix PR19819 2014-04-07 13:32:26 +00:00
libcxxabi Include stdlib.h for getenv when !NDEBUG. 2014-04-03 22:00:08 +00:00
lld Early continue to reduce nesting. 2014-04-07 21:13:33 +00:00
lldb Fixed a case where we could spin indefinitely if we got an error from fgets that isn't EINTR. 2014-04-07 21:37:59 +00:00
llvm obj2yaml: Use the correct relocation type for different machine types 2014-04-07 23:12:20 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Add another hint for fixing check-polly errors to get_started.html 2014-04-03 19:38:38 +00:00