aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cxxfilt
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2024-01-04[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev2-3/+9
2024-01-02Revert "[llvm-cxxfilt] Added the option --no-params (#75348)"Arthur Eubanks2-9/+3
2024-01-02[llvm-cxxfilt] Added the option --no-params (#75348)Dmitry Vasilyev2-3/+9
2023-09-26[llvm-cxxfilt] Do not consider the prefix dot as part of the demangled symbol...zhijian1-4/+6
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+1
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-1/+0
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-0/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-06-02[Demangle] convert itaniumDemangle and nonMicrosoftDemangle to use std::strin...Nick Desaulniers1-4/+6
2023-05-03[Demangle] remove unused status param of itaniumDemangleNick Desaulniers1-2/+2
2023-05-03[Demangle] remove unused params of itaniumDemangleNick Desaulniers1-2/+2
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+4
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-06-14[llvm-cxxfilt] Add description for --types in help textgbreynoo1-1/+1
2022-06-06LLVM Driver Multicall toolChris Bieneman2-1/+2
2021-10-16[llvm-cxxfilt] Use nonMicrosoftDemangle for demangling NFCTomasz Miąsko1-17/+10
2021-10-02[llvm-cxxfilt] Replace isalnum with isAlnum from StringExtrasTomasz Miąsko1-1/+1
2021-07-09[llvm-cxxfilt] Switch command line parsing from llvm::cl to OptTableFangrui Song3-55/+109
2021-05-03[demangler] Initial support for the new Rust mangling schemeTomasz Miąsko1-0/+5
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2019-12-16[llvm-cxxfilt] Correctly demangle COFF import thunkSteven Wu1-5/+6
2019-11-18[llvm-cxxfilt] Improve strip-underscore behaviorSteven Wu1-1/+20
2019-06-21[binutils] Add response file option to help and docsJames Henderson1-0/+3
2019-05-09[llvm-cxxfilt] Fix -Wshadow warning. NFCI.Simon Pilgrim1-9/+10
2019-02-27[llvm-cxxfilt] Re-enable split and demangle stdin input on certain non-alphan...Matt Davis1-7/+38
2019-02-27Revert "[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanum...Matt Davis1-38/+7
2019-02-27[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanumerics.Matt Davis1-7/+38
2019-02-15[llvm-cxxfilt] Fix a comment typo. NFC.Matt Davis1-1/+1
2019-02-11[llvm-cxxfilt] Split and demangle stdin inputMatt Davis1-6/+25
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-4/+2
2017-11-29Add opt-viewer testingAdam Nemet1-0/+1
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai1-0/+4
2017-03-22c++filt: support COFF import thunksSaleem Abdulrasool1-0/+6
2017-01-22llvm-cxxfilt: support `-_`Saleem Abdulrasool1-6/+23
2017-01-21llvm-cxxfilt: support the `-s` optionSaleem Abdulrasool1-0/+19
2017-01-20llvm-cxxfilt: add missing includes from previous changeSaleem Abdulrasool1-0/+2
2017-01-20llvm-cxxfilt: fix program descriptionSaleem Abdulrasool1-1/+4