index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Object
Age
Commit message (
Expand
)
Author
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
2011-11-01
Move x86-specific tests into X86 folder.
Eli Friedman
2011-10-31
Change the actual tests to match the input directory rename (duh)
Matt Beaumont-Gay
2011-10-31
Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)
Matt Beaumont-Gay
2011-10-25
Object: change test to create archive.
Michael J. Spencer
2011-10-18
llvm-objdump: Add static symbol table dumping.
Michael J. Spencer
2011-10-18
Revert "llvm-objdump: Add static symbol table dumping."
Michael J. Spencer
2011-10-17
llvm-objdump: Add static symbol table dumping.
Michael J. Spencer
2011-10-17
llvm-objdump: Add -s, which prints the contents of each section.
Michael J. Spencer
2011-10-17
llvm-objdump: Add tests.
Michael J. Spencer
2011-10-13
ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...
Michael J. Spencer
2011-10-13
llvm-object: Add inline relocation information to disassembly.
Michael J. Spencer
2011-10-10
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-08
llvm-objdump: Add relocation and archive support.
Michael J. Spencer
2011-09-27
Add binary archive support to llvm-nm.
Michael J. Spencer
2011-09-27
Unbreak tests.
Michael J. Spencer
2011-01-21
Revert "Object: Renable the tests now that none of the build bots complain ab...
Michael J. Spencer
2011-01-21
Object: Renable the tests now that none of the build bots complain about alia...
Michael J. Spencer
2011-01-20
Disable objdump-trivial-object.test. It is broken on powerpc-darwin9.
Devang Patel
2011-01-20
Disable this test until I can figure out why it's broken. Not xfailed because it
Michael J. Spencer
2011-01-20
Object: Add some tests!
Michael J. Spencer