History log of /external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44fa0473ae9144a8cfb4a500ae9de17239e69d2e 27-Nov-2010 Daniel Dunbar <daniel@zuster.org> macho-dump: Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120185 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
228290c0d181b663f33680aea03e10843da5f907 11-Sep-2010 Rafael Espindola <rafael.espindola@gmail.com> Change section_data dumping to print hex numbers instead of using
python's %r.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113685 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
f0f6cdb6b40bdf799a806efca05f44081bb154d3 14-May-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
used to replace a normal relocation, not a reference to a GOT entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103789 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
a5f1d57f65ae601ec181c0f4e36cf0df5e8d79d8 12-May-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
be diced into atoms, and adjust getAtom() to take this into account.
- This fixes relocations to symbols in fixed size literal sections, for
example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103532 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
db4c7e606f6bcc42ed8d853be5d67dfb9fa0edee 12-May-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
offset instead of the fixup address as intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103527 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
651804c3d63a05f72221a6d133e5b344e6aaa093 11-May-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O x86_64: Switch to using fragment atom symbol.
- This eliminates getAtomForAddress() (which was a linear search) and
simplifies getAtom().
- This also fixes some correctness problems where local labels at the same
address as non-local labels could be assigned to the wrong atom.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103480 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
ae7fb0b03ebc524e6c47f0262b8dc87810fee1a8 05-May-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Relocations in debug sections should use local relocations
when possible.
- <rdar://problem/7934873>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103092 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
1de558b71f710a00e391fb9a88a6481b8918e207 30-Mar-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99853 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s
602b40f0d06d6275cbe73de2ac3b6b6a7dc1d46d 19-Mar-2010 Daniel Dunbar <daniel@zuster.org> MC/Mach-O/x86_64: Add relocation support.
- This is "extraordinarily" Darwin 'as' compatible. See the litany of FIXMEs littered about for more information.
- There are a few cases which seem to clearly be 'as' bugs which I have left unsupported, and there is one cases where we diverge but should fix if it blocks diffing .o files (Darwin 'as' ends up widening a jump unnecessarily).
- 403.gcc build, runs, and diffs equivalently to the 'as' built version now (using llvm-mc). However, it builds so slowly that I wouldn't recommend trying it quite yet. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98974 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/darwin-x86_64-reloc.s