summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCWinEH.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-0/+26
* MC: Remove unused entities.Peter Collingbourne2016-10-091-26/+0
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-54/+1
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-4/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-9/+10
* Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper2015-03-041-0/+1
* Fix Windows unwind info for functions in sections other than .textReid Kleckner2014-12-221-33/+26
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-041-21/+41
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-071-0/+64