<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/Mips, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/Mips?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/Mips?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-19T05:49:37Z</updated>
<entry>
<title>eliminate AsmPrinter::SwitchToSection and just have clients</title>
<updated>2009-08-19T05:49:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-19T05:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f'/>
<id>urn:sha1:6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f</id>
<content type='text'>
talk to the MCStreamer directly instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79405 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>reintroduce support for Mips "small" section handling.  This is </title>
<updated>2009-08-13T06:28:06Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-13T06:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b71b909bc76f48377fc96547d53a088346852600'/>
<id>urn:sha1:b71b909bc76f48377fc96547d53a088346852600</id>
<content type='text'>
implemented somewhat differently than before, but it should have
the same functionality and the previous testcase passes again.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78900 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Restore some "small section" support code, reverting my patch from r76936.</title>
<updated>2009-08-13T05:41:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-13T05:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e3736f86caae62b691ad5be960e724fe0bf52dbd'/>
<id>urn:sha1:e3736f86caae62b691ad5be960e724fe0bf52dbd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78894 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This void is implicit in C++.</title>
<updated>2009-08-12T22:10:57Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-12T22:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a9ad04191cb56c42944b17980b8b2bb2afe11ab2'/>
<id>urn:sha1:a9ad04191cb56c42944b17980b8b2bb2afe11ab2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78848 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple</title>
<updated>2009-08-12T07:22:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-12T07:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7ac47cee1a0b3f4c798ecaa22ecf9d1be9c07e6'/>
<id>urn:sha1:a7ac47cee1a0b3f4c798ecaa22ecf9d1be9c07e6</id>
<content type='text'>
pair instead of from a virtual method on TargetMachine.  This cuts the final
ties of TargetAsmInfo to TargetMachine, meaning that MC can now use 
TargetAsmInfo.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78802 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split EVT into MVT and EVT, the former representing _just_ a primitive type, while</title>
<updated>2009-08-11T20:47:22Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-11T20:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=825b72b0571821bf2d378749f69d6c4cfb52d2f9'/>
<id>urn:sha1:825b72b0571821bf2d378749f69d6c4cfb52d2f9</id>
<content type='text'>
the latter is capable of representing either a primitive or an extended type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78713 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>pass the TargetTriple down from each target ctor to the</title>
<updated>2009-08-11T20:42:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-11T20:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a31d2f6456069adba19b8aeca66c68b633c38b4'/>
<id>urn:sha1:0a31d2f6456069adba19b8aeca66c68b633c38b4</id>
<content type='text'>
LLVMTargetMachine ctor.  It is currently unused.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78711 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>now that JumpTableDirective can differentate picness itself, MIPS TAI </title>
<updated>2009-08-11T20:32:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-11T20:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92319e24549a4855a4b09bf7a71660296bf75b2d'/>
<id>urn:sha1:92319e24549a4855a4b09bf7a71660296bf75b2d</id>
<content type='text'>
no longer needs a targetmachine to initialize itself.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78710 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>split "JumpTableDirective" (an existing hack) into a PIC and nonPIC</title>
<updated>2009-08-11T20:30:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-11T20:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dfab291702a9c6e88981047bf6a3fe42f7d508b0'/>
<id>urn:sha1:dfab291702a9c6e88981047bf6a3fe42f7d508b0</id>
<content type='text'>
version.  This allows TAI implementations to specify the directive to use
based on the mode being codegen'd for.

The real fix for this is to remove JumpTableDirective, but I don't feel
like diving into the jumptable snarl just now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78709 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type.</title>
<updated>2009-08-10T22:56:29Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-10T22:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e50ed30282bb5b4a9ed952580523f2dda16215ac'/>
<id>urn:sha1:e50ed30282bb5b4a9ed952580523f2dda16215ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78610 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
