index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce line editor library.
Peter Collingbourne
2014-01-31
1
-0
/
+1
*
No point in having a "#if 0"ed unittest.
Rafael Espindola
2013-12-19
1
-1
/
+0
*
ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...
NAKAMURA Takumi
2013-12-19
1
-0
/
+1
*
Revert r197600 while I sort out why it's failing on Windows.
Owen Anderson
2013-12-18
1
-1
/
+0
*
Add a unit test for loading an object file via a file descriptor. Patch by P...
Owen Anderson
2013-12-18
1
-0
/
+1
*
Fix MCDataAtom never calling remap when adding data.
Rafael Espindola
2013-10-16
1
-0
/
+1
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
1
-0
/
+1
*
Alphabetize.
Eric Christopher
2013-09-03
1
-4
/
+4
*
Make BinaryRef output correctly in case of empty data.
Sean Silva
2013-07-09
1
-0
/
+1
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
1
-0
/
+1
*
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
1
-0
/
+1
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
1
-148
/
+7
*
Factor the logic for setting up a GoogleTest unit test executable into
Chandler Carruth
2012-06-21
1
-45
/
+3
*
Simplify the naming pattern in the unittests' CMake file
Chandler Carruth
2012-06-21
1
-12
/
+16
*
Remove one of the LLVM-specific CMake hacks in favor of standard CMake
Chandler Carruth
2012-06-21
1
-6
/
+7
*
Add missing unittest files to the cmake build.
Benjamin Kramer
2012-06-17
1
-1
/
+9
*
Update CMake build.
Benjamin Kramer
2012-06-16
1
-1
/
+0
*
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-16
1
-0
/
+1
*
Fix gtest build issue on Visual Studio 2012 RC
Justin Holewinski
2012-06-06
1
-0
/
+6
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
1
-1
/
+0
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+1
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
1
-0
/
+1
*
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...
Eli Bendersky
2012-03-15
1
-8
/
+8
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
1
-1
/
+25
*
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-02-22
1
-0
/
+1
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+1
*
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-31
1
-0
/
+1
*
Undo the hack in r147427 and move this unittest to a better home. This
Chandler Carruth
2012-01-02
1
-1
/
+4
*
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
2012-01-02
1
-0
/
+1
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
1
-0
/
+1
*
Add a generic collection of class templates to ADT for building
Chandler Carruth
2011-12-16
1
-0
/
+1
*
Tweak CMake build on Cygwin.
NAKAMURA Takumi
2011-12-16
1
-1
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-1
/
+0
*
Add unit tests for ADT/PackedVector
Argyrios Kyrtzidis
2011-06-15
1
-0
/
+1
*
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-05-11
1
-1
/
+1
*
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Disable RTTI when building unit tests. This avoids errors at link time.
Oscar Fuentes
2011-01-13
1
-0
/
+6
*
Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.
Jakob Stoklund Olesen
2010-12-21
1
-0
/
+1
*
CMake: Fix warning in gtest header used by unit tests.
Frits van Bommel
2010-12-07
1
-0
/
+4
*
unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.
NAKAMURA Takumi
2010-12-07
1
-5
/
+6
*
unittests: Merge SystemTests back into SupportTests.
Michael J. Spencer
2010-11-29
1
-9
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-3
/
+1
*
unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...
NAKAMURA Takumi
2010-11-26
1
-0
/
+4
*
unittests: Add SystemTests.
Michael J. Spencer
2010-11-24
1
-1
/
+13
*
Add test for PR 8111. By Frits van Bommel.
Dale Johannesen
2010-11-19
1
-0
/
+1
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
1
-0
/
+1
*
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...
NAKAMURA Takumi
2010-11-19
1
-1
/
+7
*
unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...
NAKAMURA Takumi
2010-11-19
1
-1
/
+9
*
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
1
-1
/
+0
[next]