aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DiagnosticInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-21Revert D157750 "[Driver][CodeGen] Properly handle -fsplit-machine-functions f...Fangrui Song1-4/+0
2023-08-16[Driver][CodeGen] Properly handle -fsplit-machine-functions for fatbinary com...Han Shen1-0/+4
2023-06-06reland: [Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers1-2/+1
2023-05-02Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers1-1/+2
2023-05-02[Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers1-2/+1
2023-01-30Reland [LTO] Demangle the function name in DiagnosticInfoDontCall messageKyuwon Cho1-1/+3
2023-01-30Revert "[LTO] Demangle the function name in DiagnosticInfoDontCall message"Arthur Eubanks1-3/+1
2023-01-30[LTO] Demangle the function name in DiagnosticInfoDontCall messageKyuwon Cho1-1/+3
2023-01-24[llvm][DiagnosticInfo] handle function pointer castsNick Desaulniers1-1/+3
2022-10-28DiagnosticInfo: Report function location for resource limitsMatt Arsenault1-2/+10
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+11
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya1-11/+0
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+11
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-11/+0
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+11
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth1-11/+0
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth1-0/+11
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-11/+0
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+11
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-5/+1
2021-10-15[IR] Fix a few incorrect paths in file header comments. NFCCraig Topper1-1/+1
2021-09-28Reland [clang] Rework dontcall attributesArthur Eubanks1-1/+29
2021-09-28Revert "[clang] Rework dontcall attributes"Arthur Eubanks1-29/+1
2021-09-28[clang] Rework dontcall attributesArthur Eubanks1-1/+29
2021-09-21Make DiagnosticInfoResourceLimit's limit param requiredArthur Eubanks1-4/+2
2021-08-25[Clang] add support for error+warning fn attrsNick Desaulniers1-0/+4
2021-06-22Improve the diagnostic of DiagnosticInfoResourceLimit (and warn-stack-size in...Fangrui Song1-5/+3
2021-05-19[Diagnostics] Allow emitting analysis and missed remarks on functionsJoseph Huber1-0/+14
2021-03-01[Diagnose] Unify MCContext and LLVMContext diagnosingYuanfang Chen1-0/+4
2021-02-04[IR] Drop unnecessary const from return types (NFC)Kazu Hirata1-1/+1
2020-12-11[Support] Introduce a new InstructionCost classDavid Sherwood1-0/+8
2020-11-14Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Roman Lebedev1-11/+0
2020-08-24[llvm][LV] Replace `unsigned VF` with `ElementCount VF` [NFCI]Francesco Petrogalli1-0/+7
2020-08-24Revert "[llvm][LV] Replace `unsigned VF` with `ElementCount VF` [NFCI]"Francesco Petrogalli1-7/+0
2020-08-24[llvm][LV] Replace `unsigned VF` with `ElementCount VF` [NFCI]Francesco Petrogalli1-0/+7
2020-02-18[NFC] Remove trailing spaceJim Lin1-1/+1
2020-01-29[LTO] Add optimization remarks for removed functionsGabor Horvath1-6/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-14/+15
2019-09-11Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek1-0/+11
2019-09-11Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko1-11/+0
2019-09-11clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek1-0/+11
2019-09-10Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek1-11/+0
2019-09-10clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek1-0/+11
2019-05-30[Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih1-137/+0
2019-04-24[Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih1-11/+46
2019-03-06Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih1-1/+0
2019-03-06[Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih1-0/+1
2019-01-25[DiagnosticInfo] Add support for preserving newlines in remark arguments.Florian Hahn1-1/+23
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-29Add vtable anchor to classes.Richard Trieu1-0/+8