summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/MachOUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.Alexey Lapshin2019-12-061-2/+7
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [dsymutil] Support more than 4 architecturesJonas Devlieghere2019-06-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [dsymutil] Upstream unobfuscation logic.Jonas Devlieghere2019-01-071-3/+3
* Make dsymutil more robust when parsing load commands.Adrian Prantl2018-11-131-14/+19
* [dsymutil] Copy the LC_BUILD_VERSION load command into the companion binary.Adrian Prantl2018-11-081-14/+29
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-3/+2
* [dsymutil] Simplify temporary file handling.Jonas Devlieghere2018-07-291-13/+29
* [MC] Add interface to finish pending labels.Jonas Devlieghere2018-07-101-1/+3
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-8/+14
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-2/+2
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-8/+7
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-211-16/+13
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-1/+1
* [Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere2018-04-141-5/+5
* [dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere2018-03-131-4/+5
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-14/+13
* [dsymutil] Make NonRelocatableStringPool a wrapper around DwarfStringPoolEntr...Jonas Devlieghere2018-01-241-5/+8
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-1/+1
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* [dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade pathSteven Wu2017-02-021-0/+2
* Change that to include MCMachObjectWriter.hReid Kleckner2016-06-221-1/+1
* Add one more missing MCObjectWriter.h includeReid Kleckner2016-06-221-0/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-11/+10
* [dsymutil] Try to find lipo first besides dsymutil before looking up the PATH.Frederic Riss2015-10-081-4/+6
* Reapply r246012 [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-09-021-0/+426
* Revert "[dsymutil] Emit real dSYM companion binaries."Frederic Riss2015-08-261-423/+0
* [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-08-261-0/+423
* [dsymutil] Reapply r245960.Frederic Riss2015-08-251-0/+7
* Revert "[dsymutil] Rewrite thumb triple names in user visible messages."Frederic Riss2015-08-251-7/+0
* [dsymutil] Rewrite thumb triple names in user visible messages.Frederic Riss2015-08-251-0/+7
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-0/+86
OpenPOWER on IntegriCloud