summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+11
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-0/+223
* Use an enum class.Rafael Espindola2014-06-031-4/+4
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-301-0/+3
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-1/+1
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-231-17/+19
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-3/+17
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-201-10/+2
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-2/+10
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-202-0/+21
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-191-6/+12
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-181-17/+0
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-161-0/+9
* [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-151-2/+2
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-141-0/+20
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-141-1/+2
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-7/+15
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-071-0/+43
* [ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan2014-05-031-36/+45
* [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan2014-05-031-0/+17
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-302-0/+52
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan2014-04-231-1/+1
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-231-0/+3
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-7/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-155-19/+21
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-3/+256
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-101-1/+1
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-091-0/+1
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-091-0/+21
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-071-8/+24
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-041-2/+4
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-031-1/+9
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-031-22/+20
* Fix llvm-objdump crash.Rafael Espindola2014-04-031-4/+4
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-032-15/+0
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-032-39/+0
* Remove getSymbolValue.Rafael Espindola2014-04-032-10/+0
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-032-11/+3
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-022-3/+11
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-311-0/+43
* ARM64: initial backend importTim Northover2014-03-291-0/+22
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-212-0/+15
OpenPOWER on IntegriCloud