summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] VFPv2 only supports 16 D registers.Eli Friedman2019-09-171-1/+1
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-281-0/+15
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-2/+6
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-6/+2
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-2/+6
* Print reasonable representations of type names in llvm-nm, readelf and readobjSunil Srivastava2019-08-091-1/+10
* [ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer2019-05-301-0/+18
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-3/+3
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-5/+6
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-6/+5
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-5/+6
* [Object] Move ELF specific ObjectFile::getBuildAttributes to ELFObjectFileBaseFangrui Song2019-05-101-4/+2
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-03-081-0/+10
* Revert "Improve "llvm-nm -f sysv" output for Elf files"Vlad Tsyrklevich2019-02-261-10/+0
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-02-261-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use unique_ptr to hold MCInstrInfoVitaly Buka2018-08-241-1/+2
* Use unique_ptr.Joel Galenson2018-08-241-1/+2
* Find PLT entries for x86, x86_64, and AArch64.Joel Galenson2018-08-241-0/+65
* [RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-objdump could get RI...Shiva Chen2018-02-021-0/+13
* Move getPlatformFlags to ELFObjectFileBase and simplify.Rafael Espindola2018-01-291-2/+1
* Make the ELFObjectFile constructor private.Rafael Espindola2017-10-101-12/+14
* Simplify. NFC.Rafael Espindola2017-10-101-4/+4
* Convert two uses of ErrorOr to Expected.Rafael Espindola2017-10-101-6/+6
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-2/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-241-4/+17
* [ARM] Create SubtargetFeatures from build attrsSam Parker2017-01-181-42/+153
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-0/+67
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-65/+0
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-0/+65
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-0/+67
* [Object, ELF] Don't assert on invalid magic in createELFObjectFile.Alexey Samsonov2015-06-041-2/+3
* [Object, ELF] Don't call llvm_unreachable() from createELFObjectFile.Alexey Samsonov2015-06-041-2/+2
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-42/+18
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-22/+13
* Add a non-templated ELFObjectFileBase class.Rafael Espindola2014-08-171-0/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* This only needs a StringRef. No functionality change.Rafael Espindola2014-07-051-1/+2
* Replace two release calls with std::move. I missed this on the previous commit.Rafael Espindola2014-06-241-2/+2
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-8/+8
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-10/+19
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-26/+9
* Fix a memory leak in the error path.Rafael Espindola2014-06-181-2/+10
* Fix pr17056.Rafael Espindola2014-06-161-5/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
OpenPOWER on IntegriCloud