summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-07-18[llvm-cov] Re-write a very opaque comment (NFC)Vedant Kumar
2016-07-18[llvm-cov] Place anchors around line numbers in html reportsVedant Kumar
2016-07-18[llvm-cov] Clean up error reporting (NFC)Vedant Kumar
2016-07-16llc: Add support for -run-pass noneMatthias Braun
2016-07-16llc: Move pass query/add code into an own function; NFCMatthias Braun
2016-07-15[llvm-cov] Attempt to appease an older builderVedant Kumar
2016-07-15bugpoint: add flag -verbose-errorsSebastian Pop
2016-07-15[llvm-cov] Attempt to appease Windows botsVedant Kumar
2016-07-15[llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar
2016-07-15[llvm-cov] Document a few private fields of CodeCoverageTool (NFC)Vedant Kumar
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov
2016-07-15[pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner
2016-07-15[pdb] Round trip the NameMap data structure to YAML.Zachary Turner
2016-07-15[pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner
2016-07-15[OptRemark,LDist] RFC: Add hotness attributeAdam Nemet
2016-07-15[llvm-cov] Improve error messagesVedant Kumar
2016-07-15[llvm-cov] Fix a use-after-freeVedant Kumar
2016-07-15[llvm-cov] Clean up an awkward capture-by-reference (NFC)Vedant Kumar
2016-07-15[Coverage] Mark a few more methods const (NFC)Vedant Kumar
2016-07-14llvm-objdump: extend __mh_execute_header handling to other special symsTim Northover
2016-07-14llvm-objdump: handle stubbed and malformed dylibs betterTim Northover
2016-07-14Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne
2016-07-14[ThinLTO/gold] Perform index-based weak/linkonce resolutionTeresa Johnson
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[llvm-cov] Use a thread pool to speed up report generation (NFC)Vedant Kumar
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-07-13[MIR] Print on the given output instead of stderr.Quentin Colombet
2016-07-13[ThinLTO/gold] Enable symbol resolution in distributed backend caseTeresa Johnson
2016-07-13Rename llc's -fpreserve-as-comments flag -preserve-as-comments.Nirav Dave
2016-07-13[ThinLTO/gold] ThinLTO internalization fixesTeresa Johnson
2016-07-12[MC] Flip llc's assembly comment preservation flag to have consistentNirav Dave
2016-07-12Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini
2016-07-11Refactor the PDB writing to use a builder approachZachary Turner
2016-07-11[pdb] Add a pdb2yaml option to not dump file headers.Zachary Turner
2016-07-11Provide support for preserving assembly commentsNirav Dave
2016-07-10[codeview] Drop unused private inheritance.Benjamin Kramer
2016-07-10[cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_e...Michael Gottesman
2016-07-08[PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi
2016-07-06Minor formatting change, NFCVedant Kumar
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar
2016-07-06[pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner
2016-06-30[pdb] Re-add code to write PDB files.Zachary Turner
2016-06-30Update llvm-pdbdump to use subcommands.Zachary Turner
2016-06-29Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar
2016-06-29Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby
2016-06-29Don't verify inputs to the Linker if ODR merging.Rafael Espindola
2016-06-29Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar