aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-16llc: Add support for -run-pass noneMatthias Braun1-0/+3
2016-07-16llc: Move pass query/add code into an own function; NFCMatthias Braun1-23/+30
2016-07-15[llvm-cov] Attempt to appease an older builderVedant Kumar1-1/+3
2016-07-15bugpoint: add flag -verbose-errorsSebastian Pop1-1/+7
2016-07-15[llvm-cov] Attempt to appease Windows botsVedant Kumar1-1/+2
2016-07-15[llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar2-5/+120
2016-07-15[llvm-cov] Document a few private fields of CodeCoverageTool (NFC)Vedant Kumar2-1/+4
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov2-0/+2
2016-07-15[pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner3-3/+3
2016-07-15[pdb] Round trip the NameMap data structure to YAML.Zachary Turner4-0/+27
2016-07-15[pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner5-35/+47
2016-07-15[OptRemark,LDist] RFC: Add hotness attributeAdam Nemet1-0/+8
2016-07-15[llvm-cov] Improve error messagesVedant Kumar1-4/+4
2016-07-15[llvm-cov] Fix a use-after-freeVedant Kumar1-1/+1
2016-07-15[llvm-cov] Clean up an awkward capture-by-reference (NFC)Vedant Kumar1-2/+2
2016-07-15[Coverage] Mark a few more methods const (NFC)Vedant Kumar1-11/+11
2016-07-14llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover1-5/+7
2016-07-14llvm-objdump: handle stubbed and malformed dylibs betterTim Northover1-2/+12
2016-07-14Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne2-6/+6
2016-07-14[ThinLTO/gold] Perform index-based weak/linkonce resolutionTeresa Johnson1-17/+33
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames9-150/+160
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames9-160/+150
2016-07-13[llvm-cov] Use a thread pool to speed up report generation (NFC)Vedant Kumar1-24/+75
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames9-150/+160
2016-07-13[MIR] Print on the given output instead of stderr.Quentin Colombet1-1/+1
2016-07-13[ThinLTO/gold] Enable symbol resolution in distributed backend caseTeresa Johnson1-5/+0
2016-07-13Rename llc's -fpreserve-as-comments flag -preserve-as-comments.Nirav Dave1-1/+1
2016-07-13[ThinLTO/gold] ThinLTO internalization fixesTeresa Johnson1-16/+9
2016-07-12[MC] Flip llc's assembly comment preservation flag to have consistentNirav Dave1-3/+4
2016-07-12Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi2-0/+2
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini3-0/+29
2016-07-11Refactor the PDB writing to use a builder approachZachary Turner6-41/+164
2016-07-11[pdb] Add a pdb2yaml option to not dump file headers.Zachary Turner4-18/+32
2016-07-11Provide support for preserving assembly commentsNirav Dave2-0/+10
2016-07-10[codeview] Drop unused private inheritance.Benjamin Kramer1-1/+0
2016-07-10[cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_e...Michael Gottesman2-3/+4
2016-07-08[PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi2-1/+2
2016-07-06Minor formatting change, NFCVedant Kumar1-7/+3
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar6-1/+538
2016-07-06[pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner6-9/+125
2016-06-30[pdb] Re-add code to write PDB files.Zachary Turner3-26/+36
2016-06-30Update llvm-pdbdump to use subcommands.Zachary Turner12-447/+383
2016-06-29Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne1-67/+54
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar2-5/+11
2016-06-29Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby3-7/+14
2016-06-29Don't verify inputs to the Linker if ODR merging.Rafael Espindola1-1/+4
2016-06-29Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar1-7/+7
2016-06-29[llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar1-2/+3
2016-06-29[bugpoint] Delete a stale comment.Philip Reames1-3/+0
2016-06-29[bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames2-18/+11