<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/TableGen, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/TableGen?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/TableGen?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-01T18:06:53Z</updated>
<entry>
<title>Fix PR3453 and probably a bunch of other potential</title>
<updated>2009-02-01T18:06:53Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-02-01T18:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0d5cdd52e8448f769cd71aaee6a4b8592dc08b1'/>
<id>urn:sha1:b0d5cdd52e8448f769cd71aaee6a4b8592dc08b1</id>
<content type='text'>
crashes or wrong code with codegen of large integers:
eliminate the legacy getIntegerVTBitMask and
getIntegerVTSignBit methods, which returned their
value as a uint64_t, so couldn't handle huge types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63494 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Explain why this is here.</title>
<updated>2009-01-29T23:19:43Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-01-29T23:19:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca6418308ca768dd2c83cea2d6e5e4063c8ef4c7'/>
<id>urn:sha1:ca6418308ca768dd2c83cea2d6e5e4063c8ef4c7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63342 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>- Add DebugLoc to getTargetNode(). </title>
<updated>2009-01-29T05:27:31Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-01-29T05:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6e1bb38fb8dd64ece28ea5779a8bbf9b5ff7fb96'/>
<id>urn:sha1:6e1bb38fb8dd64ece28ea5779a8bbf9b5ff7fb96</id>
<content type='text'>
- Modify TableGen to add the DebugLoc when calling getTargetNode.

(The light-weight wrappers are only temporary. The non-DebugLoc version will be
removed once the whole debug info stuff is finished with.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63273 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the code that starts printing the Select_* functions</title>
<updated>2009-01-29T01:37:18Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-29T01:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=63e3e6350b14d04917268be07ca1c29e158fdfd7'/>
<id>urn:sha1:63e3e6350b14d04917268be07ca1c29e158fdfd7</id>
<content type='text'>
after the code that sorts the patterns. This doesn't
affect the output, but it makes the code a little easier
to follow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63265 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2009-01-28T03:47:58Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-28T03:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57cd67f693d3a0646291692b3e0b9ccd4b40b00e'/>
<id>urn:sha1:57cd67f693d3a0646291692b3e0b9ccd4b40b00e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63174 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add three new option properties.</title>
<updated>2009-01-28T03:47:20Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-28T03:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=19d3e82905db7c5882f22ad945724e90e9f4914b'/>
<id>urn:sha1:19d3e82905db7c5882f22ad945724e90e9f4914b</id>
<content type='text'>
Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63172 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead.</title>
<updated>2009-01-22T09:10:11Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-01-22T09:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=536ab130ec95cbb7bf30530251dafa7dfecc8471'/>
<id>urn:sha1:536ab130ec95cbb7bf30530251dafa7dfecc8471</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62762 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make tblgen more portable, allowing it to build with ICC.</title>
<updated>2009-01-22T05:10:16Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-22T05:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=41b2340b74fa27344c79b0cbd2d8b2ad2b7d2b62'/>
<id>urn:sha1:41b2340b74fa27344c79b0cbd2d8b2ad2b7d2b62</id>
<content type='text'>
Patch by Robert Zeh!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62750 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change the hook API back to prevent memory leaks.</title>
<updated>2009-01-21T13:04:33Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-21T13:04:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b6b514124d82fcd467210982389c001a7990b2e8'/>
<id>urn:sha1:b6b514124d82fcd467210982389c001a7990b2e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow hooks with arguments.</title>
<updated>2009-01-21T13:04:00Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-21T13:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a298bb752572f03f3b65260a73cb39df02770075'/>
<id>urn:sha1:a298bb752572f03f3b65260a73cb39df02770075</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62685 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
