index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Object
Age
Commit message (
Expand
)
Author
2013-05-06
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Delete test instead.
Amara Emerson
2013-05-03
Temporarily disable failing test.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-04-26
Add missing ':'.
Rafael Espindola
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-23
Fix typo.
Rafael Espindola
2013-04-23
Write relocations in yaml2obj.
Rafael Espindola
2013-04-22
Add .ll as a valid test suffix for Object, this allows .ll -> object
Eric Christopher
2013-04-19
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
2013-04-19
Don't read one command past the end.
Rafael Espindola
2013-04-16
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-05
Add a test for obj2yaml in preparation for refactoring it.
Rafael Espindola
2013-04-04
Add back parsing of header charactestics.
Rafael Espindola
2013-04-03
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-03-25
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-02-20
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-07
[Object][ELF] Fix crash on no dynamic section.
Michael J. Spencer
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-06
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-04
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-03
[Object] Temporarily disable these tests.
Michael J. Spencer
2012-12-31
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-17
Teach MachO which sections contain code
Tim Northover
2012-11-13
numerically sort the symbols, so that the testcase result is uniform
Shankar Easwaran
2012-11-13
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-09-21
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-05
Add missing file for test.
Nick Lewycky
2012-09-05
Teach libObject about some more ELF relocations. llvm-objdump -r now knows
Nick Lewycky
2012-08-29
Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.
NAKAMURA Takumi
2012-08-29
Moved input for objdump test from Mips to Inputs.
Jack Carter
2012-08-28
Some of the instructions in the Mips instruction set are revision
Jack Carter
2012-08-02
Move test yaml files under Inputs until they are converted to be the actual
Matt Beaumont-Gay
2012-08-02
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-06-23
Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...
Marshall Clow
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-09
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-01
[Object]
David Meyer
2012-03-01
[Object]
David Meyer
2012-02-28
[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
Michael J. Spencer
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
[next]