<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/ParallelJIT, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/ParallelJIT?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/ParallelJIT?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-03-06T17:24:31Z</updated>
<entry>
<title>Adjust for changes in GenericValue type.</title>
<updated>2007-03-06T17:24:31Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-06T17:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=34bd70de3c344034b82dc9a964a6b6893efa3e82'/>
<id>urn:sha1:34bd70de3c344034b82dc9a964a6b6893efa3e82</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34969 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a #include to resolve IntegerType class.</title>
<updated>2007-01-19T22:45:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-19T22:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56427031f60a34f8388a0facf14bea0558b8320e'/>
<id>urn:sha1:56427031f60a34f8388a0facf14bea0558b8320e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33385 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add some casts to support a change in the getOrInsertFunction interface</title>
<updated>2007-01-07T07:40:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-01-07T07:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6a98754ebbc211958297b0d20a77e8c3261c3708'/>
<id>urn:sha1:6a98754ebbc211958297b0d20a77e8c3261c3708</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32984 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-12-31T05:50:28Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-31T05:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=db8d2bed6a0ef890b81fabb014bfcb678e891695'/>
<id>urn:sha1:db8d2bed6a0ef890b81fabb014bfcb678e891695</id>
<content type='text'>
Convert signed integer types to signless.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32786 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-12-23T06:05:41Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-23T06:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4d87aa2de6e52952dca73716386db09aad5a8fd'/>
<id>urn:sha1:e4d87aa2de6e52952dca73716386db09aad5a8fd</id>
<content type='text'>
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32751 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-10-20T07:07:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-10-20T07:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b83eb6447ba155342598f0fabe1f08f5baa9164a'/>
<id>urn:sha1:b83eb6447ba155342598f0fabe1f08f5baa9164a</id>
<content type='text'>
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt classes
in favor of just using ConstantInt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31063 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use llvm-config to determine what to link in</title>
<updated>2006-09-04T06:04:03Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-09-04T06:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=885e3cb7f3465ad6db3bcb0c43f208208befeba1'/>
<id>urn:sha1:885e3cb7f3465ad6db3bcb0c43f208208befeba1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30092 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Minor corrections.</title>
<updated>2006-03-24T03:11:31Z</updated>
<author>
<name>Jeff Cohen</name>
<email>jeffc@jolt-lang.org</email>
</author>
<published>2006-03-24T03:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afebb449283ada1b44f423e698b30672606fdc54'/>
<id>urn:sha1:afebb449283ada1b44f423e698b30672606fdc54</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27042 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When a function takes a variable number of pointer arguments, with a zero</title>
<updated>2005-10-23T04:37:20Z</updated>
<author>
<name>Jeff Cohen</name>
<email>jeffc@jolt-lang.org</email>
</author>
<published>2005-10-23T04:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=66c5fd6c537269eaef0f630fa14360dcaff6a295'/>
<id>urn:sha1:66c5fd6c537269eaef0f630fa14360dcaff6a295</id>
<content type='text'>
pointer marking the end of the list, the zero *must* be cast to the pointer
type.  An un-cast zero is a 32-bit int, and at least on x86_64, gcc will
not extend the zero to 64 bits, thus allowing the upper 32 bits to be
random junk.

The new END_WITH_NULL macro may be used to annotate a such a function
so that GCC (version 4 or newer) will detect the use of un-casted zero
at compile time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23888 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR616:</title>
<updated>2005-08-24T10:07:20Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2005-08-24T10:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a262ba7c3250ef02833fae864459ccc905a2e9b'/>
<id>urn:sha1:0a262ba7c3250ef02833fae864459ccc905a2e9b</id>
<content type='text'>
These patches make threading optional in LLVM. The configuration scripts are now
modified to accept a --disable-threads switch. If this is used, the Mutex class
will be implemented with all functions as no-op. Furthermore, linking against
libpthread will not be done. Finally, the ParallelJIT example needs libpthread
so its makefile was changed to always add -lpthread to the link line.


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