- Apr 06, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178918
-
- Apr 05, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178914
-
Michael J. Spencer authored
llvm-svn: 178913
-
Shankar Easwaran authored
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
-
Shankar Easwaran authored
llvm-svn: 178815
-
- Apr 04, 2013
-
-
Nick Kledzik authored
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
-
- Apr 03, 2013
-
-
Rafael Espindola authored
llvm-svn: 178695
-
- Apr 01, 2013
-
-
Shankar Easwaran authored
llvm-svn: 178495
-
Shankar Easwaran authored
llvm-svn: 178467
-
Shankar Easwaran authored
llvm-svn: 178466
-
- Mar 29, 2013
-
-
Shankar Easwaran authored
llvm-svn: 178323
-
- Mar 28, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178269
-
- Mar 26, 2013
-
-
Shankar Easwaran authored
llvm-svn: 178027
-
Shankar Easwaran authored
[ELF] no change in functionality, add functions to symbol table so that they can be overridden by derived classes llvm-svn: 177990
-
Shankar Easwaran authored
llvm-svn: 177970
-
Shankar Easwaran authored
llvm-svn: 177969
-
- Mar 25, 2013
-
-
Shankar Easwaran authored
llvm-svn: 177875
-
- Mar 20, 2013
-
-
Michael J. Spencer authored
llvm-svn: 177564
-
Michael J. Spencer authored
llvm-svn: 177563
-
Michael J. Spencer authored
This changes from reading each relocation individually for each section to just storing the range of relocations. It also counts the relocations to preallocate the _references array. llvm-svn: 177562
-
Michael J. Spencer authored
llvm-svn: 177561
-
Michael J. Spencer authored
llvm-svn: 177557
-
Michael J. Spencer authored
Improves performance. llvm-svn: 177556
-
Michael J. Spencer authored
This is the standard way of implementing LLVM RTTI. llvm-svn: 177555
-
Michael J. Spencer authored
This actually doesn't change behavior with the current LinkerInvocation, but it's needed when you make reading parallel. llvm-svn: 177554
-
Shankar Easwaran authored
llvm-svn: 177484
-
Shankar Easwaran authored
llvm-svn: 177483
-
Shankar Easwaran authored
llvm-svn: 177482
-
- Mar 19, 2013
-
-
Alexey Samsonov authored
llvm-svn: 177392
-
- Mar 14, 2013
-
-
Shankar Easwaran authored
llvm-svn: 177079
-
- Mar 13, 2013
-
-
Shankar Easwaran authored
llvm-svn: 176970
-
Michael J. Spencer authored
llvm-svn: 176916
-
- Mar 11, 2013
-
-
Shankar Easwaran authored
[ELF] Set values for bss_start and end symbols properly, If there are two load segments with RW permissions, bss_start and end may get set inappropriate llvm-svn: 176795
-
- Mar 09, 2013
-
-
Michael J. Spencer authored
This only happens when the section header count is > 1024. llvm-svn: 176747
-
- Mar 08, 2013
-
-
Shankar Easwaran authored
llvm-svn: 176724
-
- Mar 06, 2013
-
-
Shankar Easwaran authored
llvm-svn: 176583
-
- Mar 05, 2013
-
-
Dmitri Gribenko authored
llvm-svn: 176494
-
Shankar Easwaran authored
[ELF] Set symbol type to STT_SECTION, so that objdump.bfd doesnot get confused when disassembling output llvm-svn: 176489
-
Shankar Easwaran authored
llvm-svn: 176483
-
Shankar Easwaran authored
llvm-svn: 176482
-