summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merging r310250:Hans Wennborg2017-08-081-1/+1
* [llvm-readobj] Install llvm-readelf aliasPetr Hosek2017-07-192-1/+8
* [llvm-readobj] Accept (and ignore) --wide (-W) command-line switchPetr Hosek2017-07-181-0/+9
* [llvm-readobj] Accept -S as an alias for --sectionsPetr Hosek2017-07-181-1/+5
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-182-1/+7
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-182-7/+1
* [opt-viewer] Handle file names that contain '#'Brian Gesiak2017-07-181-1/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-182-1/+7
* Revert "Adding temporary debugging info to llvm-mt to solve fedora failure."Eric Beckmann2017-07-181-8/+1
* Revert "Adding yet more debug info to fix fedora issue."Eric Beckmann2017-07-181-6/+0
* Revert "Adding extra test info for llvm-mt."Eric Beckmann2017-07-181-2/+14
* Adding extra test info for llvm-mt.Eric Beckmann2017-07-181-14/+2
* [PDB] Finish and simplify TPI hashingReid Kleckner2017-07-183-6/+19
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-173-38/+2
* Adding yet more debug info to fix fedora issue.Eric Beckmann2017-07-171-0/+6
* Adding temporary debugging info to llvm-mt to solve fedora failure.Eric Beckmann2017-07-171-1/+8
* Create empty shell of llvm-mt.Eric Beckmann2017-07-174-0/+181
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-172-4/+3
* [opt-viewer] Accept directories that are searched for opt.yaml filesAdam Nemet2017-07-174-21/+52
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-2/+3
* [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readab...George Rimar2017-07-141-3/+11
* [opt-viewer] Flush stdout after progress updateAdam Nemet2017-07-141-0/+1
* [llvm-objdump] Properly print MachO aarch64 addend relocationsMartin Storsjo2017-07-131-1/+4
* fix typos in comments and error messges; NFCHiroshi Inoue2017-07-131-4/+4
* [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo2017-07-131-1/+1
* [opt-viewer] Don't except when debug info is not available.Davide Italiano2017-07-131-1/+4
* [sanstats] Print the correct line information.Davide Italiano2017-07-131-1/+4
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-122-4/+5
* [ProfileData] Add new option to dump topn hottest functionsXinliang David Li2017-07-111-6/+46
* [PM] Another post-commit fix in NewPMDriverPhilip Pfaffe2017-07-111-18/+35
* fix typos in comments; NFCHiroshi Inoue2017-07-111-1/+1
* [llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar2017-07-111-4/+15
* [cmake] Check for Haiku when setting LIB_NAMES for GNU ldAndrew Wilkins2017-07-111-1/+1
* [WebAssembly] Add more details to llvm-readobj for wasm filesSam Clegg2017-07-101-0/+6
* Resubmit "Add pdb-diff test."Zachary Turner2017-07-107-147/+289
* Revert "Build fixes for pdb-diff test."Zachary Turner2017-07-107-289/+147
* Build fixes for pdb-diff test.Zachary Turner2017-07-101-3/+3
* Fix pdb-diff test.Zachary Turner2017-07-107-147/+289
* Use emplace_back to replace size() and resize().Dehao Chen2017-07-101-1/+1
* [PM] Fix a warning.Philip Pfaffe2017-07-101-6/+6
* [PM] Fix r307532: Get rid of a dangling reference.Philip Pfaffe2017-07-101-22/+24
* [PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe2017-07-101-2/+80
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-101-3/+16
* [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper2017-07-091-10/+6
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-0/+1
* [llvm-pdbutil] Fix build.Zachary Turner2017-07-071-0/+11
* Use windows path syntax when writing PDB module name.Zachary Turner2017-07-072-40/+50
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-075-44/+102
* [llvm-pdbutil] Improve diff mode.Zachary Turner2017-07-076-261/+584
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+7