summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/LinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-2/+2
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-041-5/+6
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-1/+1
* Use C++11 initializers for data members.Rui Ueyama2016-03-021-7/+1
* Remove more dead code.Rui Ueyama2016-03-021-1/+1
* Remove default implementations that are always overridden by subclasses.Rui Ueyama2016-03-021-7/+0
* Remove dead code for ELF.Rui Ueyama2016-02-281-4/+1
* Remove remaining code for COFF.Rui Ueyama2016-02-281-22/+0
* Add File::kind's for all subclasses of File.Pete Cooper2016-01-141-3/+6
* Reapply r234378, with test fixed (by emaste).Davide Italiano2015-04-101-1/+1
* Revert "Allow undefined symbols in shared library by default."Rui Ueyama2015-04-081-1/+1
* Allow undefined symbols in shared library by default.Davide Italiano2015-04-081-1/+1
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+3
* [Core] Remove roundTripPass() function.Shankar Easwaran2015-02-061-20/+0
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* [Core] Remove function to not override RoundTripPasses.Shankar Easwaran2014-12-011-1/+1
* [Core] Add flag to check if RoundTripPasses need to be run.Shankar Easwaran2014-12-011-0/+20
* Add MachOLinkingContext parameter to MachOFileNode constructor.Nick Kledzik2014-10-011-1/+1
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-1/+1
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-2/+2
* Move alias symbols from ELFLinkingContext to LinkingContext.Rui Ueyama2014-05-221-2/+22
* Simplify nullptr check.Rui Ueyama2014-05-221-7/+4
* Don't use "auto" where the actual type is not obvious.Rui Ueyama2014-05-021-2/+2
* Move nextFile() from LinkingContext to InputGraph.Rui Ueyama2014-04-021-33/+1
* [ELF] Support --defsym option to define an absolute symbol.Rui Ueyama2014-03-281-2/+2
* [ELF] Add --allow-multiple-definition option.Rui Ueyama2014-03-281-1/+2
* Fix typo.Rui Ueyama2014-03-281-1/+1
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-3/+3
* The return value of createInternalFiles is unused, so remove it.Joey Gouly2013-12-311-2/+1
* Remove duplicate methods.Rui Ueyama2013-12-261-4/+12
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-4/+2
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-1/+1
* [Layout] Assign ordinals in Resolution order.Shankar Easwaran2013-10-091-1/+2
* [inputGraph] Associate Resolve state with appropriate nodesShankar Easwaran2013-10-091-1/+1
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-5/+5
* [LinkingContext] make LinkingContext non-constShankar Easwaran2013-10-081-2/+2
* Make bitmask an unsigned type.Rui Ueyama2013-10-081-1/+1
* Add comments. Early return.Rui Ueyama2013-10-081-10/+16
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-12/+39
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-1/+1
* Drop the context forceLoadAllArchives() support. Rename the isForceLoadJoerg Sonnenberger2013-09-081-1/+1
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-11/+0
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-0/+35
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-0/+55
OpenPOWER on IntegriCloud