<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/SystemZ/AsmPrinter, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/SystemZ/AsmPrinter?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/SystemZ/AsmPrinter?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-10T00:36:00Z</updated>
<entry>
<title>print all the newlines at the end of instructions with</title>
<updated>2010-02-10T00:36:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-10T00:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8e089a9e4d6b7aa2b3968c38644f926f60a7c670'/>
<id>urn:sha1:8e089a9e4d6b7aa2b3968c38644f926f60a7c670</id>
<content type='text'>
OutStreamer.AddBlankLine instead of textually.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95734 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rejigger the world so that EmitInstruction prints the \n at</title>
<updated>2010-02-03T01:09:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-03T01:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d1ff72b8a797304f146e4293db8c814231ea8cb3'/>
<id>urn:sha1:d1ff72b8a797304f146e4293db8c814231ea8cb3</id>
<content type='text'>
the end of the instruction instead of expecting the caller to
do it.  This currently causes the asm-verbose instruction 
comments to be on the next line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95178 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>refactor code so that LLVMTargetMachine creates the asmstreamer and </title>
<updated>2010-02-02T23:37:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-02T23:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56591ab218639d8a6e4c756ca37adaf20215c3b6'/>
<id>urn:sha1:56591ab218639d8a6e4c756ca37adaf20215c3b6</id>
<content type='text'>
mccontext instead of having AsmPrinter do it.  This allows other 
types of MCStreamer's to be passed in.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().</title>
<updated>2010-01-28T01:48:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-28T01:48:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=745ec06ad2fa533e9ef47ce572c3a03547376224'/>
<id>urn:sha1:745ec06ad2fa533e9ef47ce572c3a03547376224</id>
<content type='text'>
Diffstat:
 6 files changed, 30 insertions(+), 284 deletions(-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94727 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the argument from EmitJumpTableInfo, because it doesn't need it.</title>
<updated>2010-01-28T01:02:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-28T01:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14c38ec2afeaf25c53a50c2c65116aca8c889401'/>
<id>urn:sha1:14c38ec2afeaf25c53a50c2c65116aca8c889401</id>
<content type='text'>
Move the X86 implementation of function body emission up to 
AsmPrinter::EmitFunctionBody, which works by calling the virtual
EmitInstruction method.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94716 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to </title>
<updated>2010-01-27T00:17:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-27T00:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4129ccdb7048ac9bc671c4f47e86e9144235000d'/>
<id>urn:sha1:4129ccdb7048ac9bc671c4f47e86e9144235000d</id>
<content type='text'>
EmitFunctionHeader:

7 files changed, 16 insertions(+), 210 deletions(-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94630 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a new MachineBasicBlock::getSymbol method, replacing</title>
<updated>2010-01-26T04:55:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-26T04:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f71cb015c1386ff8adc9ef0aa03fc0f0fc4a6e3e'/>
<id>urn:sha1:f71cb015c1386ff8adc9ef0aa03fc0f0fc4a6e3e</id>
<content type='text'>
the AsmPrinter::GetMBBSymbol.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94515 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>eliminate redundant argument to EmitJumpTableInfo</title>
<updated>2010-01-25T22:41:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-25T22:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44e87255e9b7a9d8ecb558690db1181882c08045'/>
<id>urn:sha1:44e87255e9b7a9d8ecb558690db1181882c08045</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94464 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.</title>
<updated>2010-01-24T20:43:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-24T20:43:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43b5f9312d56be400af031f7487a99b75b7b0f97'/>
<id>urn:sha1:43b5f9312d56be400af031f7487a99b75b7b0f97</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Stop building RTTI information for *most* llvm libraries.  Notable</title>
<updated>2010-01-22T06:49:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-22T06:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e73a31f667ad2fe03e25c97ac45b58c30d7f07c3'/>
<id>urn:sha1:e73a31f667ad2fe03e25c97ac45b58c30d7f07c3</id>
<content type='text'>
missing ones are libsupport, libsystem and libvmcore.  libvmcore is
currently blocked on bugpoint, which uses EH.  Once it stops using
EH, we can switch it off.

This #if 0's out 3 unit tests, because gtest requires RTTI information.
Suggestions welcome on how to fix this.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94164 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
