index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
5
-5
/
+5
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
7
-0
/
+79
*
Move the test for the data in code into the ARM directory as it is an ARM
Kevin Enderby
2013-06-06
1
-0
/
+0
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
2
-0
/
+7
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
3
-12
/
+12
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-0
/
+1
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
2
-0
/
+7
*
[Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
2013-06-03
3
-0
/
+26
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-1
/
+9
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+30
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-3
/
+2
*
Temporarily disable this test because it is failing when using libc++.
Bob Wilson
2013-05-19
1
-2
/
+3
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-96
/
+78
*
Object: Fix Mach-O relocation printing.
Ahmed Bougacha
2013-05-14
1
-0
/
+35
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-2
/
+2
*
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-06
2
-4
/
+8
*
Revert r181009.
Amara Emerson
2013-05-03
2
-0
/
+0
*
Delete test instead.
Amara Emerson
2013-05-03
1
-47
/
+0
*
Temporarily disable failing test.
Amara Emerson
2013-05-03
1
-0
/
+1
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
3
-0
/
+46
*
Add missing ':'.
Rafael Espindola
2013-04-26
1
-1
/
+1
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-0
/
+18
*
Fix typo.
Rafael Espindola
2013-04-23
2
-4
/
+4
*
Write relocations in yaml2obj.
Rafael Espindola
2013-04-23
1
-1
/
+21
*
Add .ll as a valid test suffix for Object, this allows .ll -> object
Eric Christopher
2013-04-22
1
-1
/
+1
*
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
2013-04-19
1
-0
/
+3
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
2
-0
/
+4
*
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
1
-0
/
+5
*
Add a test for obj2yaml in preparation for refactoring it.
Rafael Espindola
2013-04-05
1
-0
/
+170
*
Add back parsing of header charactestics.
Rafael Espindola
2013-04-04
2
-0
/
+6
*
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
2
-0
/
+7
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
2
-89
/
+347
*
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
1
-1
/
+3
*
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-04-03
1
-0
/
+12
*
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-25
2
-29
/
+29
*
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-20
1
-0
/
+13
*
[Object][ELF] Fix crash on no dynamic section.
Michael J. Spencer
2013-02-07
1
-0
/
+2
*
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-10
1
-8
/
+8
*
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
2
-0
/
+10
*
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-06
2
-0
/
+8
*
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-04
2
-0
/
+0
*
[Object] Temporarily disable these tests.
Michael J. Spencer
2013-01-03
2
-2
/
+2
*
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
1
-1
/
+1
*
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+18
*
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+2
*
Teach MachO which sections contain code
Tim Northover
2012-12-17
2
-0
/
+3
*
numerically sort the symbols, so that the testcase result is uniform
Shankar Easwaran
2012-11-13
1
-23
/
+23
*
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
1
-1
/
+1
*
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
6
-0
/
+277
*
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
2
-9
/
+25
[next]