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
/
compiler-rt
/
test
/
profile
Commit message (
Expand
)
Author
Age
Files
Lines
*
[compiler-rt] Reduce the number of threads in gcov test to avoid failure
Calixte Denizet
2020-06-23
1
-15
/
+5
*
[profile] Don't crash when forking in several threads
Calixte Denizet
2020-05-07
2
-0
/
+46
*
[profile] Support merge pool size >= 10
Fangrui Song
2020-01-12
1
-0
/
+7
*
[profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFC
Vedant Kumar
2019-12-11
1
-0
/
+1
*
[profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC
Vedant Kumar
2019-12-11
1
-0
/
+2
*
[profile] Add explanatory comments to instrprof-darwin-exports.c, NFC
Vedant Kumar
2019-12-10
1
-3
/
+11
*
[profile] Fix file contention causing dropped counts on Windows under -fprofi...
Hans Wennborg
2019-11-27
3
-0
/
+108
*
[profile] Support online merging with continuous sync mode
Vedant Kumar
2019-11-18
1
-0
/
+138
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
7
-0
/
+319
*
[profile] Clean up stale raw profiles in instrprof-write-file.c
Vedant Kumar
2019-10-31
1
-0
/
+1
*
[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
[next]