summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-4/+1
* [ELF] Fix uninitialized variablesRafael Auler2014-10-091-4/+5
* [lld] [ELF] Support for general dynamic TLS relocations on X86_64Rafael Auler2014-09-291-1/+1
* Re-commit r218259.Rui Ueyama2014-09-221-9/+5
* Revert "[ELF] Fix linking when a regular object defines a symbol that is used...Rui Ueyama2014-09-221-5/+9
* [ELF] Fix linking when a regular object defines a symbol that is used in a DSORui Ueyama2014-09-221-9/+5
* Fix buggy Twine storage in ELFLinkingContext::searchLibrary()Rui Ueyama2014-09-181-6/+6
* [ELF] Export strong defined symbol if it coalesces away a weak symbolSimon Atanasyan2014-09-081-0/+25
* [ELF] Implement --rosegmentShankar Easwaran2014-09-081-2/+2
* [AArch64] Initial ELF/AArch64 SupportChad Rosier2014-08-131-0/+5
* [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...Simon Atanasyan2014-07-151-2/+7
* Update for llvm api change.Rafael Espindola2014-06-131-3/+4
* Don't use make_error_code from the llvm namespace.Rafael Espindola2014-06-121-3/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+3
* Move alias symbols from ELFLinkingContext to LinkingContext.Rui Ueyama2014-05-221-75/+0
* Fix typosAlp Toker2014-05-201-1/+1
* [ELF] Fix the file look up algorithm used in the linker script GROUP command.Simon Atanasyan2014-05-011-0/+23
* [ELF] Return result from the function ASAP.Simon Atanasyan2014-04-301-16/+6
* [ELF] Factor out the code builds a library search directory pathSimon Atanasyan2014-04-301-14/+12
* [ELF] Support --defsym=<symbol>=<symbol>.Rui Ueyama2014-04-161-0/+75
* Attempt to unbreak buildbots.Rui Ueyama2014-03-281-1/+1
* [ELF] Support --defsym option to define an absolute symbol.Rui Ueyama2014-03-281-1/+30
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-1/+1
* [lld] Include reference kind in cycle detector debug outputNico Rieck2014-02-241-1/+1
* [ELF] Create Target specific Writers.Shankar Easwaran2014-01-271-1/+1
* [ELF] Rename File.h to ELFFile.h to avoid confusion.Shankar Easwaran2014-01-261-1/+1
* Run clang-format on r197727.Rui Ueyama2013-12-201-2/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-5/+3
* Linking of shared libraries for MIPS little-endian 32-bit target.Simon Atanasyan2013-12-151-0/+5
* [Gnu] Set the defaults in the ELFLinkingContext.Shankar Easwaran2013-11-251-1/+1
* [Gnu] -L paths is not positional.Shankar Easwaran2013-11-251-3/+2
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-2/+0
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-1/+1
* Remove duplicate calls of pm.add() for RoundTrip tests.Rui Ueyama2013-11-011-4/+0
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-1/+7
* [ELF] Implement .{init,fini}_array ordering.Michael J. Spencer2013-10-251-0/+2
* [LinkingContext] make LinkingContext non-constShankar Easwaran2013-10-081-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-20/+1
* [ELF] Fix use after free.Michael J. Spencer2013-09-251-15/+16
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-1/+1
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-5/+15
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-6/+5
* [lld] handle the case of errors from createLinkerInputShankar Easwaran2013-09-031-2/+5
* Add support for --sysroot.Joerg Sonnenberger2013-09-031-3/+14
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-6/+30
* add InputGraph functionalityShankar Easwaran2013-08-211-15/+6
* Update to llvm changes.Michael J. Spencer2013-08-081-0/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-0/+168
OpenPOWER on IntegriCloud