index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
profile
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Use -fPIC -shared in a test instead of -dynamiclib
Vedant Kumar
2019-10-19
1
-1
/
+1
*
[profile] Disable instrprof-get-filename-merge-mode.c on Windows
Vedant Kumar
2019-10-19
1
-0
/
+0
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
3
-8
/
+23
*
Revert "[profile] Add a test dependency on cxx-headers"
Vedant Kumar
2019-09-27
1
-1
/
+1
*
[profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as well
Vedant Kumar
2019-09-27
1
-0
/
+1
*
[profile] Add a test dependency on cxx-headers
Vedant Kumar
2019-09-27
1
-1
/
+1
*
[llvm-cov] NFC: Specify a specific C++ standard in the test.
Artem Dergachev
2019-09-24
1
-3
/
+6
*
[test] Clean up previous raw profile before merging into it
Vedant Kumar
2019-09-16
1
-1
/
+1
*
compiler-rt: Rename remaining cc files in test/profile to cpp
Nico Weber
2019-08-05
7
-9
/
+9
*
NFC: Unforget a colon in a few CHECK: directives.
Artem Dergachev
2019-07-12
1
-2
/
+2
*
[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARC
Rainer Orth
2019-07-11
3
-2
/
+24
*
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner
2019-06-27
5
-4
/
+4
*
(Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza
2019-06-24
2
-0
/
+74
*
Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...
Hans Wennborg
2019-06-12
2
-74
/
+0
*
[Profile]: Add runtime interface to specify file handle for profile data (Par...
Xinliang David Li
2019-06-06
2
-0
/
+74
*
Prospective test fix in response to r358104.
John McCall
2019-04-11
1
-1
/
+1
*
Fix tests after r357452
Hans Wennborg
2019-04-02
2
-4
/
+4
*
[compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group ID
Matt Davis
2019-04-02
1
-1
/
+5
*
Reland compiler-rt support for order file instrumentation.
Manman Ren
2019-03-08
3
-0
/
+41
*
Revert compiler-rt diffs for order file instrumentation to get bot green!
Manman Ren
2019-03-05
3
-40
/
+0
*
Order File Instrumentation: dump the data in compiler-rt
Manman Ren
2019-03-04
3
-0
/
+40
*
[InstrProf] Use separate comdat group for data and counters
Reid Kleckner
2019-02-27
1
-2
/
+9
*
[llvm-cov] Fix llvm-cov on Windows and un-XFAIL test
Reid Kleckner
2019-02-26
1
-3
/
+0
*
Set hidden attribute on lprofMergeValueProfData
Ana Pazos
2019-02-14
2
-0
/
+66
*
[InstrProf] Implement static profdata registration
Reid Kleckner
2019-02-08
2
-0
/
+44
*
[InstrProf] Port test suite to Windows
Reid Kleckner
2019-02-07
39
-132
/
+167
*
Add support for LLVM profile for NetBSD
Kamil Rytarowski
2018-12-22
2
-1
/
+4
*
[gcov/Darwin] Ensure external symbols are exported when using an export list
Vedant Kumar
2018-12-03
1
-0
/
+8
*
[gcov] Disable instrprof-gcov-fork.test.
Matt Morehouse
2018-11-28
1
-0
/
+2
*
[Profile] The test for gcov-fork seems to be ok on arm
Calixte Denizet
2018-11-08
1
-2
/
+0
*
[Profile] Mark gcov-fork test as failing for arm
Calixte Denizet
2018-11-07
1
-0
/
+2
*
[Profile] Fix fork test and add tests for execlp and execvp after patch https...
Calixte Denizet
2018-11-07
8
-4
/
+102
*
[GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...
Marco Castelluccio
2018-11-07
3
-0
/
+47
*
[Darwin] Export new weak external symbols when compiling with coverage
Vedant Kumar
2018-11-06
1
-0
/
+8
*
[GCOV] Make test path generic so it passes on all machines
Marco Castelluccio
2018-10-30
1
-1
/
+1
*
[GCOV] Add a test for function defined on one line (follow-up of https://revi...
Calixte Denizet
2018-10-30
3
-0
/
+36
*
[profile] Fix the gcov tests after the patch in D49853 landed.
Calixte Denizet
2018-10-11
14
-19
/
+19
*
[Profile] Fix gcov tests
Calixte Denizet
2018-09-25
3
-7
/
+7
*
[profile] Revert commit https://reviews.llvm.org/rL342718
Calixte Denizet
2018-09-24
16
-19
/
+20
*
[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.
Calixte Denizet
2018-09-21
16
-20
/
+19
*
[profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...
Calixte Denizet
2018-09-20
3
-5
/
+3
*
[gcov] Fix branch counters with switch statements (fix PR38821)
Vedant Kumar
2018-09-11
2
-4
/
+4
*
[Coverage] Ignore 'unused' functions with non-zero execution counts
Vedant Kumar
2018-08-07
1
-0
/
+53
*
[gcov] Add test which uses fork
Marco Castelluccio
2018-08-01
3
-0
/
+50
*
[compiler-rt] Add a routine to specify the mode used when creating profile dirs.
Matt Davis
2018-07-31
1
-0
/
+48
*
[gcov] Add tests using switch, one with break clauses and one with fallthrough
Marco Castelluccio
2018-07-31
5
-0
/
+98
*
[profile] Fix typo in test
Teresa Johnson
2018-07-19
1
-1
/
+1
*
[profile] Add interface to get profile filename
Teresa Johnson
2018-07-19
1
-0
/
+39
*
[gcov] Add a test showing differences in line counts when building with or wi...
Marco Castelluccio
2018-07-16
3
-0
/
+48
*
Add a test with __gcov_flush called before terminating the program.
Marco Castelluccio
2018-07-16
3
-0
/
+43
[next]