summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Convert FileOutputBuffer::commit to Error.Rafael Espindola2017-11-081-2/+2
* Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-081-42/+37
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-083-5/+5
* Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-081-37/+42
* Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-071-41/+37
* Fix build bots after r317622Dave Lee2017-11-071-1/+1
* Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-071-37/+41
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-3/+3
* [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format.Keith Wyss2017-11-074-113/+375
* [cfi-verify] Added a simple check that stops division-by-zero error when no i...Mitch Phillips2017-11-061-1/+3
* Make MCAsmBackend and MCCodeEmiiter passed by unique_ptr rvalMitch Phillips2017-11-061-2/+4
* Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual ...Aaron Ballman2017-11-041-0/+1
* Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby2017-11-031-2/+13
* GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie2017-11-031-1/+1
* llvm-objdump: Fix unused-lambda-capture warning by removing unused lambda cap...David Blaikie2017-11-031-1/+1
* [cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips2017-11-037-56/+144
* [llvm-ar] Support an options string that start with a dashMartin Storsjo2017-11-031-0/+20
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-037-55/+46
* [llvm-objcopy] Add support for dwarf fissionJake Ehrlich2017-11-032-15/+67
* re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet2017-11-031-0/+1
* [llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flagMartin Storsjo2017-11-031-2/+4
* [llvm-nm] Print 'I' for import table data in COFFMartin Storsjo2017-11-031-0/+4
* [llvm-objcopy] Fix bug in how segment alignment was being handledJake Ehrlich2017-11-021-3/+17
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-0210-0/+41
* Fix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF modeHans Wennborg2017-11-021-4/+5
* [dsymutil][doc] Improve wording in manpage and rename file.Jonas Devlieghere2017-11-021-2/+2
* Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>Mitch Phillips2017-11-012-6/+6
* [yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich2017-11-011-8/+12
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-014-0/+47
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-0110-253/+491
* [dsymutil][NFC} Rename thread related command line optionsJonas Devlieghere2017-11-011-6/+6
* Parse DWARF information to reduce false positives.Mitch Phillips2017-10-318-14/+127
* Inline compareAddr function into its only caller. NFCI.Peter Collingbourne2017-10-311-2/+5
* [dsymutil] Implement the --threads optionJonas Devlieghere2017-10-312-10/+46
* ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne2017-10-271-0/+6
* [LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark2017-10-271-1/+1
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+4
* [dsymutil] Check AttrInfo.Name validity before using itKeno Fischer2017-10-261-1/+2
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-251-1/+33
* Add FileVerifier::isCFIProtected().Mitch Phillips2017-10-253-1/+37
* llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne2017-10-251-5/+24
* Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verifySam Clegg2017-10-241-1/+1
* [llvm-cov] Use a stable sort on sub-viewsVedant Kumar2017-10-241-2/+2
* [opt] Initialize WriteBitcode pass.Michael Kruse2017-10-241-0/+1
* [codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner2017-10-241-1/+1
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-232-16/+18
* Graph builder implementation.Mitch Phillips2017-10-235-5/+431
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-233-7/+5
* Patch inMitch Phillips2017-10-233-5/+7
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-182-142/+0