<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CBackend, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CBackend?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CBackend?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-20T02:55:27Z</updated>
<entry>
<title>Use explicit add_subdirectory's for LLVM target sublibraries instead</title>
<updated>2011-02-20T02:55:27Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-02-20T02:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=00d78f1348a5980a276bed8f9be09ce2412a6a12'/>
<id>urn:sha1:00d78f1348a5980a276bed8f9be09ce2412a6a12</id>
<content type='text'>
of testing for its presence at cmake time.

This way the build automatically regenerates the makefiles when a svn
update brings in a new sublibrary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126068 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixed version of 121434 with no new memory leaks.</title>
<updated>2010-12-10T07:39:47Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-12-10T07:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89b9372605db2ce3b0085c84089e389f7bc1fbdd'/>
<id>urn:sha1:89b9372605db2ce3b0085c84089e389f7bc1fbdd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121471 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert my previous patch to make the valgrind bots happy.</title>
<updated>2010-12-10T04:01:09Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-12-10T04:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f7fd4aa2610f46467369de07f3ec669561d79be0'/>
<id>urn:sha1:f7fd4aa2610f46467369de07f3ec669561d79be0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121461 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial support for the cfi directives. This is just enough to get</title>
<updated>2010-12-09T23:48:29Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-12-09T23:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c952b9cc98e84b28f68f0f6cf11197263f89863'/>
<id>urn:sha1:1c952b9cc98e84b28f68f0f6cf11197263f89863</id>
<content type='text'>
f:
        .cfi_startproc
        nop
        .cfi_endproc

assembled (on ELF).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121434 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>I swear I did a make clean and make before committing all this...</title>
<updated>2010-11-29T18:47:54Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-11-29T18:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3cc52ea33c0b96d1682f14fc45c45b57df0f39b6'/>
<id>urn:sha1:3cc52ea33c0b96d1682f14fc45c45b57df0f39b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120304 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support.</title>
<updated>2010-10-29T17:29:13Z</updated>
<author>
<name>John Thompson</name>
<email>John.Thompson.JTSoftware@gmail.com</email>
</author>
<published>2010-10-29T17:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44ab89eb376af838d1123293a79975aede501464'/>
<id>urn:sha1:44ab89eb376af838d1123293a79975aede501464</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117667 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Get rid of static constructors for pass registration.  Instead, every pass exposes an initializeMyPassFunction(), which</title>
<updated>2010-10-19T17:21:58Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-10-19T17:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=081c34b725980f995be9080eaec24cd3dfaaf065'/>
<id>urn:sha1:081c34b725980f995be9080eaec24cd3dfaaf065</id>
<content type='text'>
must be called in the pass's constructor.  This function uses static dependency declarations to recursively initialize
the pass's dependencies.

Clients that only create passes through the createFooPass() APIs will require no changes.  Clients that want to use the
CommandLine options for passes will need to manually call the appropriate initialization functions in PassInitialization.h
before parsing commandline arguments.

I have tested this with all standard configurations of clang and llvm-gcc on Darwin.  It is possible that there are problems
with the static dependencies that will only be visible with non-standard options.  If you encounter any crash in pass
registration/creation, please send the testcase to me directly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116820 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CBackend: Fix MSVC build.</title>
<updated>2010-09-14T04:27:38Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-14T04:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=08047f616977f204df6054c481601f2237cc308d'/>
<id>urn:sha1:08047f616977f204df6054c481601f2237cc308d</id>
<content type='text'>
This may produce warnings on MSVS, but it's better than failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113834 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CBackend: Cleanup whitespace before I do this next commit.</title>
<updated>2010-09-14T04:27:26Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-14T04:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bcf4b830b934b01b32e990c0a194db47ab1a36bb'/>
<id>urn:sha1:bcf4b830b934b01b32e990c0a194db47ab1a36bb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113833 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add X86 MMX type to bitcode and Type.</title>
<updated>2010-09-10T20:55:01Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2010-09-10T20:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb811a244567aa8a1522203f15588f4d001b7353'/>
<id>urn:sha1:bb811a244567aa8a1522203f15588f4d001b7353</id>
<content type='text'>
(The Ada bindings probably need it too, but all the
obvious places to change say "do not edit this file".)



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