summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cxxfilt] Correctly demangle COFF import thunkSteven Wu2019-12-161-5/+6
* [llvm-cxxfilt] Improve strip-underscore behaviorSteven Wu2019-11-181-1/+20
* [binutils] Add response file option to help and docsJames Henderson2019-06-211-0/+3
* [llvm-cxxfilt] Fix -Wshadow warning. NFCI.Simon Pilgrim2019-05-091-9/+10
* [llvm-cxxfilt] Re-enable split and demangle stdin input on certain non-alphan...Matt Davis2019-02-271-7/+38
* Revert "[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanum...Matt Davis2019-02-271-38/+7
* [llvm-cxxfilt] Split and demangle stdin input on certain non-alphanumerics.Matt Davis2019-02-271-7/+38
* [llvm-cxxfilt] Fix a comment typo. NFC.Matt Davis2019-02-151-1/+1
* [llvm-cxxfilt] Split and demangle stdin inputMatt Davis2019-02-111-6/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-4/+2
* Add opt-viewer testingAdam Nemet2017-11-291-0/+1
* c++filt: support COFF import thunksSaleem Abdulrasool2017-03-221-0/+6
* llvm-cxxfilt: support `-_`Saleem Abdulrasool2017-01-221-6/+23
* llvm-cxxfilt: support the `-s` optionSaleem Abdulrasool2017-01-211-0/+19
* llvm-cxxfilt: add missing includes from previous changeSaleem Abdulrasool2017-01-201-0/+2
* llvm-cxxfilt: fix program descriptionSaleem Abdulrasool2017-01-201-1/+4
* llvm-cxxfilt: support `-t` to demangle typesSaleem Abdulrasool2017-01-201-5/+18
* llvm-cxxfilt: filter out invalid manglingsSaleem Abdulrasool2017-01-191-3/+6
* llvm-cxxfilt: support reading from stdinSaleem Abdulrasool2016-11-131-10/+17
* [llvm-cxxfilt] Use llvm::outs(). Simplify.Davide Italiano2016-09-271-5/+2
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-061-0/+29
OpenPOWER on IntegriCloud