summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-19
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-18
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-18
* Fix a memory leak in the error path.Rafael Espindola2014-06-18
* Fix pr17056.Rafael Espindola2014-06-16
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Remove unused and odd code.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* 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
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* [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
* Use an enum class.Rafael Espindola2014-06-03
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* 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
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* 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] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-07
* [ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan2014-05-03
* [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan2014-05-03
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan2014-04-23
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-23
* 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
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-09
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-09
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07