<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/tools/clang-fuzzer/handle-llvm, 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-08-14T23:04:18+00:00</updated>
<entry>
<title>[Clang] Migrate llvm::make_unique to std::make_unique</title>
<updated>2019-08-14T23:04:18+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-08-14T23:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2b3d49b610bd2a45884115edcb21110bfa325f51'/>
<id>urn:sha1:2b3d49b610bd2a45884115edcb21110bfa325f51</id>
<content type='text'>
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

Differential revision: https://reviews.llvm.org/D66259

llvm-svn: 368942
</content>
</entry>
<entry>
<title>[clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false)' call.</title>
<updated>2019-07-15T22:27:57+00:00</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2019-07-15T22:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=853813293aceafbca6a71ded2e95e83bd3a9027d'/>
<id>urn:sha1:853813293aceafbca6a71ded2e95e83bd3a9027d</id>
<content type='text'>
The default value for this option (UseMCJITReplacement) is already false, and
OrcMCJITReplacement is going to have deprecation warnings attached in LLVM 9.0.
Removing this call removes a spurious warning.

llvm-svn: 366141
</content>
</entry>
<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>Added another optimization pass to make vectorizing possible</title>
<updated>2018-08-09T00:58:23+00:00</updated>
<author>
<name>Emmett Neyman</name>
<email>eneyman@google.com</email>
</author>
<published>2018-08-09T00:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a60d168d2253a060753ae208f77203601735a925'/>
<id>urn:sha1:a60d168d2253a060753ae208f77203601735a925</id>
<content type='text'>
Summary: I noticed that my code wasn't going deep into the loop vectorizer code so added another pass that makes it go further.

Reviewers: morehouse, kcc

Reviewed By: morehouse

Subscribers: cfe-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D50482

llvm-svn: 339305
</content>
</entry>
<entry>
<title>[clang-fuzzer] Remove unused typedef.</title>
<updated>2018-08-04T01:42:47+00:00</updated>
<author>
<name>Matt Morehouse</name>
<email>mascasa@google.com</email>
</author>
<published>2018-08-04T01:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b1218ec8eaa817871edbf87d304a0252700a2972'/>
<id>urn:sha1:b1218ec8eaa817871edbf87d304a0252700a2972</id>
<content type='text'>
llvm-svn: 338946
</content>
</entry>
<entry>
<title>LLVM Proto Fuzzer - Run Functions on Suite of Inputs</title>
<updated>2018-08-04T01:18:37+00:00</updated>
<author>
<name>Emmett Neyman</name>
<email>eneyman@google.com</email>
</author>
<published>2018-08-04T01:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2655b0383c0707a3590490b2d7577276d1199edc'/>
<id>urn:sha1:2655b0383c0707a3590490b2d7577276d1199edc</id>
<content type='text'>
Summary:
Added corpus of arrays to use as inputs for the functions. Check that the two
functions modify the inputted arrays in the same way.

Reviewers: kcc, morehouse

Reviewed By: morehouse

Subscribers: mgorny, cfe-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D50194

llvm-svn: 338943
</content>
</entry>
<entry>
<title>[NFC] Silence warning about ptr-to-func to ptr-to-obj cast in clang-fuzzer/handle-llvm/handle_llvm.cpp.</title>
<updated>2018-08-01T13:34:18+00:00</updated>
<author>
<name>Andrei Elovikov</name>
<email>andrei.elovikov@intel.com</email>
</author>
<published>2018-08-01T13:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ad56ebaf060b0ad143b0eb9e6823c78fdf54c44e'/>
<id>urn:sha1:ad56ebaf060b0ad143b0eb9e6823c78fdf54c44e</id>
<content type='text'>
Summary:
I don't have the whole list of GCC binaries available so I determined the exact
version where the warning disappeared via:

https://github.com/gcc-mirror/gcc/blob/gcc-4_9_0-release/gcc/cp/typeck.c#L6863
https://github.com/gcc-mirror/gcc/blob/gcc-4_8_5-release/gcc/cp/typeck.c#L6652

Reviewers: emmettneyman, erichkeane

Reviewed By: emmettneyman, erichkeane

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D50056

llvm-svn: 338551
</content>
</entry>
<entry>
<title>added shared library to fix buildbot</title>
<updated>2018-07-27T00:43:26+00:00</updated>
<author>
<name>Emmett Neyman</name>
<email>eneyman@google.com</email>
</author>
<published>2018-07-27T00:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=be97297545694a1e2d24960079151147635c61a1'/>
<id>urn:sha1:be97297545694a1e2d24960079151147635c61a1</id>
<content type='text'>
Summary: added shared library to fix buildbot

Subscribers: mgorny, cfe-commits

Differential Revision: https://reviews.llvm.org/D49895

llvm-svn: 338091
</content>
</entry>
<entry>
<title>Updated llvm-proto-fuzzer to execute the compiled code</title>
<updated>2018-07-26T22:23:25+00:00</updated>
<author>
<name>Emmett Neyman</name>
<email>eneyman@google.com</email>
</author>
<published>2018-07-26T22:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e5581242a04a9b082c41ba9d939118560f3ed630'/>
<id>urn:sha1:e5581242a04a9b082c41ba9d939118560f3ed630</id>
<content type='text'>
Summary:
Made changes to the llvm-proto-fuzzer
- Added loop vectorizer optimization pass in order to have two IR versions
- Updated old fuzz target to handle two different IR versions
- Wrote code to execute both versions in memory

Reviewers: morehouse, kcc, alexshap

Reviewed By: morehouse

Subscribers: pcc, mgorny, cfe-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D49526

llvm-svn: 338077
</content>
</entry>
<entry>
<title>Attempt to fix latent tablegen dependency issue</title>
<updated>2018-06-23T17:32:51+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2018-06-23T17:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e7a7a5057b8912ba005263d7bed223d05660e11a'/>
<id>urn:sha1:e7a7a5057b8912ba005263d7bed223d05660e11a</id>
<content type='text'>
llvm-svn: 335419
</content>
</entry>
</feed>
