<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/GlobalOpt, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/GlobalOpt?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/GlobalOpt?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-14T00:12:58Z</updated>
<entry>
<title>rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary</title>
<updated>2009-01-14T00:12:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-14T00:12:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92c6bd2c45f0002385300a8aa298fa34ef9bff64'/>
<id>urn:sha1:92c6bd2c45f0002385300a8aa298fa34ef9bff64</id>
<content type='text'>
vector and extraneous loop over it, 2) not delete globals used by
phis/selects etc which could actually be useful.  This fixes PR3321.
Many thanks to Duncan for narrowing this down.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62201 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reimplement the old and horrible bison parser for .ll files with a nice</title>
<updated>2009-01-02T07:01:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-02T07:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df98617b23315e427cc4fad8ccfdd50d68bec2f9'/>
<id>urn:sha1:df98617b23315e427cc4fad8ccfdd50d68bec2f9</id>
<content type='text'>
and clean recursive descent parser.

This change has a couple of ramifications:
1. The parser code is about 400 lines shorter (in what we maintain, not
   including what is autogenerated).
2. The code should be significantly faster than the old code because we 
   don't have to work around bison's poor handling of datatypes with 
   ctors/dtors.  This also makes the code much more resistant to memory 
   leaks.
3. We now get caret diagnostics from the .ll parser, woo.
4. The actual diagnostics emited from the parser are completely different
   so a bunch of testcases had to be updated.
5. I now disallow "%ty = type opaque %ty = type i32".  There was no good
   reason to support this, it was just an accident of the old 
   implementation.  I have no reason to think that anyone is actually using
   this.
6. The syntax for sticking a global variable has changed to make it 
   unambiguous.  I don't think anyone is depending on this since only clang
   supports this and it is not solid yet, so I'm not worried about anything
   breaking.
7. This gets rid of the last use of bison, and along with it the .cvs files.
   I'll prune this from the makefiles as a subsequent commit.

There are a few minor cleanups that can be done after this commit (suggestions
welcome!) but this passes dejagnu testing and is ready for its time in the
limelight.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61558 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enhance heap sra to be substantially more aggressive w.r.t PHI</title>
<updated>2008-12-17T05:28:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-17T05:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bce4afe83968bf6504aaf0791d4c49f971d58c52'/>
<id>urn:sha1:bce4afe83968bf6504aaf0791d4c49f971d58c52</id>
<content type='text'>
nodes.  This allows it to do fairly general phi insertion if a 
load from a pointer global wants to be SRAd but the load is used
by (recursive) phi nodes.  This fixes a pessimization on ppc
introduced by Load PRE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61123 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix another crash found by inspection.  If we have a PHI node merging</title>
<updated>2008-12-16T21:24:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-16T21:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=85d3d4f35de33c6d0d3800bd87619c00d06a98e2'/>
<id>urn:sha1:85d3d4f35de33c6d0d3800bd87619c00d06a98e2</id>
<content type='text'>
the load multiple times, make sure the check the uses of the PHI to 
ensure they are transformable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61102 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix a crash found by inspection.</title>
<updated>2008-12-16T21:04:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-16T21:04:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=542dc1a0decc2b598a1f856370a55091a51e102c'/>
<id>urn:sha1:542dc1a0decc2b598a1f856370a55091a51e102c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add  testcase for r61051</title>
<updated>2008-12-15T21:46:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-15T21:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=657084a8eaf82243ed45e2be52e17c582b86b32c'/>
<id>urn:sha1:657084a8eaf82243ed45e2be52e17c582b86b32c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61052 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a basic test for heap-sra</title>
<updated>2008-12-15T19:42:05Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-12-15T19:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca17422158a0f50d43421f6fbbee4b4fe204f08b'/>
<id>urn:sha1:ca17422158a0f50d43421f6fbbee4b4fe204f08b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61041 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Resolve aliases, when possible</title>
<updated>2008-09-09T19:04:59Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-09-09T19:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4c6b61ebd8f2dbb6a2e51fe1d0e2bdbe17986c4'/>
<id>urn:sha1:e4c6b61ebd8f2dbb6a2e51fe1d0e2bdbe17986c4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56001 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.</title>
<updated>2008-07-17T11:59:53Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-07-17T11:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc1f989e3c58b24faf37a149a1ede294483b09b8'/>
<id>urn:sha1:bc1f989e3c58b24faf37a149a1ede294483b09b8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53716 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>sabre brings to my attention that the 'tr' suffix is also obsolete</title>
<updated>2008-05-20T21:00:03Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-05-20T21:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6cadc440cbf04330b3cda9a3c76728f08035203'/>
<id>urn:sha1:f6cadc440cbf04330b3cda9a3c76728f08035203</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
