| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM] VFPv2 only supports 16 D registers. | Eli Friedman | 2019-09-17 | 1 | -1/+1 |
| * | [llvm-objdump] Add the missing ARMv8 subarch detection | Yi Kong | 2019-08-28 | 1 | -0/+15 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -2/+6 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -6/+2 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -2/+6 |
| * | Print reasonable representations of type names in llvm-nm, readelf and readobj | Sunil Srivastava | 2019-08-09 | 1 | -1/+10 |
| * | [ARM] add target arch definitions for 8.1-M and MVE | Sjoerd Meijer | 2019-05-30 | 1 | -0/+18 |
| * | [ARM] Replace fp-only-sp and d16 with fp64 and d32. | Simon Tatham | 2019-05-28 | 1 | -3/+3 |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -5/+6 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -6/+5 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -5/+6 |
| * | [Object] Move ELF specific ObjectFile::getBuildAttributes to ELFObjectFileBase | Fangrui Song | 2019-05-10 | 1 | -4/+2 |
| * | Improve "llvm-nm -f sysv" output for Elf files | Sunil Srivastava | 2019-03-08 | 1 | -0/+10 |
| * | Revert "Improve "llvm-nm -f sysv" output for Elf files" | Vlad Tsyrklevich | 2019-02-26 | 1 | -10/+0 |
| * | Improve "llvm-nm -f sysv" output for Elf files | Sunil Srivastava | 2019-02-26 | 1 | -0/+10 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use unique_ptr to hold MCInstrInfo | Vitaly Buka | 2018-08-24 | 1 | -1/+2 |
| * | Use unique_ptr. | Joel Galenson | 2018-08-24 | 1 | -1/+2 |
| * | Find PLT entries for x86, x86_64, and AArch64. | Joel Galenson | 2018-08-24 | 1 | -0/+65 |
| * | [RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-objdump could get RI... | Shiva Chen | 2018-02-02 | 1 | -0/+13 |
| * | Move getPlatformFlags to ELFObjectFileBase and simplify. | Rafael Espindola | 2018-01-29 | 1 | -2/+1 |
| * | Make the ELFObjectFile constructor private. | Rafael Espindola | 2017-10-10 | 1 | -12/+14 |
| * | Simplify. NFC. | Rafael Espindola | 2017-10-10 | 1 | -4/+4 |
| * | Convert two uses of ErrorOr to Expected. | Rafael Espindola | 2017-10-10 | 1 | -6/+6 |
| * | [Triple] Add isThumb and isARM functions. | Florian Hahn | 2017-08-12 | 1 | -2/+1 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-04-24 | 1 | -4/+17 |
| * | [ARM] Create SubtargetFeatures from build attrs | Sam Parker | 2017-01-18 | 1 | -42/+153 |
| * | [ARM] Create objdump subtarget from build attrs | Sam Parker | 2017-01-18 | 1 | -0/+67 |
| * | Revert r291903 and r291898. Reason: they break check-lld on the bots. | Ivan Krasin | 2017-01-13 | 1 | -65/+0 |
| * | [ARM] Enable objdump to construct triple for ARM | Sam Parker | 2017-01-13 | 1 | -0/+65 |
| * | [llvm-objdump] Support detection of feature bits from the object and implemen... | Daniel Sanders | 2016-06-16 | 1 | -0/+67 |
| * | [Object, ELF] Don't assert on invalid magic in createELFObjectFile. | Alexey Samsonov | 2015-06-04 | 1 | -2/+3 |
| * | [Object, ELF] Don't call llvm_unreachable() from createELFObjectFile. | Alexey Samsonov | 2015-06-04 | 1 | -2/+2 |
| * | Simplify now that we always use an alignment of 2 for ELF files. | Rafael Espindola | 2015-06-02 | 1 | -42/+18 |
| * | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -22/+13 |
| * | Add a non-templated ELFObjectFileBase class. | Rafael Espindola | 2014-08-17 | 1 | -0/+4 |
| * | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
| * | This only needs a StringRef. No functionality change. | Rafael Espindola | 2014-07-05 | 1 | -1/+2 |
| * | Replace two release calls with std::move. I missed this on the previous commit. | Rafael Espindola | 2014-06-24 | 1 | -2/+2 |
| * | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 2014-06-24 | 1 | -8/+8 |
| * | Pass a std::unique_ptr& to the create??? methods is lib/Object. | Rafael Espindola | 2014-06-23 | 1 | -10/+19 |
| * | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 2014-06-23 | 1 | -26/+9 |
| * | Fix a memory leak in the error path. | Rafael Espindola | 2014-06-18 | 1 | -2/+10 |
| * | Fix pr17056. | Rafael Espindola | 2014-06-16 | 1 | -5/+5 |
| * | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 1 | -2/+1 |
| * | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |