<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/ARM, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/ARM?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/ARM?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-18T19:15:06Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-18T19:15:06Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-18T19:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57c9d380f627430d2f33b71737104f238266fb7e'/>
<id>urn:sha1:57c9d380f627430d2f33b71737104f238266fb7e</id>
<content type='text'>
Revert the part of 45849 that treated weak globals
as weak globals rather than commons.  While not wrong,
this change tickled a latent bug in Darwin's strip,
so revert it for now as a workaround.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46168 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename SDTRet -&gt; SDTNone.</title>
<updated>2008-01-15T22:02:54Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-15T22:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=48be23cd65313b055ca80acb843ed244b18cd980'/>
<id>urn:sha1:48be23cd65313b055ca80acb843ed244b18cd980</id>
<content type='text'>
Move definition of 'trap' sdnode up from x86 instrinfo to targetselectiondag.td.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46017 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove DefInst from LiveVariables::VarInfo.  Use the facilities on MachineRegisterInfo instead.</title>
<updated>2008-01-15T22:02:46Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-01-15T22:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7047dd4d227b5fb2e5ae0cb2e7d5de1d0098ad60'/>
<id>urn:sha1:7047dd4d227b5fb2e5ae0cb2e7d5de1d0098ad60</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46016 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename MachineInstr::setInstrDescriptor -&gt; setDesc</title>
<updated>2008-01-11T18:10:50Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-11T18:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5080f4d9919d39b367891dc51e739c571a66036c'/>
<id>urn:sha1:5080f4d9919d39b367891dc51e739c571a66036c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45871 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Weak zeroes don't go in bss on Darwin.</title>
<updated>2008-01-11T01:59:45Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2008-01-11T01:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12591d70f6c98a5c9989df2afb88e8590fc77bfa'/>
<id>urn:sha1:12591d70f6c98a5c9989df2afb88e8590fc77bfa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>get def use info more correct.</title>
<updated>2008-01-10T05:12:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-10T05:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b37aaf04c633c68c9ef09d3991d9acfbef9f754'/>
<id>urn:sha1:9b37aaf04c633c68c9ef09d3991d9acfbef9f754</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45821 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only mark instructions that load a single value without extension as isSimpleLoad = 1.</title>
<updated>2008-01-07T23:56:57Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-07T23:56:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=325474e06502eb0a593f4ef5a322bab2751f16dc'/>
<id>urn:sha1:325474e06502eb0a593f4ef5a322bab2751f16dc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45727 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename TargetInstrDescriptor -&gt; TargetInstrDesc.</title>
<updated>2008-01-07T07:27:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-07T07:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=749c6f6b5ed301c84aac562e414486549d7b98eb'/>
<id>urn:sha1:749c6f6b5ed301c84aac562e414486549d7b98eb</id>
<content type='text'>
Make MachineInstr::getDesc return a reference instead
of a pointer, since it can never be null.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45695 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename all the M_* flags to be namespace qualified enums, and switch </title>
<updated>2008-01-07T06:42:05Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-07T06:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0ff23966feb90618bec4d085095ffbc28426e691'/>
<id>urn:sha1:0ff23966feb90618bec4d085095ffbc28426e691</id>
<content type='text'>
all clients over to using predicates instead of these flags directly.
These are now private values which are only to be used to statically
initialize the tables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45692 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor</title>
<updated>2008-01-07T03:13:06Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-07T03:13:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=349c4952009525b27383e2120a6b3c998f39bd09'/>
<id>urn:sha1:349c4952009525b27383e2120a6b3c998f39bd09</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45680 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
