Go to file
Rui Ueyama f4b0d5e050 [PECOFF] Implement Win64 base relocations
Image Base field in the PE/COFF header is used as hint for the loader.
If the loader can load the executable at the specified address, that's
fine, but if not, it has to load it at a different address.

If that happens, the loader has to fix up the addresses in the
executable by adding the offset. The list of addresses that need to
be fixed is in .reloc section.

This patch is to emit x64 .reloc section contents.

llvm-svn: 216636
2014-08-28 00:47:11 +00:00
clang Kill one of EmitCallArgs overloads. NFC. 2014-08-28 00:22:11 +00:00
clang-tools-extra Update for Clang API change. 2014-08-27 20:54:50 +00:00
compiler-rt [ASan] Whitespace fix. No functionality change. 2014-08-27 13:43:18 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Revert "Implement generic mad_sat" 2014-08-23 14:06:01 +00:00
libcxx Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie. 2014-08-27 17:00:11 +00:00
libcxxabi Remove strict dependency on llvm-config. 2014-08-26 20:50:07 +00:00
lld [PECOFF] Implement Win64 base relocations 2014-08-28 00:47:11 +00:00
lldb Add some logging around Process attaching and inferior exec handling. 2014-08-27 22:58:26 +00:00
llvm [FastISel] 2014-08-28 00:09:46 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Update for LLVM api change 2014-08-25 18:16:52 +00:00