summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* nm-trivial-object.test requires shell since Lit internal runner isn't capable...NAKAMURA Takumi2014-06-23
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Fix some double printing of filenames for archives in llvm-nm whenKevin Enderby2014-06-20
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-20
* Fix the output of llvm-nm for Mach-O files to use the characters ā€˜dā€™ and ...Kevin Enderby2014-06-19
* 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
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-17
* Fix pr17056.Rafael Espindola2014-06-16
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [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
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-29
* llvm/test/Object/ar-error.test: Don't check the message "No such file or dire...NAKAMURA Takumi2014-05-24
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-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
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* [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
* [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.Simon Atanasyan2014-05-15
* [yaml2obj] Add "-o" command line option to specify an output file name.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
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-09
* [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAMLSimon Atanasyan2014-05-09
* Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs o...NAKAMURA Takumi2014-05-09
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-07
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-01
* Use the new StringTableBuilder in yaml2elfHans Wennborg2014-04-30
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-28
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* 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
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-31
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* Object: Output .file symbols properlyDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19