summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2-30/+43
2016-05-16llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie1-24/+27
2016-05-16[llc] New diagnostic handlerRenato Golin1-0/+29
2016-05-16macho2yaml.cpp: Fix "reserved" uninitialized.NAKAMURA Takumi1-0/+1
2016-05-14[PM] Refactor cross-registration of AM into an helper.Davide Italiano1-10/+1
2016-05-14Revert "[llc] New diagnostic handler"Renato Golin1-30/+0
2016-05-14[llc] New diagnostic handlerRenato Golin1-0/+30
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2-43/+30
2016-05-14Add testing in llvm-lto for ThinLTO caching.Mehdi Amini1-0/+4
2016-05-14Revert "Add testing in llvm-lto for ThinLTO caching."Mehdi Amini1-4/+0
2016-05-14Add testing in llvm-lto for ThinLTO caching.Mehdi Amini1-0/+4
2016-05-14[codeview] Add type stream merging prototypeReid Kleckner4-0/+67