summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-233-27/+149
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-3/+4
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-228-138/+292
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-225-119/+120
* Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types soKevin Enderby2017-06-221-2/+7
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-221-4/+38
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-223-0/+141
* ClangFormat some changes from r305226David Blaikie2017-06-211-2/+4
* Updated llvm-objdump with Mach-O files and the -objc-meta-data option soKevin Enderby2017-06-201-0/+6
* Change llvm-objdump with Mach-O files and the -info-plist option with theKevin Enderby2017-06-201-1/+2
* Remove diff pedantic mode.Zachary Turner2017-06-203-191/+91
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-6/+6
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-202-33/+79
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-3/+5
* The change to llvm-nm in r305733 added fields to the struct NMSymbol Kevin Enderby2017-06-201-0/+7
* [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko2017-06-192-50/+66
* Fix a FIXME in llvm-objdump for the -exports-trie option that was not addingKevin Enderby2017-06-191-1/+17
* Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby2017-06-192-62/+532
* Have writeCOFFWriter return Expected<unique_ptr>.Eric Beckmann2017-06-191-7/+9
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-1/+15
* Delete TypeDatabase.Zachary Turner2017-06-181-1/+1
* Remove some dead code / includes.Zachary Turner2017-06-169-138/+47
* obj2yaml: Improve error reportingSam Clegg2017-06-161-7/+18
* Clean up some things in the WindowsResource changes.Eric Beckmann2017-06-162-26/+6
* Switch external cvtres.exe for llvm's own resource library.Eric Beckmann2017-06-161-12/+21
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-0/+2
* [llvm-pdbutil] Add support for dumping cross module imports/exports.Zachary Turner2017-06-165-5/+81
* [llvm-pdbutil] Add a function for iterating over debug subsections.Zachary Turner2017-06-151-104/+102
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-154-53/+271
* Try to fix uninitialized read reported by msan.Zachary Turner2017-06-151-0/+1
* [llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner2017-06-152-6/+106
* [llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner2017-06-155-19/+76
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-1515-1363/+2399
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-1515-2370/+1363
* Fix some more warnings.Zachary Turner2017-06-154-28/+19
* Fix some -Wreorder issues.Zachary Turner2017-06-153-3/+2
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-1515-1363/+2380
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+2
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-147-20/+146
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-145-144/+20
* Fix some more errors.Zachary Turner2017-06-141-27/+0
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-145-20/+171
* Improve error messages in order to help with fixing a big-endian bug.Eric Beckmann2017-06-131-2/+14
* Update the test framework for llvm-cvtres to be more comprehensive.Eric Beckmann2017-06-131-5/+40
* Revert "Fix alignment bug in COFF emission."Eric Beckmann2017-06-131-40/+5
* Fix alignment bug in COFF emission.Eric Beckmann2017-06-131-5/+40
* Fix printing error.Zachary Turner2017-06-121-1/+1
* [llvm-pdbutil] Fix one more issue with no-id-stream PDBs.Zachary Turner2017-06-121-13/+20
* Slightly better fix for dealing with no-id-stream PDBs.Zachary Turner2017-06-121-8/+0
* [llvm-pdbdump] Don't fail on PDBs with no ID stream.Zachary Turner2017-06-123-3/+20
OpenPOWER on IntegriCloud