<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/AST, 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>move the ASTContext argument to be first in the argument list of </title>
<updated>2008-03-15T21:32:50+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T21:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=96c460d142784cba1d9d51f591d7c003d85eda90'/>
<id>urn:sha1:96c460d142784cba1d9d51f591d7c003d85eda90</id>
<content type='text'>
all Create methods.

llvm-svn: 48398
</content>
</entry>
<entry>
<title>Switch over functiondecl.  This makes it obvious that the ASTContext</title>
<updated>2008-03-15T21:24:04+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T21:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5072bae7098c80fb725199ddf16cacb42a059e59'/>
<id>urn:sha1:5072bae7098c80fb725199ddf16cacb42a059e59</id>
<content type='text'>
argument to Create should be first, not last.

llvm-svn: 48397
</content>
</entry>
<entry>
<title>switch the VarDecl allocation model to go through ASTContext.</title>
<updated>2008-03-15T21:10:16+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T21:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b08ca8f2e16e7fea0840bc83cb207aa53c5cfd2'/>
<id>urn:sha1:4b08ca8f2e16e7fea0840bc83cb207aa53c5cfd2</id>
<content type='text'>
llvm-svn: 48396
</content>
</entry>
<entry>
<title>Small bug fix in CFG construction: the active block for LabelStmts comes </title>
<updated>2008-03-15T07:45:02+00:00</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2008-03-15T07:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cab47bdb378d3d17a4910bfde659ad0eb3c89285'/>
<id>urn:sha1:cab47bdb378d3d17a4910bfde659ad0eb3c89285</id>
<content type='text'>
from "Block", not the CFGBlock* returned from visiting its subexpression.

llvm-svn: 48392
</content>
</entry>
<entry>
<title>start switching decls over to using an allocator controlled by ASTContext.  </title>
<updated>2008-03-15T06:12:44+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T06:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a7b3287760d179c1030123be679f2ac2ac686ab0'/>
<id>urn:sha1:a7b3287760d179c1030123be679f2ac2ac686ab0</id>
<content type='text'>
Right now only some ctors are switched over.  I need to switch them all
over so I can change the dtor over.

This lets us experiment with region allocation and other things in the 
future.

llvm-svn: 48390
</content>
</entry>
<entry>
<title>various minor cleanups.</title>
<updated>2008-03-15T05:43:15+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-15T05:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=88f70d69c62b313ae606fe5b9a52e7e857bfaf56'/>
<id>urn:sha1:88f70d69c62b313ae606fe5b9a52e7e857bfaf56</id>
<content type='text'>
llvm-svn: 48389
</content>
</entry>
<entry>
<title>improve DeclStmt to be able to store SourceRange info correctly.</title>
<updated>2008-03-13T06:29:04+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-13T06:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2e23209df1652630ed9a7ca8cb8e71719560f26e'/>
<id>urn:sha1:2e23209df1652630ed9a7ca8cb8e71719560f26e</id>
<content type='text'>
Set the start of DeclStmt range.  Right now the end is meaningless 
though.

llvm-svn: 48330
</content>
</entry>
<entry>
<title>Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt:</title>
<updated>2008-03-13T03:04:22+00:00</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2008-03-13T03:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b64d1838036e783929e12149d705574bc85345f1'/>
<id>urn:sha1:b64d1838036e783929e12149d705574bc85345f1</id>
<content type='text'>
we gracefully back out and return NULL for the CFG, allowing clients to skip
analyzing functions with these CFGs. We will add support later.

Modified base ASTConsumer "CFGVisitor" to detect when a CFG is not constructed
and to emit a warning.

llvm-svn: 48322
</content>
</entry>
<entry>
<title>-Add missing visitor for ObjCIvarRefExpr.</title>
<updated>2008-03-12T13:19:12+00:00</updated>
<author>
<name>Steve Naroff</name>
<email>snaroff@apple.com</email>
</author>
<published>2008-03-12T13:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5d5efca405f1a785c0dbdd8e4d32294feaf7a14c'/>
<id>urn:sha1:5d5efca405f1a785c0dbdd8e4d32294feaf7a14c</id>
<content type='text'>
-Wrap objc runtime calls with "extern "C"" (for now).

llvm-svn: 48284
</content>
</entry>
</feed>
