Merging r259798, r259835:
[oota-llvm.git] / tools / obj2yaml /
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-02 Rafael EspindolaPass a symbol table to getRelocationSymbol instead...
2015-08-10 Rafael EspindolaDon't iterate over all sections in the ELFFile constructor.
2015-08-10 Rafael Espindolaelf2yaml: Use existing section walk to find the symbol...
2015-08-07 Rafael EspindolaRemove the symbol iteration functions that don't take...
2015-07-23 Rafael EspindolaUse helper function. NFC.
2015-07-23 Rafael EspindolaAdd a version of getSymbol with an explicit symbol...
2015-07-21 Rafael EspindolaRemove getStaticSymbolName.
2015-07-21 Rafael EspindolaRemove always false parameter.
2015-07-21 Rafael EspindolaUse range loop. NFC.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-05 Simon AtanasyanAdd accessor to get 'visibility' part of st_other field
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-11 Ismail PazarbasiAdded missing LLVM_NOEXCEPT to the definition of _obj2y...
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-07 Simon Atanasyan[obj2yaml] Recognize input file format using llvm:...
2014-03-20 David MajnemerObject: Output .file symbols properly
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 NAKAMURA Takumillvm/tools: Prune redundant target_link_libraries.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-06-17 Rafael EspindolaDon't link with the archive library programs that don...
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Rafael EspindolaMove BinaryRef to a new include/llvm/Object/YAML.h...
2013-06-03 Rafael EspindolaRemove dead code.
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-04-20 Rafael EspindolaRemove dead code.
2013-04-20 Rafael EspindolaThese can be void.
2013-04-20 Rafael EspindolaRename obj2yaml local namespace to avoid conflicts...
2013-04-20 Rafael EspindolaRemove local namespace yaml to avoid confusion with...
2013-04-20 Rafael EspindolaSmall obj2yaml cleanups.
2013-04-08 Chandler CarruthRemove a global 'endl' variable from the other file...
2013-04-08 Chandler CarruthClean up namespaces in obj2yaml.cpp.
2013-04-08 Chandler CarruthCleanup the formatting of obj2yaml.cpp.
2013-04-08 Chandler CarruthDon't define our own global 'endl' variable. While...
2013-04-05 Rafael EspindolaFix include guards to match new location.
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.