summaryrefslogtreecommitdiff
path: root/clang/test/Profile
Commit message (Expand)AuthorAgeFilesLines
* [clang] Convert a few tests to opaque pointersSergei Barannikov2023-05-141-4/+4
* [clang] Apply -fcoverage-prefix-map reverse orderGulfem Savrun Yeniceri2023-04-271-0/+10
* [Clang] Update Profile tests to opaque pointers (NFC)Nikita Popov2022-12-1215-82/+82
* [PGO] Consider parent context when weighing branches with likelyhood.Anton Bikineev2022-10-082-0/+45
* [Clang] Give error message for invalid profile path when compiling IRAiden Grossman2022-09-162-1/+5
* [NFC] Rename Instrinsic to IntrinsicDavid Green2022-04-253-3/+3
* [misexpect] Re-implement MisExpect DiagnosticsPaul Kirth2022-04-1914-0/+383
* [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2022-04-0716-31/+31
* Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya2022-03-3114-383/+0
* [misexpect] Re-implement MisExpect DiagnosticsPaul Kirth2022-03-3114-0/+383
* Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth2022-03-2914-383/+0
* [misexpect] Re-implement MisExpect DiagnosticsPaul Kirth2022-03-2814-0/+383
* Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth2022-03-1814-383/+0
* Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth2022-03-1814-0/+383
* Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth2022-03-1714-383/+0
* [misexpect] Re-implement MisExpect DiagnosticsPaul Kirth2022-03-1714-0/+383
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-128-19/+19
* [NFC][AIX][clang] un-XFAIL gcc profile flag compat testDavid Tenty2022-01-282-3/+3
* Resolve lit failures in clang-aarch64*hyeongyu kim2022-01-161-2/+2
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2022-01-163-7/+7
* [InstrProf] Use i32 for GEP index from lowering llvm.instrprof.incrementEllis Hoag2021-11-1911-229/+232
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2021-11-093-7/+7
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim2021-11-063-7/+7
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee2021-11-063-7/+7
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-11-063-7/+7
* [test] Remove tests pinned to the legacy PMArthur Eubanks2021-10-182-28/+14
* Revert D105169 due to the two-stage failure in ASANJuneyoung Lee2021-10-183-7/+7
* Resolve lit failures in clang after 8ca4b3e's landJuneyoung Lee2021-10-161-2/+2
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-10-163-7/+7
* [AIX] Change the linkage of profiling counter/data to be privateJinsong Ji2021-09-291-2/+4
* Update: clang/test/Profile/gcc-flag-compatibility.c to have -flto on AIXMark Danial2021-08-092-0/+70
* [InstrProfiling] Make CountersPtr in __profd_ relativeFangrui Song2021-07-301-1/+1
* Revert test fixups after e9a9c850989e (which reverted a14fc74).Nico Weber2021-06-043-4/+4
* [test] Update more clang/test/Profile testsFangrui Song2021-06-032-3/+3
* [test] Update c-linkage-available_externally.cFangrui Song2021-06-031-1/+1
* [PGO, test] Fix typo in FileCheck varThomas Preud'homme2021-04-031-1/+1
* [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek2021-02-252-21/+21
* [Coverage] Normalize compilation dir as wellPetr Hosek2021-02-191-0/+3
* [Coverage] Store compilation dir separately in coverage mappingPetr Hosek2021-02-181-4/+8
* Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek2021-02-181-8/+4
* [Coverage] Store compilation dir separately in coverage mappingPetr Hosek2021-02-181-4/+8
* [clang] Add -fprofile-prefix-mapKeith Smiley2021-01-251-0/+14
* Reapply multiple "[clang][cli]" patchesJan Svoboda2021-01-061-1/+1
* [Coverage] Fix Profile test failures from commit rG9f2967bcfe2fAlan Phipps2021-01-051-1/+1
* [Coverage] Fix test failures from commit rG9f2967bcfe2fAlan Phipps2021-01-052-2/+2
* [Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps2021-01-055-18/+184
* [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song2020-12-302-2/+2
* Revert 741978d727 and things that landed on top of it.Nico Weber2020-12-231-1/+1
* [clang][cli] Port CodeGenOpts simple string flags to new option parsing systemJan Svoboda2020-12-181-1/+1
* [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson2020-11-161-8/+8