summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar2019-12-241-1/+1
* [llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song2019-09-061-0/+2
* [Object/ELF.h] - Improve error reporting.George Rimar2019-07-051-2/+7
* [AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith2019-06-041-0/+10
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+1
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+1
* [ELF] Fix GCC8 warnings about "fall through", NFCIJonas Hahnfeld2019-03-131-0/+3
* [llvm-objdump] Should print unknown d_tag in hex formatXing GUO2019-03-021-3/+3
* [ObjectYAML] Support SHT_MIPS_DWARF section type flagFangrui Song2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song2018-12-141-2/+2
* [MSP430] Add MC layerAnton Korobeynikov2018-11-151-0/+7
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-081-7/+0
* [MSP430] Add MC layerAnton Korobeynikov2018-11-081-0/+7
* llvm-readobj: Fix addend in relocations for android packed formatPeter Collingbourne2018-08-151-9/+6
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-0/+138
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+1
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-9/+0
* [llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich2018-06-281-0/+127
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+1
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+1
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."Peter Collingbourne2017-11-031-263/+0
* Object: Move some code from ELF.h into ELF.cpp.Peter Collingbourne2017-10-311-0/+263
* ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne2017-10-271-0/+2
* llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne2017-10-251-0/+90
* [ARC] Prepare the implementation of relocation for LLDLeslie Zhai2017-09-131-0/+8
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-17/+17
* Add llvm::object::getELFSectionTypeName().Rafael Espindola2017-05-021-3/+63
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-241-7/+6
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+7
* [AVR] Handle AVR relocations when handling ELF filesDylan McKay2016-09-281-0/+7
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-0/+6
* Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard2016-06-171-0/+7
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-011-0/+7
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+7
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+1
* Remove duplication of relocation names in lib/Object/ELF.cppTim Northover2014-11-211-742/+14
* AArch64: add support for dynamic-loader relocationsTim Northover2014-08-111-0/+11
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-0/+1
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-201-0/+10
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-261-0/+92
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-191-0/+2
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+1
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+11
* Add back missing PPC relocation types.Ulrich Weigand2013-08-091-0/+36
* Add missing PPC64 relocation types.Michael J. Spencer2013-08-081-0/+42
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-0/+623
OpenPOWER on IntegriCloud