summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-04-06Allow specification of what kinds of class members to dump.Zachary Turner
2017-04-06[llvm-pdbdump] Allow pretty to only dump specific types of types.Zachary Turner
2017-04-06[llvm-extract] Add option for recursive extractionKeno Fischer
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini
2017-04-05[Bugpoint] Use `unique_ptr` correctly.Bryant Wong
2017-04-05[llvm-readobj] Only print the real size of the notePetr Hosek
2017-04-05[yaml2obj] Factor out error handling code.Davide Italiano
2017-04-05[llvm-ar] Remove unneeded std::, NFCI.Davide Italiano
2017-04-05[llvm-ar] errors go on stderr and not on stdout.Davide Italiano
2017-04-05[yaml2obj] Improve error message when output file cannot be opened.Davide Italiano
2017-04-04[PDB] Save one type record copyReid Kleckner
2017-04-03[codeview] Cope with unsorted streams in type mergingReid Kleckner
2017-04-03[codeview] Add support for label type recordsReid Kleckner
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne
2017-04-01Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet
2017-04-01Feature generic option to setup start/stop-after/beforeQuentin Colombet
2017-03-31AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType toKonstantin Zhuravlyov
2017-03-31[llvm-ar] Extract objects to their basename in the CWDReid Kleckner
2017-03-31Re-apply r299168 and r299169 now that the libdeps are fixed.Peter Collingbourne
2017-03-31Revert r299168 and r299169 due to library dependency issues.Peter Collingbourne
2017-03-31LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...Peter Collingbourne
2017-03-31[XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-29llvm-pdbdump: If we don't change the color, don't reset the color.Adrian McCarthy
2017-03-29[XRay][tools] Handle "no subcommand" case for llvm-xrayDean Michael Berris
2017-03-28More accurate header inclusions. NFC.Peter Collingbourne
2017-03-28LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.Peter Collingbourne
2017-03-28Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini
2017-03-26[llvm-readobj] Prefer ILT to IAT for reading COFF importsShoaib Meenai
2017-03-26Add check for BSD when setting LIB_NAMES for GNU ldAndrew Wilkins
2017-03-24[PDB] Split item and type records when merging type streamsReid Kleckner
2017-03-23[PDB] Use two DBs when dumping the IPI streamReid Kleckner
2017-03-23[ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson
2017-03-23Add option to control whether llvm-pdbdump outputs in colorAdrian McCarthy
2017-03-22[AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov
2017-03-22c++filt: support COFF import thunksSaleem Abdulrasool
2017-03-22[CMake] Use variable interpolation instead of string concatenationSerge Pavlov
2017-03-22[codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLISTReid Kleckner
2017-03-21Do not inline hot callsites for samplepgo in thinlto compile phase.Dehao Chen
2017-03-21Fix evaluation of LLVM_DEFINITIONSSerge Pavlov
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby
2017-03-20[sancov] Fix broken links and displaced coloring in coverage-report-server.pyMaxim Ostapenko
2017-03-17LTO: Fix a potential race condition in the caching API.Peter Collingbourne
2017-03-16Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu
2017-03-16Create msbuild only when using MSVCReid Kleckner
2017-03-16[PDB] Add support for parsing Flags from PDB Stream.Zachary Turner
2017-03-16[llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner
2017-03-16[llvm-pdbdump] clang-format Diff.cppZachary Turner