OSDN Git Service

llvm-profdata] Handle the cases of overlapping input file and output file
[android-x86/external-llvm.git] / tools / llvm-cxxfilt /
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-05-09 Simon Pilgrim[llvm-cxxfilt] Fix -Wshadow warning. NFCI.
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable split and demangle stdin input...
2019-02-27 Matt DavisRevert "[llvm-cxxfilt] Split and demangle stdin input...
2019-02-27 Matt Davis[llvm-cxxfilt] Split and demangle stdin input on certai...
2019-02-15 Matt Davis[llvm-cxxfilt] Fix a comment typo. NFC.
2019-02-11 Matt Davis[llvm-cxxfilt] Split and demangle stdin input
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2017-11-29 Adam NemetAdd opt-viewer testing
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-03-22 Saleem Abdulrasoolc++filt: support COFF import thunks
2017-01-22 Saleem Abdulrasoolllvm-cxxfilt: support `-_`
2017-01-21 Saleem Abdulrasoolllvm-cxxfilt: support the `-s` option
2017-01-20 Saleem Abdulrasoolllvm-cxxfilt: add missing includes from previous change
2017-01-20 Saleem Abdulrasoolllvm-cxxfilt: fix program description
2017-01-20 Saleem Abdulrasoolllvm-cxxfilt: support `-t` to demangle types
2017-01-19 Saleem Abdulrasoolllvm-cxxfilt: filter out invalid manglings
2016-11-13 Saleem Abdulrasoolllvm-cxxfilt: support reading from stdin
2016-09-27 Davide Italiano[llvm-cxxfilt] Use llvm::outs(). Simplify.
2016-09-06 Rafael EspindolaAdd an c++ itanium demangler to llvm.