summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song2019-03-291-8/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-20/+23
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper2016-03-301-3/+3
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-2/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper2016-03-211-2/+2
* Use ArrayRef instead of deep copies of CompactUnwindEntries. NFC.Pete Cooper2016-02-101-10/+7
* Set ordinals of all File's created in MachO passes.Pete Cooper2016-02-021-1/+3
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-101-4/+2
* [lld][MachO] Prune unused EH frames.Lang Hames2015-10-231-0/+51
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-9/+9
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-2/+4
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-3/+3
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-4/+4
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* Remove unused #includes.Rui Ueyama2015-02-271-1/+0
* Fix heap-buffer-overflow bugs identified by the Address SanitizerGreg Fitzgerald2015-02-191-0/+3
* Use make_unique.Rui Ueyama2015-02-061-1/+1
* [mach-o] Pass vectors by reference and name empty vector.Nick Kledzik2014-12-051-5/+8
* [mach-o] remove __compact_unwind atoms once __unwind_info has been generatedTim Northover2014-11-041-1/+5
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-33/+36
* [mach-o] Support data-only dylibsNick Kledzik2014-10-241-0/+4
* Sort include files according to convention.Shankar Easwaran2014-10-181-3/+1
* [mach-o] keep Windows library happy.Tim Northover2014-10-181-1/+1
* [mach-o] update __eh_frame handling for Nick's suggestionsTim Northover2014-10-161-10/+5
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-151-11/+8
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-15/+81
* [mach-o] add file comment to compact unwind passTim Northover2014-09-301-1/+3
* [mach-o] create __unwind_info section on x86_64Tim Northover2014-09-301-0/+456
OpenPOWER on IntegriCloud