about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2020-11-05Fix sed command for MacRich Kadel-1/+1
2020-11-05rename some tests to avoid exceeding windows path limitsRich Kadel-819/+847
2020-11-05fix cross-platform test bugsRich Kadel-40/+17
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-0/+6
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-116/+1169
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-540/+522
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-294/+216
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-813/+9055
2020-10-31Assert that locals have storage when usedTomasz Miąsko-0/+2
2020-10-19Move issue-36710 test to run-makeJonas Schievink-36/+0
2020-10-19Unignore testJonas Schievink-2/+0
2020-10-10Fix hotplug_codegen_backend testbjorn3-32/+26
2020-10-05Renamed tests to avoid exceeding Windows max path limitRich Kadel-585/+585
2020-10-05Updates to experimental coverage counter injectionRich Kadel-1464/+17863
2020-10-04Bless more test outputAaron Hill-962/+628
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-24/+24
2020-09-28Fix run-make-fulldeps testsvarkor-24/+24
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+1
2020-09-10Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrumbors-2/+2
2020-09-06Improved the MIR spanview outputRich Kadel-224/+674
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passedVadim Petrochenkov-2/+2
2020-09-05Ignore failing PGO/coverage tests on MinGWMateusz Mikuła-1/+29
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-268/+1771
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-268/+1771
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-15/+17
2020-08-22Write coverage filenames in Version3 formatJosh Stone-1/+1
2020-08-15Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obkbors-56/+60
2020-08-14Fix run-make testMatthew Jasper-56/+60
2020-08-14Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadelbors-19/+116
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-19/+116
2020-08-13Link sanitizers when creating dynamic libraries on macOSTomasz Miąsko-3/+0
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-1/+1
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-0/+14
2020-07-29Add test for #50176Mateusz Mikuła-0/+14
2020-07-27mv std libs to library/mark-1/+1
2020-07-22Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikicManish Goregaokar-0/+65
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+221
2020-07-17Generating the coverage mapRich Kadel-0/+221
2020-07-17Fix various tests to run on windows-gnuMateusz Mikuła-42/+39
2020-07-17Remove invalid testMateusz Mikuła-11/+0
2020-07-17Create implib for dlls when testing MinGW targetsMateusz Mikuła-1/+1
2020-07-16Rollup merge of #73998 - euclio:search-index-determinism, r=nikomatsakisManish Goregaokar-0/+18
2020-07-16Rollup merge of #73981 - ehuss:remove-ignore-stage1, r=nikomatsakisManish Goregaokar-4/+0
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-03add regression test for #61216Andy Russell-0/+18
2020-07-02Remove some `ignore-stage1` annotations.Eric Huss-4/+0
2020-06-30va_args implementation for AAPCS.Jamie Cunliffe-0/+65