summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Replace two release calls with std::move. I missed this on the previous commit.Rafael Espindola2014-06-24
* 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
* Fix a warning about the use of const being ignored with a cast.Kevin Enderby2014-06-20
* 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