| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 182795
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
only if they are relative. This removes the FIXME when the
relocations are being emitted and checks if the relocation
is relative and only then populates the addend information.
I couldnt add a testcase for this as llvm-readobj lacks
functionality of printing dynamic relocations.
When the functionality is added, remove the commented lines
from elf/ifunc.test to test functionality.
llvm-svn: 182077
|
|
|
|
| |
llvm-svn: 180872
|
|
|
|
|
|
| |
in the string table for static linking
llvm-svn: 180691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The major changes are:
1) LinkerOptions has been merged into TargetInfo
2) LinkerInvocation has been merged into Driver
3) Drivers no longer convert arguments into an intermediate (core) argument
list, but instead create a TargetInfo object and call setter methods on
it. This is only how in-process linking would work. That is, you can
programmatically set up a TargetInfo object which controls the linking.
4) Lots of tweaks to test suite to work with driver changes
5) Add the DarwinDriver
6) I heavily doxygen commented TargetInfo.h
Things to do after this patch is committed:
a) Consider renaming TargetInfo, given its new roll.
b) Consider pulling the list of input files out of TargetInfo. This will
enable in-process clients to create one TargetInfo the re-use it with
different input file lists.
c) Work out a way for Drivers to format the warnings and error done in
core linking.
llvm-svn: 178776
|
|
|
|
| |
llvm-svn: 178466
|
|
|
|
|
|
| |
Hexagon
llvm-svn: 178323
|
|
|
|
|
|
| |
can be overridden by derived classes
llvm-svn: 177990
|
|
|
|
| |
llvm-svn: 177557
|
|
|
|
| |
llvm-svn: 177079
|
|
|
|
|
|
| |
confused when disassembling output
llvm-svn: 176489
|
|
|
|
| |
llvm-svn: 176483
|
|
|
|
| |
llvm-svn: 176482
|
|
|
|
| |
llvm-svn: 176430
|
|
|
|
| |
llvm-svn: 176207
|
|
|
|
|
|
|
| |
This adds separate PLT and dynamic relocation tables. It also fills in the dynamic table
entries for them.
llvm-svn: 176150
|
|
|
|
| |
llvm-svn: 175983
|
|
|
|
| |
llvm-svn: 175972
|
|
|
|
| |
llvm-svn: 175941
|
|
|
|
| |
llvm-svn: 175904
|
|
|
|
| |
llvm-svn: 175901
|
|
|
|
| |
llvm-svn: 175657
|
|
|
|
| |
llvm-svn: 175654
|
|
|
|
| |
llvm-svn: 175558
|
|
|
|
|
|
|
|
|
|
|
| |
const U *>>. Even in C++11 it doesn't seem this is valid as vector's
emplace support requires move assignment, and there is no way to move
assign a reference.
The real motivation however is that this fixes the build of lld with
libstdc++ 4.6.
llvm-svn: 175481
|
|
|
|
|
|
|
|
|
| |
The purpose of this change is to simplify creating non-atom sections.
Previously _contentType, _sectionKind and _order were used for multiple
purposes and collided in places. This moves all of the Atom specific logic down
into AtomSection and makes Section just have raw Elf_Shdr flags.
llvm-svn: 175207
|
|
|
|
| |
llvm-svn: 174200
|
|
|
|
| |
llvm-svn: 174154
|
|
|
|
| |
llvm-svn: 174065
|
|
|
|
| |
llvm-svn: 173911
|
|
|
|
| |
llvm-svn: 173904
|
|
|
|
|
|
| |
This is needed to allow constant time access to the final layout of atoms.
llvm-svn: 173874
|
|
llvm-svn: 173838
|