<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/SystemZ/AsmPrinter, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/SystemZ/AsmPrinter?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/SystemZ/AsmPrinter?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-05-28T23:48:29Z</updated>
<entry>
<title>Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices</title>
<updated>2010-05-28T23:48:29Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-05-28T23:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05ce4898710e3dd2dcc5f44f4aec4693ec0a42a6'/>
<id>urn:sha1:05ce4898710e3dd2dcc5f44f4aec4693ec0a42a6</id>
<content type='text'>
were overspecified when inheriting sub-subregisters, for instance:

R0Q:subreg_even32 = R0Q:subreg_32bit = R0Q:subreg_even:subreg_32bit.

This meant that composeSubRegIndices(subreg_even, subreg_32bit) was ambiguous.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105063 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use SubRegIndex in SystemZ.</title>
<updated>2010-05-24T17:43:01Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-05-24T17:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6be874e8c77b47afd68daa04cf35524debd8174'/>
<id>urn:sha1:d6be874e8c77b47afd68daa04cf35524debd8174</id>
<content type='text'>
Anton, please review the change to SystemZAsmPrinter.cpp. It could be a bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104515 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>prune some #includes.</title>
<updated>2010-04-05T04:04:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-05T04:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0bcbe0e609b99970d9d6756ccb12474cfd77f1b3'/>
<id>urn:sha1:0bcbe0e609b99970d9d6756ccb12474cfd77f1b3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100399 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>
<entry>
<title>remove TargetMachine.h #include, also, TRI isn't used frequently </title>
<updated>2010-04-04T18:06:11Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-04T18:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9d1c1ada213c80135fbdda704175aae689daa6f9'/>
<id>urn:sha1:9d1c1ada213c80135fbdda704175aae689daa6f9</id>
<content type='text'>
enough to warrant caching in AsmPrinter, so remove it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100336 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Momentous day: remove the "O" member from AsmPrinter.  Now all </title>
<updated>2010-04-04T08:18:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-04T08:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b23569aff0a6d2b231cb93cc4acd0ac060ba560f'/>
<id>urn:sha1:b23569aff0a6d2b231cb93cc4acd0ac060ba560f</id>
<content type='text'>
"asm printering" happens through MCStreamer.  This also 
Streamerizes PIC16 debug info, which escaped my attention.

This removes a leak from LLVMTargetMachine of the 'legacy'
output stream.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100327 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>convert the non-MCInstPrinter'ized EmitInstruction </title>
<updated>2010-04-04T06:12:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-04T06:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7ad07c46362500f7291a92742569e94fd3538dfd'/>
<id>urn:sha1:7ad07c46362500f7291a92742569e94fd3538dfd</id>
<content type='text'>
implementations to use EmitRawText instead of writing
directly to "O".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100318 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>change a ton of code to not implicitly use the "O" raw_ostream</title>
<updated>2010-04-04T04:47:45Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-04T04:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=35c33bd772b3cfb34fdc6b5c9171f955454d0043'/>
<id>urn:sha1:35c33bd772b3cfb34fdc6b5c9171f955454d0043</id>
<content type='text'>
member of AsmPrinter.  Instead, pass it in explicitly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100306 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>asmstreamerize the .size directive for function bodies, force clients</title>
<updated>2010-04-03T22:28:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-03T22:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0c08d092049c025c9ccf7143e39f39dc4e30d6b4'/>
<id>urn:sha1:0c08d092049c025c9ccf7143e39f39dc4e30d6b4</id>
<content type='text'>
of printOffset to pass in a stream to print to.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100296 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>eliminate the now-unneeded context argument of MBB::getSymbol()</title>
<updated>2010-03-13T21:04:28Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-13T21:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1b2eb0e8a6aaf034675b17be6d853cb1c666200f'/>
<id>urn:sha1:1b2eb0e8a6aaf034675b17be6d853cb1c666200f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98451 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
