Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23[memprof] Initialize MemInfoBlock data.Snehasish Kumar
2022-02-18Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-18Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar
2022-02-18Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-15Reland "[memprof] Introduce a wrapper around MemInfoBlock."Snehasish Kumar
2022-02-15Reland "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar
2022-02-14Revert "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar
2022-02-14Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar
2022-02-14Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-14Revert "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-14[memprof] Extend the index prof format to include memory profiles.Snehasish Kumar
2022-02-14[memprof] Refactor out the MemInfoBlock into a macro based def.Snehasish Kumar
2022-02-02[sanitizer_common][test] Enable tests on SPARCRainer Orth
2022-02-01[memprof] Move the meminfo block struct to MemProfData.inc.Snehasish Kumar
2022-01-28[InstrProf] Add single byte coverage modeEllis Hoag
2022-01-19Fix broken comment in InstrProfData.incEllis Hoag
2022-01-19[InstrProf] Restore InstrProfData.inc to fix Fuchsia buildsEllis Hoag
2022-01-14[InstrProf][NFC] Do not assume size of counter typeEllis Hoag
2022-01-06[DFSan] Add option for conditional callbacks.Andrew Browne
2021-12-23[DFSan] Make dfsan_read_origin_of_first_taint public.Andrew Browne
2021-12-23[DFSan] Add functions to print origin trace from origin id instead of address.Andrew Browne
2021-12-17[Try2][InstrProf] Attach debug info to countersEllis Hoag
2021-12-14Revert "[InstrProf] Attach debug info to counters"Ellis Hoag
2021-12-14[InstrProf] Attach debug info to countersEllis Hoag
2021-11-30[memprof] Extend llvm-profdata to display MemProf profile summaries.Snehasish Kumar
2021-10-05[InstrProfData] Bump the raw profile version to 8Petr Hosek
2021-09-24tsan: add a test for flushing memoryDmitry Vyukov
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-03[sanitizer] Add callbacks for epoll_pwait2Vitaly Buka
2021-07-31[NFC][sanitizer] clang-format few filesVitaly Buka
2021-07-31[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-31Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-31[sanitizer] Remove cpplint annotationsVitaly Buka
2021-07-31[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-31Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30[InstrProfiling] Make CountersPtr in __profd_ relativeFangrui Song
2021-07-23[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-07-21Revert "[profile] Add binary id into profiles"Gulfem Savrun Yeniceri
2021-07-21[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-07-19[InstrProfiling] Use weak alias for bias variablePetr Hosek
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson
2021-07-10Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx"Martin Storsjö
2021-07-09Prepare Compiler-RT for GnuInstallDirs, matching libcxxJohn Ericson
2021-06-29[dfsan] Expose dfsan_get_track_origins to get origin tracking statusJianzhou Zhao
2021-06-15[dfsan] Add stack-trace printing functions to dfsan interfaceGeorge Balatsouras
2021-06-08[dfsan] Add full fast8 supportGeorge Balatsouras
2021-05-24[dfsan] Add function that prints origin stack trace to bufferGeorge Balatsouras
2021-04-15Add convenient composed tsan constantsMartijn Vels
2021-03-24[TSan] Support initialize/finalize hooks in dynamic librariesJulian Lettner