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
/
Inputs
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
1
-0
/
+35
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
1
-0
/
+5
*
compiler-rt: Rename remaining cc files in test/profile to cpp
Nico Weber
2019-08-05
4
-1
/
+1
*
[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARC
Rainer Orth
2019-07-11
1
-1
/
+2
*
Prospective test fix in response to r358104.
John McCall
2019-04-11
1
-1
/
+1
*
Reland compiler-rt support for order file instrumentation.
Manman Ren
2019-03-08
2
-0
/
+24
*
Revert compiler-rt diffs for order file instrumentation to get bot green!
Manman Ren
2019-03-05
2
-24
/
+0
*
Order File Instrumentation: dump the data in compiler-rt
Manman Ren
2019-03-04
2
-0
/
+24
*
Set hidden attribute on lprofMergeValueProfData
Ana Pazos
2019-02-14
1
-0
/
+60
*
[InstrProf] Port test suite to Windows
Reid Kleckner
2019-02-07
19
-21
/
+18
*
[Profile] Fix fork test and add tests for execlp and execvp after patch https...
Calixte Denizet
2018-11-07
5
-2
/
+82
*
[GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...
Marco Castelluccio
2018-11-07
2
-0
/
+37
*
[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
2
-0
/
+27
*
[profile] Fix the gcov tests after the patch in D49853 landed.
Calixte Denizet
2018-10-11
14
-19
/
+19
*
[profile] Revert commit https://reviews.llvm.org/rL342718
Calixte Denizet
2018-09-24
15
-18
/
+18
*
[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.
Calixte Denizet
2018-09-21
15
-18
/
+18
*
[profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...
Calixte Denizet
2018-09-20
2
-3
/
+3
*
[gcov] Fix branch counters with switch statements (fix PR38821)
Vedant Kumar
2018-09-11
2
-4
/
+4
*
[gcov] Add test which uses fork
Marco Castelluccio
2018-08-01
2
-0
/
+38
*
[gcov] Add tests using switch, one with break clauses and one with fallthrough
Marco Castelluccio
2018-07-31
4
-0
/
+82
*
[gcov] Add a test showing differences in line counts when building with or wi...
Marco Castelluccio
2018-07-16
2
-0
/
+27
*
Add a test with __gcov_flush called before terminating the program.
Marco Castelluccio
2018-07-16
2
-0
/
+31
*
Add a test with multiple BBs on the same line
Marco Castelluccio
2018-07-13
2
-0
/
+54
*
Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.
Marco Castelluccio
2018-07-12
6
-6
/
+6
*
Reapply "Make __gcov_flush flush counters for all shared libraries"
Marco Castelluccio
2018-07-10
16
-14
/
+505
*
Revert "Make __gcov_flush flush counters for all shared libraries"
Michael Zolotukhin
2018-07-07
16
-505
/
+14
*
Make __gcov_flush flush counters for all shared libraries
Marco Castelluccio
2018-07-05
16
-14
/
+505
*
[profile] Add llvm_gcov_flush to be called outside a shared library
Chih-Hung Hsieh
2018-06-29
1
-0
/
+30
*
Hide some symbols to avoid a crash on shutdown when using code coverage
Marco Castelluccio
2018-01-03
1
-0
/
+26
*
[profile] Update Linux-only tests after r313597
Vedant Kumar
2017-09-19
1
-1
/
+1
*
coverage: Update tests to reflect changes from r310012
Vedant Kumar
2017-08-04
1
-1
/
+1
*
Try to fix another profile test
Renato Golin
2016-09-01
1
-1
/
+1
*
[test] Update coverage tests to sync up with r278152
Vedant Kumar
2016-08-09
3
-18
/
+18
*
improve test cases to fix bot failure
Xinliang David Li
2016-08-01
2
-4
/
+4
*
Make test more robust with better matching
Xinliang David Li
2016-08-01
2
-4
/
+4
*
[Profile] Add new test case to cover comdat renaming
Xinliang David Li
2016-08-01
3
-0
/
+64
*
[profile] Fix test to bail on failed waitpid in instrprof-file_ex.c
Vedant Kumar
2016-06-09
1
-1
/
+1
*
[profile] code cleanup /NFC
Xinliang David Li
2016-06-06
1
-2
/
+2
*
[profile] in-process mergeing support (part-2)
Xinliang David Li
2016-06-06
1
-0
/
+59
*
[profile] Add end-end test of vp for inline virtual functions
Xinliang David Li
2016-06-02
3
-0
/
+26
*
[profile] Add a test to ensure runtime allocator is not invoked
Xinliang David Li
2016-05-27
1
-0
/
+41
*
Add missing test case changes
Xinliang David Li
2016-05-26
1
-0
/
+17
*
[profile] entry eviction support in value profiler
Xinliang David Li
2016-05-19
2
-4
/
+145
*
Reapply r268608
Rong Xu
2016-05-11
1
-0
/
+1
*
Revert r268130 -- more bot failure
Xinliang David Li
2016-05-10
1
-1
/
+0
*
Reapply r268608 after IR instr bug fix
Xinliang David Li
2016-05-10
1
-0
/
+1
*
Revert r268608 -- unexplained darwin bot failure
Xinliang David Li
2016-05-06
1
-1
/
+0
*
Add a test of VP with shared lib
Xinliang David Li
2016-05-05
1
-1
/
+523
[next]