aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Profile
AgeCommit message (Expand)AuthorFilesLines
2022-04-25[NFC] Rename Instrinsic to IntrinsicDavid Green3-3/+3
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth14-0/+383
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov16-31/+31
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya14-383/+0
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth14-0/+383
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth14-383/+0
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth14-0/+383
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth14-383/+0
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth14-0/+383
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth14-383/+0
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth14-0/+383
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman8-19/+19
2022-01-28[NFC][AIX][clang] un-XFAIL gcc profile flag compat testDavid Tenty2-3/+3
2022-01-16Resolve lit failures in clang-aarch64*hyeongyu kim1-2/+2
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim3-7/+7
2021-11-19[InstrProf] Use i32 for GEP index from lowering llvm.instrprof.incrementEllis Hoag11-229/+232
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim3-7/+7
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim3-7/+7
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee3-7/+7
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-7/+7
2021-10-18[test] Remove tests pinned to the legacy PMArthur Eubanks2-28/+14
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee3-7/+7
2021-10-16Resolve lit failures in clang after 8ca4b3e's landJuneyoung Lee1-2/+2
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-7/+7
2021-09-29[AIX] Change the linkage of profiling counter/data to be privateJinsong Ji1-2/+4
2021-08-09Update: clang/test/Profile/gcc-flag-compatibility.c to have -flto on AIXMark Danial2-0/+70
2021-07-30[InstrProfiling] Make CountersPtr in __profd_ relativeFangrui Song1-1/+1
2021-06-04Revert test fixups after e9a9c850989e (which reverted a14fc74).Nico Weber3-4/+4
2021-06-03[test] Update more clang/test/Profile testsFangrui Song2-3/+3
2021-06-03[test] Update c-linkage-available_externally.cFangrui Song1-1/+1
2021-04-03[PGO, test] Fix typo in FileCheck varThomas Preud'homme1-1/+1
2021-02-25[Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek2-21/+21
2021-02-19[Coverage] Normalize compilation dir as wellPetr Hosek1-0/+3
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-4/+8
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek1-8/+4
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-4/+8
2021-01-25[clang] Add -fprofile-prefix-mapKeith Smiley1-0/+14
2021-01-06Reapply multiple "[clang][cli]" patchesJan Svoboda1-1/+1
2021-01-05[Coverage] Fix Profile test failures from commit rG9f2967bcfe2fAlan Phipps1-1/+1
2021-01-05[Coverage] Fix test failures from commit rG9f2967bcfe2fAlan Phipps2-2/+2
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps5-18/+184
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song2-2/+2
2020-12-23Revert 741978d727 and things that landed on top of it.Nico Weber1-1/+1
2020-12-18[clang][cli] Port CodeGenOpts simple string flags to new option parsing systemJan Svoboda1-1/+1
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-8/+8
2020-11-14Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Roman Lebedev14-340/+0
2020-11-04[clang] Add mustprogress and llvm.loop.mustprogress attribute deductionAtmn Patel1-2/+2
2020-10-31Revert "Use uint64_t for branch weights instead of uint32_t"Arthur Eubanks10-110/+159
2020-10-30Use uint64_t for branch weights instead of uint32_tArthur Eubanks10-159/+110
2020-10-27Revert "Use uint64_t for branch weights instead of uint32_t"Nico Weber10-110/+159