<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/utils/llvmgrep, 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>2019-01-19T08:50:56+00:00</updated>
<entry>
<title>Update the file headers across all of the LLVM projects in the monorepo</title>
<updated>2019-01-19T08:50:56+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-01-19T08:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2946cd701067404b99c39fb29dc9c74bd7193eb3'/>
<id>urn:sha1:2946cd701067404b99c39fb29dc9c74bd7193eb3</id>
<content type='text'>
to reflect the new license.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

llvm-svn: 351636
</content>
</entry>
<entry>
<title>Use -H on darwin as well.</title>
<updated>2012-01-26T22:06:23+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-01-26T22:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6a6a30d555e20507f42f25eb7d7662165f4cf2cb'/>
<id>urn:sha1:6a6a30d555e20507f42f25eb7d7662165f4cf2cb</id>
<content type='text'>
Patch by Liang Wang!

llvm-svn: 149085
</content>
</entry>
<entry>
<title>search unittests.</title>
<updated>2009-08-24T03:44:02+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-24T03:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e849956de8498673d17d64902386f48ec8efcad9'/>
<id>urn:sha1:e849956de8498673d17d64902386f48ec8efcad9</id>
<content type='text'>
llvm-svn: 79884
</content>
</entry>
<entry>
<title>Update llvm{do,grep} to also search cmake / .cmake files</title>
<updated>2009-07-16T00:06:36+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-16T00:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3ce33b8640ca08ea03de86b31d87f4584a76c647'/>
<id>urn:sha1:3ce33b8640ca08ea03de86b31d87f4584a76c647</id>
<content type='text'>
llvm-svn: 75867
</content>
</entry>
<entry>
<title>remove attributions from utils.</title>
<updated>2007-12-29T20:37:13+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8adcd9f32e157650aebac46e862626c7dbdd37a1'/>
<id>urn:sha1:8adcd9f32e157650aebac46e862626c7dbdd37a1</id>
<content type='text'>
llvm-svn: 45419
</content>
</entry>
<entry>
<title>This script takes arguments so remove the check for number of arguments,</title>
<updated>2006-08-15T03:48:22+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-15T03:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e2bcaaa250e34d0c65fb4b3d531e5d5915bad591'/>
<id>urn:sha1:e2bcaaa250e34d0c65fb4b3d531e5d5915bad591</id>
<content type='text'>
just check the first arg to see if its -topdir.

llvm-svn: 29694
</content>
</entry>
<entry>
<title>Make all tools that use llvmdo have a -topdir option that allows the top</title>
<updated>2006-08-14T18:49:05+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-14T18:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=235c1555c3607850e1840421f4bc5f0ab232dcf6'/>
<id>urn:sha1:235c1555c3607850e1840421f4bc5f0ab232dcf6</id>
<content type='text'>
source dir for LLVM to be specified explicitly. This removes the dependency
on the llvm-config script. If the option is not given, then the scripts use
llvm-config which should be both built and in the PATH. This arrangement
provides a useful default for most developers but also allows the nightly
tester to execute countloc.sh before llvm-config is built and without
altering the PATH.

llvm-svn: 29663
</content>
</entry>
<entry>
<title>Make llvmdo and llvmgrep invulnerable to where they are run from by getting</title>
<updated>2006-08-11T21:53:27+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-11T21:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=719c38359439bde93871788eb802e393441156d7'/>
<id>urn:sha1:719c38359439bde93871788eb802e393441156d7</id>
<content type='text'>
the llvm source root from the llvm-config command. The dependency now is
that the correct llvm-config command is in the path. For most developers
this is the case.

llvm-svn: 29630
</content>
</entry>
<entry>
<title>Allow a sequence of digits at the end of the directory name when trying to</title>
<updated>2006-03-14T06:08:05+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-03-14T06:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3e2d463a872cb35a5c6eb2066a4b4eaab4bae555'/>
<id>urn:sha1:3e2d463a872cb35a5c6eb2066a4b4eaab4bae555</id>
<content type='text'>
determine the top directory. This allows the tool to find the correct top
directory when you have something like:

   /x/llvm
   /x/llvm2
   /x/llvm3

Previously the scripts would always find /x/llvm even if you were in the
llvm2 or llvm3 directory because the pattern didn't allow the digits at
the end of the path.

llvm-svn: 26751
</content>
</entry>
<entry>
<title>Make these scripts work on SunOS too.</title>
<updated>2004-10-07T16:03:21+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-07T16:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=50a425a56d2aa6fd5fb633e26a6f232919701736'/>
<id>urn:sha1:50a425a56d2aa6fd5fb633e26a6f232919701736</id>
<content type='text'>
llvm-svn: 16805
</content>
</entry>
</feed>
