summaryrefslogtreecommitdiffstats
path: root/lld/include
Commit message (Expand)AuthorAgeFilesLines
* [mach-o] Add support for -sectalign optionNick Kledzik2014-07-301-0/+13
* Change the signature of insertElementAt and rename addInputElementFrontRui Ueyama2014-07-241-7/+3
* [PECOFF] Add the entry point file at the right place.Rui Ueyama2014-07-231-0/+6
* [PECOFF] Fix entry point functions selectionRui Ueyama2014-07-231-4/+4
* [PECOFF] Remember /noentry option so that later passes can handle it.Rui Ueyama2014-07-221-1/+7
* Use std::function instead of llvm::function_ref.Rui Ueyama2014-07-171-2/+3
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-162-4/+14
* [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...Simon Atanasyan2014-07-151-3/+7
* [PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama2014-07-101-1/+0
* [mach-o]: support -syslibroot and -l optionsTim Northover2014-07-101-0/+44
* Move GOTPass and StubsPass from Core to MachONick Kledzik2014-07-091-74/+0
* Update for llvm api change.Rafael Espindola2014-07-061-3/+4
* Add const to sort() comparator function. Caught by gcc but not clangNick Kledzik2014-06-271-1/+1
* Add utility to SimpleDefinedAtom to sort referencesNick Kledzik2014-06-271-1/+16
* PE/COFF: move PAGE_SIZE into the PECOFFLinkingContext.Tim Northover2014-06-201-0/+6
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-3/+3
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-172-0/+2
* Update for llvm api change.Rafael Espindola2014-06-131-3/+3
* include system_error directly.Rafael Espindola2014-06-122-2/+2
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-2/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-1211-30/+33
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-122-13/+13
* Use error_category from the std namespace.Rafael Espindola2014-06-121-5/+5
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-112-7/+9
* Quick fix for the windows build.Rafael Espindola2014-06-111-0/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-113-6/+4
* Revert "[PECOFF] Support COMDAT associative sections."Rui Ueyama2014-06-051-2/+0
* Add SymbolTable::isCoalescedAwayRui Ueyama2014-06-051-0/+3
* Print error message in LinkOnce handler.Rui Ueyama2014-06-051-1/+1
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-051-0/+2
* Initial set of MakefilesIain Sandoe2014-06-042-0/+48
* Fix format.Rui Ueyama2014-06-041-4/+4
* Remove dead code.Rafael Espindola2014-06-031-12/+0
* Rename FileToMutable -> SimpleFileWrapper.Rui Ueyama2014-06-031-2/+2
* Inline short member function.Rui Ueyama2014-06-031-1/+5
* Use auto for obvious types.Rui Ueyama2014-06-031-8/+6
* No need to compute valBit until mask bit is 1.Rui Ueyama2014-06-031-6/+6
* Use range-based for loop.Rui Ueyama2014-06-031-5/+6
* Remove unusual use of using.Rui Ueyama2014-06-031-3/+1
* Reference::target() doesn't and shouldn't return a nullptr.Rui Ueyama2014-06-032-5/+6
* Remove group-parent references.Rui Ueyama2014-06-031-1/+1
* Make dead-striping to handle reverse edges.Rui Ueyama2014-06-032-3/+12
* Simplify markLive().Rui Ueyama2014-06-021-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-312-3/+3
* Add make_dynamic_error_code().Nick Kledzik2014-05-271-0/+11
* [PECOFF] Make a separate pass for /alternatename symbols.Rui Ueyama2014-05-231-1/+13
* Move alias symbols from ELFLinkingContext to LinkingContext.Rui Ueyama2014-05-223-11/+102
* [mach-o] Remove MachOFormat.hpp, everything now uses llvm/Support/MachO.hNick Kledzik2014-05-221-626/+0
* Fix comment.Rui Ueyama2014-05-211-1/+1
* Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...Nick Kledzik2014-05-141-0/+3
OpenPOWER on IntegriCloud