<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/MSIL, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/MSIL?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/MSIL?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-09-26T04:40:32Z</updated>
<entry>
<title>CMake: Builds all targets.</title>
<updated>2008-09-26T04:40:32Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2008-09-26T04:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e1ad087fcbb51ed66e450d010f849b5792b4b6fc'/>
<id>urn:sha1:e1ad087fcbb51ed66e450d010f849b5792b4b6fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56641 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title> Large mechanical patch.</title>
<updated>2008-09-25T21:00:45Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-25T21:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0598866c052147c31b808391f58434ce3dbfb838'/>
<id>urn:sha1:0598866c052147c31b808391f58434ce3dbfb838</id>
<content type='text'>
s/ParamAttr/Attribute/g
s/PAList/AttrList/g
s/FnAttributeWithIndex/AttributeWithIndex/g
s/FnAttr/Attribute/g

This sets the stage 
- to implement function notes as function attributes and 
- to distinguish between function attributes and return value attributes.

This requires corresponding changes in llvm-gcc and clang.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56622 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>s/ParameterAttributes/Attributes/g</title>
<updated>2008-09-23T23:03:40Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-23T23:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eaf42abab6d465c38891345d999255871cf03943'/>
<id>urn:sha1:eaf42abab6d465c38891345d999255871cf03943</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56513 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up several unbeseeming casts from pointer to intptr_t.</title>
<updated>2008-09-04T17:05:41Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-04T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ae73dc1448d25b02cabc7c64c86c64371453dda8'/>
<id>urn:sha1:ae73dc1448d25b02cabc7c64c86c64371453dda8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55779 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use raw_ostream throughout the AsmPrinter.</title>
<updated>2008-08-21T00:14:44Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-08-21T00:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cb3718832375a581c5ea23f15918f3ea447a446c'/>
<id>urn:sha1:cb3718832375a581c5ea23f15918f3ea447a446c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55092 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename some GC classes so that their roll will hopefully be clearer.</title>
<updated>2008-08-17T18:44:35Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2008-08-17T18:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5eca075b74d62c621b160aa216b4cd50829a2cc7'/>
<id>urn:sha1:5eca075b74d62c621b160aa216b4cd50829a2cc7</id>
<content type='text'>
In particular, Collector was confusing to implementors. Several
thought that this compile-time class was the place to implement
their runtime GC heap. Of course, it doesn't even exist at runtime.
Specifically, the renames are:

  Collector               -&gt; GCStrategy
  CollectorMetadata       -&gt; GCFunctionInfo
  CollectorModuleMetadata -&gt; GCModuleInfo
  CollectorRegistry       -&gt; GCRegistry
  Function::getCollector  -&gt; getGC (setGC, hasGC, clearGC)

Several accessors and nested types have also been renamed to be
consistent. These changes should be obvious.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54899 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove another tab.</title>
<updated>2008-07-22T08:54:38Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-07-22T08:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=829487e7c983a145aa5b0e97e85fdc57fff51d4b'/>
<id>urn:sha1:829487e7c983a145aa5b0e97e85fdc57fff51d4b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53904 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up the use of static and anonymous namespaces. This turned up</title>
<updated>2008-05-13T00:00:25Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-13T00:00:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=844731a7f1909f55935e3514c9e713a62d67662e'/>
<id>urn:sha1:844731a7f1909f55935e3514c9e713a62d67662e</id>
<content type='text'>
several things that were neither in an anonymous namespace nor static
but not intended to be global.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51017 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix "Control reaches the end of non-void function" warnings, </title>
<updated>2008-03-30T18:22:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-30T18:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d27c991cebe48fdf82b5d9eec6c2a1a244f82622'/>
<id>urn:sha1:d27c991cebe48fdf82b5d9eec6c2a1a244f82622</id>
<content type='text'>
patch by David Chisnall.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48963 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>De-tabify</title>
<updated>2008-02-26T10:57:23Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-02-26T10:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=85db3a96b49e4fdb130b55f27e1d5596e771795a'/>
<id>urn:sha1:85db3a96b49e4fdb130b55f27e1d5596e771795a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47600 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
