summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2016-06-29[llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar
2016-06-29[bugpoint] Delete a stale comment.Philip Reames
2016-06-29[bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames
2016-06-29[bugpoint] Extract helper functions for readability [NFCI]Philip Reames
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar
2016-06-29[bugpoint] Simplify code by moving exception to only callerPhilip Reames
2016-06-29[bugpoint] Treat token type the same as ehpad w.r.t deletionPhilip Reames
2016-06-29[bugpoint] Disabling one transform shouldn't prevent reporting the progress o...Philip Reames
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby
2016-06-28Fix "not all control paths return a value" warning on MSVCSimon Pilgrim
2016-06-28[llvm-cov] Create an index of reports in -output-dir modeVedant Kumar
2016-06-28[llvm-cov] Minor cleanups (NFC)Vedant Kumar
2016-06-28[llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar
2016-06-28[llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar
2016-06-28[llvm-cov] Move a check into a helper method (NFC)Vedant Kumar
2016-06-28Fix "not all control paths return a value" warning on MSVCSimon Pilgrim