summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native/WriterNative.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Native file format.Rui Ueyama2015-04-101-566/+0
* Store non-log2 values to Native files.Rui Ueyama2015-03-261-1/+1
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-1/+1
* [Mips] Support MIPS N64 relocation record formatSimon Atanasyan2015-03-241-0/+1
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-2/+1
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-041-0/+1
* Remove unused parameter.Rui Ueyama2015-02-111-4/+2
* path.data() may return a non null terminated stringJean-Daniel Dupas2015-01-261-1/+1
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* Clean up #include dependency.Rui Ueyama2014-12-141-0/+1
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-0/+1
* Update for LLVM api changeRafael Espindola2014-08-251-5/+4
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-4/+1
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
* Re-submit r207884: Remove dead codeRui Ueyama2014-05-051-1/+0
* Revert "Remove dead code."Rui Ueyama2014-05-021-0/+1
* Remove dead code.Rui Ueyama2014-05-021-1/+0
* s/llvm::dyn_cast/dyn_cast/Rui Ueyama2014-04-021-2/+1
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-04-011-1/+1
* Revert "[core] support .gnu.linkonce sections"Shankar Easwaran2014-03-311-2/+1
* [core] support .gnu.linkonce sectionsShankar Easwaran2014-03-311-1/+2
* [core] add SectionGroup supportShankar Easwaran2014-03-261-0/+16
* Fix warning 'enumeral and non-enumeral type in conditional expression'.Simon Atanasyan2014-03-191-1/+1
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-1/+1
* Update for LLVM api change.Rafael Espindola2014-02-241-1/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-2/+6
* Use NativeReferenceIvarsV2 if necessary.Rui Ueyama2013-11-201-16/+60
* Replace unnecessary vector copy with reference.Rui Ueyama2013-11-181-1/+1
* Add an assert for NativeReferenceIvarsV1.Rui Ueyama2013-11-181-0/+2
* Use early continue.Rui Ueyama2013-11-161-27/+23
* Simplify. No functionality change.Rui Ueyama2013-11-161-7/+3
* Replace duplicate code with calls to getOrPushAttribute().Rui Ueyama2013-11-161-24/+20
* Use range-based for loop.Rui Ueyama2013-11-151-21/+15
* Use llvm_unreachable() instead of assert() at where control should never get.Rui Ueyama2013-11-151-2/+1
* Duplicate code removal.Rui Ueyama2013-11-151-70/+37
* Replace magic number with sizeof(). No functionality change.Rui Ueyama2013-11-151-1/+2
* Remove duplicate code.Rui Ueyama2013-11-151-57/+23
* Add explictly exported atoms and export R_*_COPY'ed atoms.Michael J. Spencer2013-11-081-0/+1
* [Native] Fix fallback atoms when writing to Native file.Shankar Easwaran2013-10-181-0/+3
* [Core] Add type and size to SharedLibraryAtom.Michael J. Spencer2013-09-261-0/+2
* [lld] handle typeZeroFill atoms in ELF/Native/YAMLShankar Easwaran2013-08-231-2/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-4/+4
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Removed unnecessary "class" keyword.Rui Ueyama2013-06-211-8/+8
* [ARM] Remove isThumb() as it's not used and it's not in the right place.Rui Ueyama2013-06-131-1/+0
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-4/+4
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-1/+2
OpenPOWER on IntegriCloud