<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/XCore/AsmPrinter, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/XCore/AsmPrinter?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/XCore/AsmPrinter?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-11-14T18:43:56Z</updated>
<entry>
<title>move all the target's asmprinters into the main target.  The piece </title>
<updated>2010-11-14T18:43:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-14T18:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1139691e3aadff751c035f38f835d436ec6cf10a'/>
<id>urn:sha1:1139691e3aadff751c035f38f835d436ec6cf10a</id>
<content type='text'>
that should be split out is the InstPrinter (if a target is mc'ized).
This change makes all the targets be consistent.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119056 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Avoid isMoveInstr when printing XCore pseudo-moves.</title>
<updated>2010-07-16T22:35:37Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-07-16T22:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2aaa98da767ffd07e773a228bcae4adf65c49bc5'/>
<id>urn:sha1:2aaa98da767ffd07e773a228bcae4adf65c49bc5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108566 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement the "linker_private_weak" linkage type. This will be used for</title>
<updated>2010-07-01T21:55:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-07-01T21:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e721d768254a920b78b9129d79a84c0163cb3f4'/>
<id>urn:sha1:5e721d768254a920b78b9129d79a84c0163cb3f4</id>
<content type='text'>
Objective-C metadata types which should be marked as "weak", but which the
linker will remove upon final linkage. However, this linkage isn't specific to
Objective-C.

For example, the "objc_msgSend_fixup_alloc" symbol is defined like this:

      .globl l_objc_msgSend_fixup_alloc
      .weak_definition l_objc_msgSend_fixup_alloc
      .section __DATA, __objc_msgrefs, coalesced
      .align 3
l_objc_msgSend_fixup_alloc:
       .quad   _objc_msgSend_fixup
       .quad   L_OBJC_METH_VAR_NAME_1

This is different from the "linker_private" linkage type, because it can't have
the metadata defined with ".weak_definition".

Currently only supported on Darwin platforms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107433 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r107205 and r107207.</title>
<updated>2010-06-29T22:34:52Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-06-29T22:34:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=07d317711781d8c9268f7d6afcf1ba7eadf1d127'/>
<id>urn:sha1:07d317711781d8c9268f7d6afcf1ba7eadf1d127</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Introducing the "linker_weak" linkage type. This will be used for Objective-C</title>
<updated>2010-06-29T21:24:00Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-06-29T21:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=207855cff9b4811004b9720f28a5bd0adf3784b7'/>
<id>urn:sha1:207855cff9b4811004b9720f28a5bd0adf3784b7</id>
<content type='text'>
metadata types which should be marked as "weak", but which the linker will
remove upon final linkage. For example, the "objc_msgSend_fixup_alloc" symbol is
defined like this:

       .globl l_objc_msgSend_fixup_alloc
       .weak_definition l_objc_msgSend_fixup_alloc
       .section __DATA, __objc_msgrefs, coalesced
       .align 3
l_objc_msgSend_fixup_alloc:
        .quad   _objc_msgSend_fixup
        .quad   L_OBJC_METH_VAR_NAME_1

This is different from the "linker_private" linkage type, because it can't have
the metadata defined with ".weak_definition".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107205 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>further simplify EmitAlignment by eliminating the </title>
<updated>2010-04-28T01:08:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-28T01:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7b611c10d0e5fef5870d854518e639ce3d3c6be'/>
<id>urn:sha1:a7b611c10d0e5fef5870d854518e639ce3d3c6be</id>
<content type='text'>
ForcedAlignBits argument, tweaking the single client of it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102484 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename llvm::llvm_report_error -&gt; llvm::report_fatal_error</title>
<updated>2010-04-07T22:58:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-07T22:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75361b69f3f327842b9dad69fa7f28ae3b688412'/>
<id>urn:sha1:75361b69f3f327842b9dad69fa7f28ae3b688412</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100709 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>implement EmitFunctionEntryLabel to emit the .cc_top directive,</title>
<updated>2010-04-05T04:44:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-05T04:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7d44bd5a81a4300201064cee1407fe804990320'/>
<id>urn:sha1:d7d44bd5a81a4300201064cee1407fe804990320</id>
<content type='text'>
allowing xcore to use the normal runOnMachineFunction 
implementation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100402 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>just have all targets create the DwarfWriter.</title>
<updated>2010-04-05T00:42:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-05T00:42:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90429c487fe62582241ffe0d3e8acce936f2f8bc'/>
<id>urn:sha1:90429c487fe62582241ffe0d3e8acce936f2f8bc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100377 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>simplify various getAnalysisUsage implementations.</title>
<updated>2010-04-05T00:38:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-05T00:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8e680482c19a2fab185f88a0dea18313e4be70a9'/>
<id>urn:sha1:8e680482c19a2fab185f88a0dea18313e4be70a9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100376 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
