projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] Clean up the SSE1 test to use a slightly different pattern for
[oota-llvm.git]
/
test
/
Object
/
2014-12-04
Jean-Daniel Dupas
Add missing test file
tree
|
commitdiff
2014-12-04
Jean-Daniel Dupas
Add mach-o LC_RPATH support to llvm-objdump
tree
|
commitdiff
2014-11-27
Will Newton
Widen ELFYAML relocation type to 32 bits
tree
|
commitdiff
2014-11-25
Simon Atanasyan
[Object][Mips] Return address of MIPS symbol with clear...
tree
|
commitdiff
2014-11-12
Nick Kledzik
Object, support both mach-o archive t.o.c file names
tree
|
commitdiff
2014-11-10
Chad Rosier
[yaml2obj] Support AArch64 relocations.
tree
|
commitdiff
2014-11-06
Simon Atanasyan
[ELF][yaml2obj] Handle additional MIPS specific st_othe...
tree
|
commitdiff
2014-11-06
Kevin Enderby
Plumb in the ARM thumb symbolizer in llvm-objdump’s...
tree
|
commitdiff
2014-11-06
David Majnemer
Object, COFF: Infer symbol sizes from adjacent symbols
tree
|
commitdiff
2014-11-04
NAKAMURA Takumi
Remove "REQUIRES:shell" from tests. They work for me.
tree
|
commitdiff
2014-11-04
Simon Atanasyan
[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN...
tree
|
commitdiff
2014-11-04
NAKAMURA Takumi
Re-enable tests in llvm/test/Object, corresponding...
tree
|
commitdiff
2014-11-03
Rafael Espindola
Add CRLF support to LineIterator.
tree
|
commitdiff
2014-10-31
David Majnemer
Object, COFF: Cleanup symbol type code, improve binutil...
tree
|
commitdiff
2014-10-29
Jan Wen Voung
Fix getRelocationValueString to return the symbol name...
tree
|
commitdiff
2014-10-22
Rafael Espindola
Handle spaces and quotes in file names in MRI scripts.
tree
|
commitdiff
2014-10-21
Rafael Espindola
MRI scripts: Add addlib support.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Overwrite instead of adding to archives when creating...
tree
|
commitdiff
2014-10-21
Rafael Espindola
Add support for addmod to mri scripts.
tree
|
commitdiff
2014-10-11
NAKAMURA Takumi
Suppress llvm-ar's MRI tests for now on win32, since...
tree
|
commitdiff
2014-10-10
Rafael Espindola
llvm-ar: Start adding support for mri scripts.
tree
|
commitdiff
2014-10-10
David Majnemer
Add tests for r219479.
tree
|
commitdiff
2014-10-10
David Majnemer
obj2yaml, COFF: Handle long section names
tree
|
commitdiff
2014-10-08
Rafael Espindola
Correctly compute the size of common symbols in COFF.
tree
|
commitdiff
2014-10-08
Rafael Espindola
Print symbol sizes in this test in preparation for...
tree
|
commitdiff
2014-09-02
Sean Silva
Nuke MCAnalysis.
tree
|
commitdiff
2014-08-17
Rafael Espindola
llvm-objdump: don't print relocations in non-relocatabl...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Fix an off-by-one bug in the target independent llvm...
tree
|
commitdiff
2014-08-08
Rafael Espindola
pr20589: Fix duplicated arch flag.
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-28
Kevin Enderby
Tweak llvm-nm’s -undefined-only (aka -u) printing for...
tree
|
commitdiff
2014-07-24
Kevin Enderby
Add an implementation for llvm-nm’s -print-file-name...
tree
|
commitdiff
2014-07-17
Kevin Enderby
Add printing of Mach-O stabs in llvm-nm.
tree
|
commitdiff
2014-07-16
Kevin Enderby
Add the "-x" flag to llvm-nm for Mach-O files that...
tree
|
commitdiff
2014-07-13
Simon Atanasyan
[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
tree
|
commitdiff
2014-07-12
Simon Atanasyan
[ELFYAML] Group ELF section type flags to target specif...
tree
|
commitdiff
2014-07-11
Kevin Enderby
Add the "-s" flag to llvm-nm for Mach-O files that...
tree
|
commitdiff
2014-07-08
Kevin Enderby
Changed the lvm-nm alias "-s" for -print-armap to ...
tree
|
commitdiff
2014-07-08
Kevin Enderby
Add support for BSD format Archive map symbols (aka...
tree
|
commitdiff
2014-07-04
Rafael Espindola
Ignore llvm.* globals.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Mark intrinsic functions as llvm-specific.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Don't include llvm.metadata variables in archive symbol...
tree
|
commitdiff
2014-07-03
Kevin Enderby
Add the -just-symbol-name (aka -j) flag to llvm-nm...
tree
|
commitdiff
2014-07-03
Rafael Espindola
Move test since it now depends on the x86 backend.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Add support for inline asm symbols in llvm-ar.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Add support for inline asm symbols to IRObjectFile.
tree
|
commitdiff
2014-07-03
Kevin Enderby
Add the -U flag to llvm-nm as an alias to -defined...
tree
|
commitdiff
2014-07-02
Kevin Enderby
Add the -reverse-sort flag (aka -r) to llvm-nm
tree
|
commitdiff
2014-07-01
Kevin Enderby
Add the -arch flag support to llvm-size like what was...
tree
|
commitdiff
2014-06-30
Ed Maste
objdump: Add test for ELF file with no section table
tree
|
commitdiff
2014-06-30
Kevin Enderby
Add the -arch flag support to llvm-nm to select the...
tree
|
commitdiff
2014-06-27
Simon Atanasyan
[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
tree
|
commitdiff
2014-06-23
NAKAMURA Takumi
nm-trivial-object.test requires shell since Lit interna...
tree
|
commitdiff
2014-06-23
Kevin Enderby
Change the default input for llvm-nm to be a.out instea...
tree
|
commitdiff
2014-06-20
Kevin Enderby
Fix some double printing of filenames for archives...
tree
|
commitdiff
2014-06-20
Kevin Enderby
Added the -m option as an alias for -format=darwin...
tree
|
commitdiff
2014-06-19
Kevin Enderby
Fix the output of llvm-nm for Mach-O files to use the...
tree
|
commitdiff
2014-06-19
Kevin Enderby
Change the output of llvm-nm and llvm-size for Mach...
tree
|
commitdiff
2014-06-18
Kevin Enderby
Teach llvm-size to know about Mach-O universal files...
tree
|
commitdiff
2014-06-17
Kevin Enderby
Add "-format darwin" to llvm-size to be like darwin...
tree
|
commitdiff
2014-06-16
Rafael Espindola
Fix pr17056.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-09
Alp Toker
Reduce verbiage of lit.local.cfg files
tree
|
commitdiff
2014-06-06
Simon Atanasyan
[yaml2obj][obj2yaml] Support ELF symbol's visibility...
tree
|
commitdiff
2014-06-05
Kevin Enderby
Add "-format darwin" to llvm-nm to be like darwin's...
tree
|
commitdiff
2014-05-31
Simon Atanasyan
[yaml2obj] Add new command line option `-docnum`.
tree
|
commitdiff
2014-05-29
Simon Atanasyan
[elf2yaml][ELF] Move Info field to the RelocationSectio...
tree
|
commitdiff
2014-05-24
NAKAMURA Takumi
llvm/test/Object/ar-error.test: Don't check the message...
tree
|
commitdiff
2014-05-23
Simon Atanasyan
[YAML] Add an optional argument `EnumMask` to the ...
tree
|
commitdiff
2014-05-23
Filipe Cabecinhas
llvm-ar: Output the file we errored on.
tree
|
commitdiff
2014-05-20
Kevin Enderby
Update MachOObjectFile::getSymbolAddress so it returns...
tree
|
commitdiff
2014-05-20
Kevin Enderby
Revert r209235 as it broke two tests:
tree
|
commitdiff
2014-05-20
Kevin Enderby
Update MachOObjectFile::getSymbolAddress so it returns...
tree
|
commitdiff
2014-05-19
Kevin Enderby
Implement MachOObjectFile::isSectionData() and MachOObj...
tree
|
commitdiff
2014-05-16
Simon Atanasyan
[yaml2obj][ELF] Add an optional `Size` field to the...
tree
|
commitdiff
2014-05-15
Simon Atanasyan
[obj2yaml][ELF] Print relocation's offset as a hex...
tree
|
commitdiff
2014-05-15
Simon Atanasyan
[obj2yaml][ELF] Do not print empty Link and Info fields...
tree
|
commitdiff
2014-05-15
Simon Atanasyan
[yaml2obj] Add "-o" command line option to specify...
tree
|
commitdiff
2014-05-14
Kevin Enderby
Teach llvm-nm to know about fat archives (aka MachOUniv...
tree
|
commitdiff
2014-05-14
Simon Atanasyan
[obj2yaml] Support ELF input format in the obj2yaml...
tree
|
commitdiff
2014-05-09
Kevin Enderby
Fix llvm-nm to print the full 64-bit address for symbol...
tree
|
commitdiff
2014-05-09
Simon Atanasyan
[yaml2obj] Follow-up to the r208228 and r208406. Remove...
tree
|
commitdiff
2014-05-09
NAKAMURA Takumi
Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for...
tree
|
commitdiff
2014-05-07
Simon Atanasyan
[yaml2obj] Support ELF x86 relocations.
tree
|
commitdiff
2014-05-01
Simon Atanasyan
[llvm-readobj] Add support for Mips specific ELF header...
tree
|
commitdiff
2014-04-30
Hans Wennborg
Use the new StringTableBuilder in yaml2elf
tree
|
commitdiff
2014-04-28
Chandler Carruth
Update tests to use the new format of printing a TimeVa...
tree
|
commitdiff
2014-04-11
Simon Atanasyan
[yaml2obj][ELF] ELF Relocations Support.
tree
|
commitdiff
2014-04-10
David Majnemer
YAMLIO: Allow scalars to dictate quotation rules
tree
|
commitdiff
2014-04-09
David Majnemer
Revert "Revert "YAMLIO: Encode ambiguous hex strings...
tree
|
commitdiff
2014-04-09
David Majnemer
obj2yaml: Don't crash if the characteristics field...
tree
|
commitdiff
2014-04-09
Filipe Cabecinhas
Revert "YAMLIO: Encode ambiguous hex strings explicitly"
tree
|
commitdiff
2014-04-09
David Majnemer
YAMLIO: Encode ambiguous hex strings explicitly
tree
|
commitdiff
2014-04-07
David Majnemer
obj2yaml: Use the correct relocation type for different...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Implement getRelocationAddress for MachO and ET_REL...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Only clear the thumb bit from function addresses.
tree
|
commitdiff
2014-04-03
Rafael Espindola
Revert "Fix a nomenclature error in llvm-nm."
tree
|
commitdiff
2014-03-31
Daniel Sanders
[yaml2obj] Add support for ELF e_flags.
tree
|
commitdiff
2014-03-24
Rafael Espindola
Teach llvm-readobj to print human friendly description...
tree
|
commitdiff
2014-03-20
David Majnemer
Object: Output .file symbols properly
tree
|
commitdiff
next