summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Nuke MCAnalysis.Sean Silva2014-09-024-251/+0
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+5
* Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola2014-08-172-0/+10
* pr20589: Fix duplicated arch flag.Rafael Espindola2014-08-081-0/+10
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-1/+1
* Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O filesKevin Enderby2014-07-281-0/+10
* Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby2014-07-243-0/+34
* Add printing of Mach-O stabs in llvm-nm.Kevin Enderby2014-07-172-0/+15
* Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...Kevin Enderby2014-07-161-0/+8
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-132-1/+21
* [ELFYAML] Group ELF section type flags to target specific blocks.Simon Atanasyan2014-07-122-0/+8
* Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only inKevin Enderby2014-07-111-0/+8
* Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby2014-07-087-14/+14
* Add support for BSD format Archive map symbols (aka the table of contentsKevin Enderby2014-07-081-0/+6
* Ignore llvm.* globals.Rafael Espindola2014-07-041-0/+1
* Mark intrinsic functions as llvm-specific.Rafael Espindola2014-07-041-0/+6
* Don't include llvm.metadata variables in archive symbol tables.Rafael Espindola2014-07-042-0/+4
* Add the -just-symbol-name (aka -j) flag to llvm-nm to just print theKevin Enderby2014-07-031-0/+8
* Move test since it now depends on the x86 backend.Rafael Espindola2014-07-031-0/+0
* Add support for inline asm symbols in llvm-ar.Rafael Espindola2014-07-031-0/+20
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-031-0/+11
* Add the -U flag to llvm-nm as an alias to -defined-onlyKevin Enderby2014-07-031-0/+6
* Add the -reverse-sort flag (aka -r) to llvm-nmKevin Enderby2014-07-021-0/+8
* Add the -arch flag support to llvm-size like what was done to llvm-nmKevin Enderby2014-07-011-2/+12
* objdump: Add test for ELF file with no section tableEd Maste2014-06-302-0/+6
* Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby2014-06-301-2/+14
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-271-0/+0
* nm-trivial-object.test requires shell since Lit internal runner isn't capable...NAKAMURA Takumi2014-06-231-0/+1
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-231-2/+10
* Fix some double printing of filenames for archives in llvm-nm whenKevin Enderby2014-06-201-2/+4
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-202-2/+2
* Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...Kevin Enderby2014-06-192-1/+8
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-192-8/+8
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-181-0/+12
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-173-2/+54
* Fix pr17056.Rafael Espindola2014-06-162-0/+6
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-093-6/+3
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+126
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-054-0/+53
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-312-0/+147
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-3/+3
* llvm/test/Object/ar-error.test: Don't check the message "No such file or dire...NAKAMURA Takumi2014-05-241-1/+2
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-231-2/+2
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-231-0/+5
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-202-5/+5
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-202-5/+5
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-202-5/+5
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-192-0/+15
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-162-0/+51
OpenPOWER on IntegriCloud