| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: vitalybuka, eugenis, MaskRay
Reviewed By: eugenis, MaskRay
Subscribers: MaskRay, kristof.beyls, #sanitizers, llvm-commits, jkz, scw
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D72367
|
|
|
|
| |
llvm-svn: 375284
|
|
|
|
| |
llvm-svn: 370288
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: https://reviews.llvm.org/D66620 is accepted but was based on the multi-repo setup, so I was not able to `arc patch` it. Resubmit the diff under monorepo
Committed on behalf of @sugak (Igor Sugak)
Reviewers: sugak
Subscribers: #sanitizers, llvm-commits, vitalybuka
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D66624
llvm-svn: 369716
|
|
|
|
|
|
| |
Should hopefully fix sanitizer-x86_64-linux bot.
llvm-svn: 369290
|
|
|
|
| |
llvm-svn: 368440
|
|
|
|
| |
llvm-svn: 367471
|
|
|
|
|
|
|
|
|
|
|
| |
See https://reviews.llvm.org/D58620 for discussion, and for the commands
I ran. In addition I also ran
for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $f . ; done
and manually updated (many) references to renamed files found by that.
llvm-svn: 367463
|
|
|
|
| |
llvm-svn: 361077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(sanitizer-x86_64-linux) until I can triage the issue properly. The
build has been broken due to the symbolizer build checks failing.
As the symbolizer build script relies on the old svn repo layout, it may
take a little while longer to find the responsible patch for the
breakage. This may be a completely valid fix, but I will need to confirm
it. For now, it unbreaks the build.
Tracking data:
Build where the break first occurred: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/21211
Changelist authors: @grimar, @maskray, @whitequark, @spatel, @dpreobra
For the authors, no action needed (yet). Will follow up when I can
identify the cause.
llvm-svn: 359123
|
|
|
|
|
|
|
| |
The new code wasn't matching absolute paths correctly. Should unbreak
sanitizer-x86_64-linux bot.
llvm-svn: 357502
|
|
|
|
|
|
|
|
|
|
| |
llvm-ar is a crunchgen-style executable dispatching to dlltool,ranlib,lib,ar based on argv[0].
In our content-addressable storage, readlink -f resolves paths to some
digest and thus lost the original "llvm-ar" filename.
Replace it with a custom path resolution to fix the problem.
llvm-svn: 357450
|
|
|
|
|
|
| |
Add `bcmp` after r355672.
llvm-svn: 355692
|
|
|
|
| |
llvm-svn: 355034
|
|
|
|
| |
llvm-svn: 355013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 347099
|
|
|
|
| |
llvm-svn: 337872
|
|
|
|
|
|
|
|
|
| |
Disabling threads makes <atomic> unusable, but this is needed by LLVM
libraries that are dependencies of the symbolizer.
Differential Revision: https://reviews.llvm.org/D45424
llvm-svn: 329672
|
|
|
|
|
|
| |
Symbolizer now depends on internal implementation of itaniumDemangle.
llvm-svn: 326987
|
|
|
|
|
|
| |
Symbolizer now depends on internal implementation of itaniumDemangle.
llvm-svn: 326983
|
|
|
|
| |
llvm-svn: 326855
|
|
|
|
|
|
| |
"in in" -> "in", "on on" -> "on" etc.
llvm-svn: 323510
|
|
|
|
| |
llvm-svn: 316637
|
|
|
|
|
|
|
| |
r304864 moved code into a new BinaryFormat library. Update the
symbolizer build script.
llvm-svn: 304930
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: D33637 introduced isalpha, whitelist need to reflect that.
Reviewers: eugenis
Subscribers: kubamracek, llvm-commits
Differential Revision: https://reviews.llvm.org/D33687
llvm-svn: 304234
|
|
|
|
| |
llvm-svn: 297924
|
|
|
|
|
|
| |
can be accessed after the static destroyed.
llvm-svn: 295348
|
|
|
|
| |
llvm-svn: 295299
|
|
|
|
|
|
| |
It's needed if libcxx is build without disabling threads.
llvm-svn: 295296
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: eugenis
Subscribers: llvm-commits, kubamracek
Differential Revision: https://reviews.llvm.org/D30013
llvm-svn: 295272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
snprintf returns buffer size needed for printing. If buffer was small, calling
code receives incorrectly symbolized buffer and fail.
Reviewers: eugenis
Subscribers: kubamracek, dberris, kcc
Differential Revision: https://reviews.llvm.org/D29440
llvm-svn: 293930
|
|
|
|
| |
llvm-svn: 289449
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: eugenis, vitalybuka
Subscribers: llvm-commits, kubabrecka
Differential Revision: https://reviews.llvm.org/D25846
llvm-svn: 285013
|
|
|
|
| |
llvm-svn: 284773
|
|
|
|
| |
llvm-svn: 284258
|
|
|
|
| |
llvm-svn: 283166
|
|
|
|
| |
llvm-svn: 282808
|
|
|
|
| |
llvm-svn: 282695
|
|
|
|
| |
llvm-svn: 282694
|
|
|
|
| |
llvm-svn: 282682
|
|
Reviewers: eugenis
Subscribers: llvm-commits, kubabrecka
Differential Revision: https://reviews.llvm.org/D24974
llvm-svn: 282617
|