summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
* llvm-objdump: don't assert if ELF file has no sectionsEd Maste2014-06-27
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-19
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-18
* Support LE in RelocVisitor::visitELF_PPC64_*Ulrich Weigand2014-06-18
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-04
* Use an enum class.Rafael Espindola2014-06-03
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-29
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* [obj2yaml][ELF] Print relocation's offset as a hex number. Use a properSimon Atanasyan2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* Add range access to ELFFile's sections collection.Simon Atanasyan2014-05-05
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* [mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida2014-04-30
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-23
* Fix wrong iterator typeRui Ueyama2014-04-21
* Tidy up. Remove extraneous typedef.Jim Grosbach2014-04-21
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Reuse existing variable.Rafael Espindola2014-04-03
* Handle getting UnknownAddressOrSize or section_end().Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Add support for the R_ARM_ABS32 relocation.Rafael Espindola2014-04-03
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-03
* Simplify ELFObjectFile<ELFT>::getSymbolAddress.Rafael Espindola2014-04-03