| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 319984
|
|
|
|
|
|
|
| |
r319875 caused a sign comparison build failure. Explicitly set the
enum's type to be unsigned.
llvm-svn: 319977
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit r250823.
Replacing at least some of empty
constructors with "= default" variants is a semantical change which we
don't want. E.g. __tsan::ClockBlock contains a union of large arrays,
and it's critical for correctness and performance that we don't memset()
these arrays in the constructor.
llvm-svn: 251717
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Replace empty bodies of default constructors and destructors with '= default'.
Reviewers: klimek, bkramer
Subscribers: alexfh, cfe-commits
Differential Revision: http://reviews.llvm.org/D13892
llvm-svn: 250823
|
|
|
|
| |
llvm-svn: 203661
|
|
|
|
|
|
| |
can't build anything here.
llvm-svn: 202297
|
|
|
|
|
|
|
|
|
|
|
|
| |
C99/C++11."
This reverts commit r201910.
While __func__ may be standard in C++11, it was only recently added to
MSVC in 2013 CTP, and LLVM supports MSVC 2012. __FUNCTION__ may not be
standard, but it's *very* portable.
llvm-svn: 201916
|
|
|
|
| |
llvm-svn: 201910
|
|
|
|
| |
llvm-svn: 201509
|
|
|
|
|
|
| |
little stack; add common flag 'detect_deadlocks'
llvm-svn: 201405
|
|
|
|
|
|
| |
LeastSignificantSetBitIndex in bit vector (to iterate bits in increasing order)
llvm-svn: 201339
|
|
|
|
|
|
| |
check
llvm-svn: 201338
|
|
|
|
| |
llvm-svn: 201322
|
|
|
|
| |
llvm-svn: 201306
|
|
|
|
|
|
| |
(except for small unit tests).
llvm-svn: 201302
|
|
|
|
|
|
| |
more methods to the bit vectors
llvm-svn: 201226
|
|
llvm-svn: 201210
|