<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Object, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Object?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Object?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-03-25T09:02:19Z</updated>
<entry>
<title>Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu</title>
<updated>2012-03-25T09:02:19Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-25T09:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc85160672e3b2d5ec363cc4e151e5b944a60454'/>
<id>urn:sha1:cc85160672e3b2d5ec363cc4e151e5b944a60454</id>
<content type='text'>
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support reading GNU symbol versions in ELFObjectFile</title>
<updated>2012-03-09T20:59:52Z</updated>
<author>
<name>David Meyer</name>
<email>pdox@google.com</email>
</author>
<published>2012-03-09T20:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2d70e263c2b508bf4641273dd89a23149f6f6164'/>
<id>urn:sha1:2d70e263c2b508bf4641273dd89a23149f6f6164</id>
<content type='text'>
* Add enums and structures for GNU version information.
* Implement extraction of that information on a per-symbol basis (ELFObjectFile::getSymbolVersion).
* Implement a generic interface, GetELFSymbolVersion(), for getting the symbol version from the ObjectFile (hides the templating).
* Have llvm-readobj print out the version, when available.
* Add a test for the new feature: readobj-elf-versioning.test



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152436 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[Object]</title>
<updated>2012-03-01T22:19:54Z</updated>
<author>
<name>David Meyer</name>
<email>pdox@google.com</email>
</author>
<published>2012-03-01T22:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97f7787bfb56ad31fe20ec0bb9c3c9f3253d14fb'/>
<id>urn:sha1:97f7787bfb56ad31fe20ec0bb9c3c9f3253d14fb</id>
<content type='text'>
Add ObjectFile::getLoadName() for retrieving the soname/installname of a shared object.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151845 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[Object]</title>
<updated>2012-03-01T01:36:50Z</updated>
<author>
<name>David Meyer</name>
<email>pdox@google.com</email>
</author>
<published>2012-03-01T01:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c2b4ea73c8f48bb5f96c86fe437385b8fb3dcda'/>
<id>urn:sha1:5c2b4ea73c8f48bb5f96c86fe437385b8fb3dcda</id>
<content type='text'>
* Add begin_dynamic_table() / end_dynamic_table() private interface to ELFObjectFile.
* Add begin_libraries_needed() / end_libraries_needed() interface to ObjectFile, for grabbing the list of needed libraries for a shared object or dynamic executable.
* Implement this new interface completely for ELF, leave stubs for COFF and MachO.
* Add 'llvm-readobj' tool for dumping ObjectFile information.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151785 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.</title>
<updated>2012-02-28T00:40:37Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-02-28T00:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dfa1896b6b61e708f002b814794890ff308172ee'/>
<id>urn:sha1:dfa1896b6b61e708f002b814794890ff308172ee</id>
<content type='text'>
Add -D option to llvm-nm to dump dynamic symbols.

Patch by David Meyer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151600 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixed ObjectFile functions:</title>
<updated>2011-11-29T17:40:10Z</updated>
<author>
<name>Danil Malyshev</name>
<email>dmalyshev@accesssoftek.com</email>
</author>
<published>2011-11-29T17:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0436a73054fe676b216a0cf872d1fc433125c62'/>
<id>urn:sha1:b0436a73054fe676b216a0cf872d1fc433125c62</id>
<content type='text'>
- getSymbolOffset() renamed as getSymbolFileOffset()
- getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
- added getRelocationOffset()
- fixed MachOObjectFile::getSymbolSize()
- fixed MachOObjectFile::getSymbolSection()
- fixed MachOObjectFile::getSymbolOffset() for symbols without section data.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move x86-specific tests into X86 folder.</title>
<updated>2011-11-01T03:21:48Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-11-01T03:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc9414d62f8ddfb24fa7e640f61266d62083080a'/>
<id>urn:sha1:dc9414d62f8ddfb24fa7e640f61266d62083080a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143424 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change the actual tests to match the input directory rename (duh)</title>
<updated>2011-10-31T23:56:52Z</updated>
<author>
<name>Matt Beaumont-Gay</name>
<email>matthewbg@google.com</email>
</author>
<published>2011-10-31T23:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11f99878762e479766370e0cde051547c1c4911b'/>
<id>urn:sha1:11f99878762e479766370e0cde051547c1c4911b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143404 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)</title>
<updated>2011-10-31T23:46:38Z</updated>
<author>
<name>Matt Beaumont-Gay</name>
<email>matthewbg@google.com</email>
</author>
<published>2011-10-31T23:46:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=be7a772a5617ccb3960fc7a5c3fb45fb4168d7d9'/>
<id>urn:sha1:be7a772a5617ccb3960fc7a5c3fb45fb4168d7d9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143400 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
