summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-05-23llvm-dwp: Reduce indentationDavid Blaikie1-48/+47
2016-05-23llvm-dwp: Split out processing of input sections to improve readabilityDavid Blaikie1-61/+84
2016-05-23Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a ...Kevin Enderby1-0/+4
2016-05-23llvm-dwp: Pull out compression handling helperDavid Blaikie1-15/+22
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+383
2016-05-23[codeview] Refactor symbol records to use same pattern as types.Zachary Turner1-274/+325
2016-05-23llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie1-7/+4
2016-05-23llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie1-2/+2
2016-05-23llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespaceDavid Blaikie1-0/+2
2016-05-23[profile] show more statisticsXinliang David Li1-1/+14
2016-05-23llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie3-30/+88
2016-05-21[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.George Rimar1-2/+10
2016-05-20[yaml2obj] [MachO] Fill Segment and Section dataChris Bieneman1-7/+61
2016-05-20dsymutil/modules: Reword the warning for static libraries without module cachesAdrian Prantl1-3/+5
2016-05-20pdbdump: print out symbol names referred by publics stream.Rui Ueyama1-0/+1
2016-05-19[yaml2obj] Removing debug code that scribbled 0xDEADBEEFChris Bieneman1-4/+3
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-4/+3
2016-05-19Move ProfileSummary to IR.Easwaran Raman1-9/+10
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2-27/+136
2016-05-19Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman2-136/+27
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2-27/+136
2016-05-19[ARM, AArch64] Properly initialize InterleavedAccessPassMatthew Simpson1-0/+1
2016-05-19pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama1-1/+1
2016-05-19CodeGen: Make the global-merge pass independently testable, and add a test.Peter Collingbourne1-0/+1
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2-30/+43
2016-05-18[obj2yaml] Refactoring of dumping MachO section structsChris Bieneman1-34/+44
2016-05-18Delete Reloc::Default.Rafael Espindola7-26/+22
2016-05-18pdbdump: Print out section offsets in the publics stream.Rui Ueyama1-0/+1
2016-05-18Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman2-0/+86
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola3-18/+5
2016-05-18[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin1-1/+5
2016-05-18Delete default in fully covered switch.Rafael Espindola1-1/+0
2016-05-17[codeview] Some cleanup of Symbol Records.Zachary Turner1-62/+63
2016-05-17llvm-dwp: remove some unused error handlingDavid Blaikie1-8/+5
2016-05-17Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner2-86/+0
2016-05-17llvm-dwp: Move error handling code closer to useDavid Blaikie1-6/+6
2016-05-17pdbdump: Print out more strcutures.Rui Ueyama1-0/+3
2016-05-17llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie1-1/+3
2016-05-17[obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman2-0/+86
2016-05-17Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman2-15/+45
2016-05-17llvm-dwp: Simplify duplicate DWO ID error handlingDavid Blaikie1-9/+9
2016-05-17[ThinLTO] Use semicolon to separate path prefix replacementReid Kleckner2-7/+7
2016-05-17Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman2-46/+15
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby8-52/+194
2016-05-17[obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman2-15/+46
2016-05-17[ThinLTO] Option to control path of distributed backend filesTeresa Johnson2-5/+103
2016-05-17llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie1-8/+16
2016-05-16llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie1-8/+14
2016-05-16Remove extra semicolon to fix warning. NFC.Michael Kuperstein1-1/+1
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2-43/+30