summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsELFReader.h
Commit message (Expand)AuthorAgeFilesLines
* ELF: Define mergeHeaderFlags to ELFLinkingContext.Rui Ueyama2015-04-041-67/+0
* ELF: Pass file types instead of type traits to ELFObjectReader.Rui Ueyama2015-04-031-11/+2
* ELF: Remove <Arch>ELFFileCreateELFTraits::result_type.Rui Ueyama2015-04-021-4/+2
* ELF: Remove a template parameter from ELF{Object,DOS}Reader constructors.Rui Ueyama2015-04-021-4/+2
* [Mips] Rename class method merge => mergeHeaderFlagsSimon Atanasyan2015-03-301-2/+2
* Remove duplicate code and empty classes.Rui Ueyama2015-03-261-15/+2
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-12/+16
* [Mips] Make MipsELFObjectReader and MipsELFDSOReader class templatesSimon Atanasyan2015-01-251-8/+8
* [Mips] Remove duplicated typedef'sSimon Atanasyan2015-01-251-2/+0
* [Mips] Make MipsLinkingContext owner of MipsELFFlagsMergerSimon Atanasyan2015-01-161-4/+5
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-6/+6
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-6/+6
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-6/+6
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-4/+4
* [Mips] Check ELF flags to prevent linking of incompatible filesSimon Atanasyan2014-11-061-6/+37
* [ELF] Remove duplicate code.Shankar Easwaran2014-10-211-26/+22
* [ELF] Check for target architecture.Shankar Easwaran2014-10-201-0/+13
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-2/+2
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-2/+2
* Update for llm api change.Rafael Espindola2014-07-051-2/+2
* More prefixing of error_code.Rafael Espindola2014-06-121-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-2/+2
* [Mips] Create ELF object reader for MIPS target.Simon Atanasyan2014-03-091-0/+50
OpenPOWER on IntegriCloud