summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/CoreLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining files of Core.Rui Ueyama2016-03-021-50/+0
* Fix no-asserts build failure due to unused variable, and cleanup some unique_...David Blaikie2015-06-191-1/+3
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-6/+4
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-1/+2
* Delete dead code (again).Rui Ueyama2015-04-171-61/+0
* Delete dead code.Rui Ueyama2015-04-171-61/+0
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-2/+2
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-2/+2
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-4/+0
* Remove YAML/Native round-trip passes.Rui Ueyama2015-02-201-1/+0
* MachO: Move LayoutPass to MachO directory.Rui Ueyama2015-02-051-4/+14
* Remove dead code.Rui Ueyama2015-01-311-12/+0
* Remove duplication code.Rui Ueyama2015-01-161-26/+0
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* Move GOTPass and StubsPass from Core to MachONick Kledzik2014-07-091-65/+0
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* [ReaderWriter] Simplify initialization of class fields.Simon Atanasyan2014-06-101-2/+2
* Re-submit r207884: Remove dead codeRui Ueyama2014-05-051-5/+0
* Revert "Remove dead code."Rui Ueyama2014-05-021-0/+5
* Remove dead code.Rui Ueyama2014-05-021-5/+0
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-54/+54
* [lld] Include reference kind in cycle detector debug outputNico Rieck2014-02-241-1/+1
* Run clang-format on r197727.Rui Ueyama2013-12-201-6/+5
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-56/+19
* 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-3/+10
* Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"Rui Ueyama2013-10-241-3/+2
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-241-2/+3
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-2/+2
* [LinkingContext] make LinkingContext non-constShankar Easwaran2013-10-081-6/+3
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-7/+1
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-1/+1
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-3/+2
* Rename ti -> ctx.Rui Ueyama2013-08-271-3/+4
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-0/+320
OpenPOWER on IntegriCloud