| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
_end.
llvm-svn: 183816
|
|
|
|
|
|
| |
space
llvm-svn: 183815
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 183762
|
|
|
|
|
|
|
|
|
|
|
| |
The yaml reader is not specific to any file format. This patch moves
it to TargetInfo and makes validate a non virtual interface so that it
can be constructed from a single location.
The same method will be used to create a reader for llvm bitcode
files.
llvm-svn: 183740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Split createAtom() in lib/ReaderWriter/ELF/File.h into small methods.
- Added comments to code in other methods.
No functionality changes.
Reviewers: shankarke
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D921
llvm-svn: 183696
|
|
|
|
| |
llvm-svn: 183670
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 183659
|
|
|
|
|
|
|
|
| |
This fixes a recent regression (r183338). Stripped elf files (like installed
crtn.o for example), are not required to have a symbol table. Handle that
correctly.
llvm-svn: 183573
|
|
|
|
| |
llvm-svn: 183338
|
|
|
|
|
|
|
|
|
| |
Users can override the default value of the dynamic linker to be set to the
one that appears in the command line. The path can even be empty!.
Added a test for the option.
llvm-svn: 182889
|
|
|
|
| |
llvm-svn: 182795
|
|
|
|
|
|
| |
The expression _atomToAddressMap[atom] may modify _atomToAddressMap.
llvm-svn: 182793
|
|
|
|
| |
llvm-svn: 182789
|
|
|
|
|
|
| |
Reference::Kind.
llvm-svn: 182787
|
|
|
|
| |
llvm-svn: 182709
|
|
|
|
| |
llvm-svn: 182697
|
|
|
|
| |
llvm-svn: 182427
|
|
|
|
|
|
|
|
| |
so that their names are hidden.
This addresses comments raised by Sean/Rafael.
llvm-svn: 182230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
This patch splits X86_64Target specific code so that
the dynamic atoms and the Relocation handlers are in seperate
files for easier maintenace. The files are sure to grow and this
makes it easier to work with.
* There is no change in functionality *
llvm-svn: 182076
|
|
|
|
| |
llvm-svn: 182033
|
|
|
|
| |
llvm-svn: 182031
|
|
|
|
| |
llvm-svn: 181852
|
|
|
|
| |
llvm-svn: 181622
|
|
|
|
| |
llvm-svn: 181325
|
|
|
|
|
|
| |
change in functionality)
llvm-svn: 181288
|
|
|
|
|
|
|
| |
This makes the target handler a constructor argument because the constructor of
OutputELFWriter relies on it being initialized.
llvm-svn: 181280
|
|
|
|
| |
llvm-svn: 181188
|
|
|
|
| |
llvm-svn: 180872
|
|
|
|
| |
llvm-svn: 180769
|
|
|
|
|
|
| |
in the string table for static linking
llvm-svn: 180691
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the list of undefined atoms.
The processing of undefined atoms from dynamic libraries is controlled by
use-shlib-undefines command line option.
This patch also adds additional command line arguments to allow/disallow
unresolved symbols from shared libraries and mimics GNU ld behavior.
llvm-svn: 179257
|
|
|
|
| |
llvm-svn: 178918
|
|
|
|
| |
llvm-svn: 178914
|
|
|
|
|
|
|
|
|
|
|
| |
InputFile is being pulled from the Archive library to resolve a symbol.
The buffer which was being used was already being handed over to the
MemoryBuffer object and was being accessed after the hand over.
Moving it before the buffer is handed over.
llvm-svn: 178838
|
|
|
|
| |
llvm-svn: 178815
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 178695
|
|
|
|
| |
llvm-svn: 178495
|
|
|
|
| |
llvm-svn: 178467
|
|
|
|
| |
llvm-svn: 178466
|
|
|
|
|
|
| |
Hexagon
llvm-svn: 178323
|
|
|
|
| |
llvm-svn: 178269
|
|
|
|
| |
llvm-svn: 178027
|
|
|
|
|
|
| |
can be overridden by derived classes
llvm-svn: 177990
|
|
|
|
| |
llvm-svn: 177970
|
|
|
|
| |
llvm-svn: 177969
|
|
|
|
| |
llvm-svn: 177875
|
|
|
|
| |
llvm-svn: 177564
|
|
|
|
| |
llvm-svn: 177563
|