index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
unittest
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-0
/
+20
*
Add a default copy constructor for -Wdeprecated-copy warnings.
Eric Christopher
2019-12-05
1
-0
/
+2
*
Fixed -Wdeprecated-copy warnings in gtest. NFCI.
Dávid Bolvanský
2019-11-24
3
-80
/
+81
*
Cherry-pick gtest fix for asan tests.
Evgenii Stepanov
2019-11-20
1
-1
/
+1
*
reland [gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
2
-2
/
+29
*
Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."
Sam McCall
2019-08-21
1
-29
/
+0
*
[gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
1
-0
/
+29
*
[unittests] Mark private gmock headers with IWYU pragmas. NFC
Ilya Biryukov
2019-08-07
13
-0
/
+26
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-20
/
+0
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-0
/
+20
*
Build with _XOPEN_SOURCE defined on AIX
David Tenty
2019-06-07
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-1
/
+14
*
[unittests] Do not use llvm::sort in googlemock
Dean Michael Berris
2018-09-20
1
-1
/
+1
*
[unittests] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-07
1
-1
/
+1
*
Revert r326092: [gtest] Add PrintTo overload for StringRef.
Ilya Biryukov
2018-02-26
1
-13
/
+0
*
[gtest] Add PrintTo overload for StringRef.
Ilya Biryukov
2018-02-26
1
-0
/
+13
*
[gtest] Support raw_ostream printing functions more comprehensively.
Sam McCall
2018-02-12
3
-41
/
+79
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
2
-2
/
+2
*
Force #define GTEST_LANG_CXX11.
Zachary Turner
2017-10-27
1
-0
/
+5
*
Note addition of NetBSD support in googletest
Kamil Rytarowski
2017-05-06
1
-1
/
+1
*
Add NetBSD to the list of platforms supporting death tests. Two unit
Joerg Sonnenberger
2017-05-05
2
-1
/
+3
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-2
/
+2
*
[gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers to
Chandler Carruth
2017-01-11
1
-12
/
+28
*
Add the 'googlemock' component of Google Test to LLVM's unittest libraries.
Chandler Carruth
2017-01-10
27
-2
/
+16952
*
[gtest] Detect warning flags using the positive spelling.
Chandler Carruth
2017-01-06
1
-2
/
+2
*
[gtest] Work around broken installs of libc++ where we don't have
Chandler Carruth
2017-01-05
1
-1
/
+7
*
Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdef
Reid Kleckner
2017-01-05
1
-2
/
+2
*
[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.
Chandler Carruth
2017-01-04
33
-2461
/
+5437
*
[cmake] Export gtest/gtest_main and its dependencies via a special build tree...
Michael Gottesman
2016-09-09
2
-0
/
+6
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+2
*
Avoid linking LLVM component libraries with libLLVM
Andrew Wilkins
2016-02-12
2
-5
/
+6
*
Remove autoconf support
Chris Bieneman
2016-01-26
3
-87
/
+0
*
Fix undefined behavior in llvm's local changes to googletest.
Nico Weber
2016-01-19
2
-1
/
+5
*
Reordering fields to reduce padding in LLVM. NFC
Ben Craig
2015-12-14
1
-24
/
+28
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.
NAKAMURA Takumi
2015-07-06
1
-3
/
+2
*
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
10
-86
/
+91
*
Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.
Pete Cooper
2015-04-07
1
-1
/
+1
*
Fix a grammar issue I introduced.
Chandler Carruth
2015-03-11
1
-1
/
+1
*
Inspired by r231891, use gender neutral pronouns in the places I've
Chandler Carruth
2015-03-11
2
-2
/
+2
*
Avoid explicitly declaring the copy assignment operator, as this unnecessaril...
David Blaikie
2015-03-03
1
-3
/
+0
*
Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...
NAKAMURA Takumi
2015-02-15
1
-6
/
+0
*
Revert r229185, "Raising minimum required Visual Studio version to 2013."
NAKAMURA Takumi
2015-02-14
1
-0
/
+6
*
Raising minimum required Visual Studio version to 2013.
Chris Bieneman
2015-02-13
1
-6
/
+0
*
Use -Wl,defs when linking.
Rafael Espindola
2015-01-20
1
-2
/
+11
*
Reverted r203879.
Galina Kistanova
2014-03-14
1
-1
/
+1
[next]