summaryrefslogtreecommitdiffstats
path: root/lld/include/lld/Core/DefinedAtom.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-22/+22
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* [MachO/Core] Remove (now) unused static member function. NFCI.Davide Italiano2016-08-041-4/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-2/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Fix EHFrame processing to add implicit references when needed.Pete Cooper2016-03-151-0/+8
* Remove remaining code for COFF.Rui Ueyama2016-02-281-5/+0
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-281-17/+1
* Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.Pete Cooper2016-02-091-0/+1
* Reorder enum entry as its used for atom sorting.Pete Cooper2016-02-091-1/+1
* Fix handling of mach header and DSO handle symbols.Pete Cooper2016-02-021-0/+1
* Add ObjC method list atom type. NFC.Pete Cooper2016-02-011-0/+1
* Move SimpleDefinedAtom::addReference to DefinedAtom.Pete Cooper2016-02-011-1/+10
* Add operator== for DefinedAtom::reference_iterator. NFC.Pete Cooper2016-02-011-1/+5
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-191-0/+1
* [lld][Darwin] Add support for the -sectcreate option.Lang Hames2015-10-241-0/+1
* [ARM] Move out .ARM.exidx related things to ARM backendDenis Protivensky2015-05-261-1/+0
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-081-0/+1
* [ARM] Handle mapping symbolsDenis Protivensky2015-03-261-0/+5
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-21/+1
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-5/+4
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-4/+3
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-2/+3
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-3/+5
* Add a scaffolding to merge alignment representations.Rui Ueyama2015-03-261-4/+21
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-10/+0
* Remove redundant empty destructors.Rui Ueyama2015-03-071-6/+0
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-041-0/+7
* Remove "inline" from inlined functions.Rui Ueyama2015-03-041-1/+1
* Revert "[Core] Update ContentPermissions"Shankar Easwaran2015-02-061-8/+8
* [Core] Update ContentPermissionsShankar Easwaran2015-02-061-8/+8
* ELF: Don't use LayoutPass.Rui Ueyama2015-01-311-0/+4
* [lld] Correct forming of ARM/Thumb atomsDenis Protivensky2015-01-271-0/+1
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-0/+12
* [mach-o] Support linker synthesized mach_header symbols.Nick Kledzik2014-11-121-0/+1
* [mach-o] Add support for interposing tuples sectionNick Kledzik2014-11-061-0/+1
* Remove virtual from a member function that's not overridden.Rui Ueyama2014-11-041-1/+1
* [mach-o] create __unwind_info section on x86_64Tim Northover2014-09-301-0/+1
* Re-submit r207884: Remove dead codeRui Ueyama2014-05-051-6/+0
* Revert "Remove dead code."Rui Ueyama2014-05-021-0/+6
* Remove dead code.Rui Ueyama2014-05-021-6/+0
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-04-011-0/+9
* Revert "[core] support .gnu.linkonce sections"Shankar Easwaran2014-03-311-1/+0
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-03-311-0/+1
* [core] add SectionGroup supportShankar Easwaran2014-03-261-0/+1
* [PECOFF] Support yet another new type of weak symbol.Rui Ueyama2014-03-181-0/+1
* Fix a bug that mergeCases table does not match the merge constants.Rui Ueyama2014-03-081-1/+1
* [PECOFF] Support a new type of weak symbol.Rui Ueyama2014-03-071-4/+5
OpenPOWER on IntegriCloud