summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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