<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/Lex, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2008-03-15T23:59:48+00:00</updated>
<entry>
<title>Make a major restructuring of the clang tree: introduce a top-level</title>
<updated>2008-03-15T23:59:48+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T23:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7a51313d8a0a358bb92eb5dbf8fd846b7c48e7fe'/>
<id>urn:sha1:7a51313d8a0a358bb92eb5dbf8fd846b7c48e7fe</id>
<content type='text'>
lib dir and move all the libraries into it.  This follows the main
llvm tree, and allows the libraries to be built in parallel.  The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in.  This speeds
up parallel builds, particularly incremental ones.

llvm-svn: 48402
</content>
</entry>
<entry>
<title>Make the preprocessor own its PPCallbacks, fixing a memory leak.</title>
<updated>2008-03-14T06:07:05+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-14T06:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=221929310b192abc79140318fb9801760e76a928'/>
<id>urn:sha1:221929310b192abc79140318fb9801760e76a928</id>
<content type='text'>
Patch by Sam Bishop!

llvm-svn: 48357
</content>
</entry>
<entry>
<title>Add some missing #includes for GCC mainline, patch by Shantonu Sen!</title>
<updated>2008-03-10T17:04:53+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-10T17:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0d799d395739bd76c09f5e81542118a7f3b49977'/>
<id>urn:sha1:0d799d395739bd76c09f5e81542118a7f3b49977</id>
<content type='text'>
llvm-svn: 48153
</content>
</entry>
<entry>
<title>add comments about some simple optimizations that may become </title>
<updated>2008-03-10T06:20:22+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-10T06:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=242245d8ec54220403d9fe7a18262b6c1be50664'/>
<id>urn:sha1:242245d8ec54220403d9fe7a18262b6c1be50664</id>
<content type='text'>
more important if this api gets wider use.

llvm-svn: 48131
</content>
</entry>
<entry>
<title>implement simple support for arbitrary token lookahead.  Change the </title>
<updated>2008-03-10T06:06:04+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-10T06:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3e4683262e46fdf725989ec7c0b5646a27f5b305'/>
<id>urn:sha1:3e4683262e46fdf725989ec7c0b5646a27f5b305</id>
<content type='text'>
objc @try parser to use it, fixing a FIXME.  Update the 
objc-try-catch-1.m file to pass now that we get more reasonable 
errors.

llvm-svn: 48129
</content>
</entry>
<entry>
<title>improve comment.</title>
<updated>2008-03-09T04:49:35+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-09T04:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d2d3441ddb86993e179f48e89b364191dd27f955'/>
<id>urn:sha1:d2d3441ddb86993e179f48e89b364191dd27f955</id>
<content type='text'>
llvm-svn: 48083
</content>
</entry>
<entry>
<title>move PP::LookupFile from PPLexerChange -&gt; PPDirectives.cpp</title>
<updated>2008-03-09T04:17:44+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-09T04:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f7ad82df8cb9655c6967f8847a7a68599291b16d'/>
<id>urn:sha1:f7ad82df8cb9655c6967f8847a7a68599291b16d</id>
<content type='text'>
llvm-svn: 48082
</content>
</entry>
<entry>
<title>Move a bunch more code out of Preprocessor.cpp into PPLexerChange.cpp</title>
<updated>2008-03-09T04:10:46+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-09T04:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1eed734c9c43e7dca50a6ebb95285b97c1779839'/>
<id>urn:sha1:1eed734c9c43e7dca50a6ebb95285b97c1779839</id>
<content type='text'>
llvm-svn: 48080
</content>
</entry>
<entry>
<title>split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp</title>
<updated>2008-03-09T03:13:06+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-09T03:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8962015386b51fa7eb9dfa8bcb01a66063a9d607'/>
<id>urn:sha1:8962015386b51fa7eb9dfa8bcb01a66063a9d607</id>
<content type='text'>
Rename Directives.cpp -&gt; PPDirectives.cpp since it implements part of the
Preprocessor class.

llvm-svn: 48078
</content>
</entry>
<entry>
<title>rename HandleEndOfMacro -&gt; HandleEndOfTokenLexer</title>
<updated>2008-03-09T03:04:16+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-09T03:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1d4000ba5075c873e752968282e91037cbd606a2'/>
<id>urn:sha1:1d4000ba5075c873e752968282e91037cbd606a2</id>
<content type='text'>
llvm-svn: 48076
</content>
</entry>
</feed>
