summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-02-08llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool
2017-02-08Use dynamic symbols for ELF disassemblySam Parker
2017-02-06Fix a bug in llvm-obdump(1) with the -macho and -info-plist optionsKevin Enderby
2017-02-06Fix a bug in llvm-obdump(1) with the -macho and -disassemble optionsKevin Enderby
2017-02-05[llvm-cov] Don't show function summaries when filtering by filename (fixes PR...Vedant Kumar
2017-02-05[llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar
2017-02-05[llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar
2017-02-05[llvm-cov] Fix a comment, NFCVedant Kumar
2017-02-03Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -machoKevin Enderby
2017-02-03[LLC] Add an inline assembly diagnostics handler.Sanne Wouda
2017-02-02llvm-readobj: fix next note entry calculation and print unknown note typesKonstantin Zhuravlyov
2017-02-02[ThinLTO] PrintStatistics when we exit early for thinlto-index-onlyTeresa Johnson
2017-02-02Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama
2017-02-02[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade pathSteven Wu
2017-02-01[pdb] Add a new command for analyzing hash collisions.Zachary Turner
2017-02-01[XRay] Use std::errc::invalid_argument instead of std::errc::bad_messageDean Michael Berris
2017-02-01[XRay] Define the InstrumentationMap typeDean Michael Berris
2017-01-31Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie
2017-01-31Fix a bug in llvm-obdump(1) with the -macho flag disassembling an objectKevin Enderby
2017-01-30Fix llvm-readobj build error after r293569Vedant Kumar
2017-01-30[WebAssembly] Add wasm support for llvm-readobjDerek Schuff
2017-01-30Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby
2017-01-28Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-27NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...Adrian McCarthy
2017-01-26[obj2yaml] Produce correct output for invalid relocations.Davide Italiano
2017-01-26Replace addEarlyAsPossiblePasses callback with adjustPassManagerStanislav Mekhanoshin
2017-01-26gold-plugin: Simplify naming of object files created with save-temps or obj-p...Peter Collingbourne
2017-01-26Fix --Wunused-function.Rui Ueyama
2017-01-26[llc] Add -pass-remarks-outputAdam Nemet
2017-01-25[llc] Add -pass-remarks-with-hotnessAdam Nemet
2017-01-25New OptimizationRemarkEmitter pass for MIRAdam Nemet
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy
2017-01-25Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby
2017-01-25[pdb] Correctly parse the hash adjusters table from TPI stream.Zachary Turner
2017-01-25[AMDGPU] Bump up n_type for metadata v2Konstantin Zhuravlyov
2017-01-25Implemented color coding and Vertex labels in XRay GraphDean Michael Berris
2017-01-25gold-plugin: Add the file path to the file open error diagnostic.Peter Collingbourne
2017-01-23Add support for the x86_thread_state32_t andKevin Enderby
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-22llvm-cxxfilt: support `-_`Saleem Abdulrasool
2017-01-21llvm-strings: remove default for -Wcovered-switch-defaultSaleem Abdulrasool
2017-01-21llvm-strings: add support for `-t`Saleem Abdulrasool
2017-01-21llvm-cxxfilt: support the `-s` optionSaleem Abdulrasool
2017-01-20[pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner
2017-01-20[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner
2017-01-20llvm-cxxfilt: add missing includes from previous changeSaleem Abdulrasool
2017-01-20llvm-cxxfilt: fix program descriptionSaleem Abdulrasool
2017-01-20llvm-cxxfilt: support `-t` to demangle typesSaleem Abdulrasool
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby