summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native
Commit message (Expand)AuthorAgeFilesLines
* Remove the Native file format.Rui Ueyama2015-04-104-1712/+0
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-10/+10
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-6/+6
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-5/+5
* Native: Remove AtomArray and use atom_collection_vector instead.Rui Ueyama2015-04-081-76/+28
* Native: Use tempalte to remove duplicate code. NFC.Rui Ueyama2015-04-081-117/+36
* Native: Simplify expressions. NFC.Rui Ueyama2015-04-081-9/+6
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-2/+1
* Remove Makefiles.Rui Ueyama2015-03-261-14/+0
* Store non-log2 values to Native files.Rui Ueyama2015-03-263-3/+3
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-262-2/+3
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-1/+1
* [Mips] Support MIPS N64 relocation record formatSimon Atanasyan2015-03-243-0/+5
* Remove sectionPosition attribute.Rui Ueyama2015-03-083-10/+3
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-043-3/+5
* Give enum an unsigned type to silence -Wmicrosoft clang-cl warningReid Kleckner2015-02-261-1/+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-214-4/+4
* add_lld_library -> add_llvm_libraryGreg Fitzgerald2015-01-211-7/+4
* Add LLVM_LINK_COMPONENTS for the shared object buildGreg Fitzgerald2015-01-161-0/+2
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-2/+2
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-2/+2
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-2/+2
* Clean up #include dependency.Rui Ueyama2014-12-141-0/+1
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-1/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-38/+33
* Remove unreachable return statement.Rui Ueyama2014-12-101-1/+0
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-133-0/+6
* Sort include files according to convention.Shankar Easwaran2014-10-182-5/+1
* [CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_librar...NAKAMURA Takumi2014-10-171-1/+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-122-39/+40
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-3/+2
* Initial set of MakefilesIain Sandoe2014-06-041-0/+14
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-312-3/+3
* Re-submit r207884: Remove dead codeRui Ueyama2014-05-052-5/+0
* Revert "Remove dead code."Rui Ueyama2014-05-022-0/+5
* Remove dead code.Rui Ueyama2014-05-022-5/+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
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-2/+1
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-3/+3
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-062-52/+52
OpenPOWER on IntegriCloud