- Apr 05, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178914
-
Michael J. Spencer authored
llvm-svn: 178913
-
Shankar Easwaran authored
llvm-svn: 178840
-
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: 178817
-
Shankar Easwaran authored
llvm-svn: 178815
-
Michael J. Spencer authored
llvm-svn: 178798
-
- Apr 04, 2013
-
-
Nick Kledzik authored
llvm-svn: 178788
-
Nick Kledzik authored
llvm-svn: 178787
-
Michael J. Spencer authored
llvm-svn: 178781
-
Nick Kledzik authored
llvm-svn: 178778
-
Nick Kledzik authored
llvm-svn: 178777
-
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
-
Rafael Espindola authored
llvm-svn: 178693
-
- 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
-
Michael J. Spencer authored
llvm-svn: 178268
-
- Mar 26, 2013
-
-
Shankar Easwaran authored
llvm-svn: 178027
-
Shankar Easwaran authored
[ELF][Hexagon] Fixing failing test on Bots, few symbol names are available only in debug builds, dont check the symbol names llvm-svn: 177991
-
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 21, 2013
-
-
Shankar Easwaran authored
llvm-svn: 177604
-
Shankar Easwaran authored
llvm-svn: 177603
-
- Mar 20, 2013
-
-
Michael J. Spencer authored
ArrayRef<uint8_t>::equals(); lowers to a byte compare loop :(. TODO: Figure out if we are getting hash collisions, or just have a lot of equal content. Also test if crypto hashing the content instead of full compare is better. llvm-svn: 177588
-
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
-