summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCWin64EH.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-18/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-9/+9
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-041-3/+3
* EmitAbsValue is the same as EmitValue on non-darwin. NFC.Rafael Espindola2014-08-151-1/+1
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-071-55/+16
* MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool2014-08-031-7/+10
* MC: make WinEH opcode an opaque valueSaleem Abdulrasool2014-07-171-6/+7
* MC: make MCWin64EHInstruction a POD-like structSaleem Abdulrasool2014-07-131-29/+28
* MC: make helper function be more const-correctSaleem Abdulrasool2014-07-131-10/+7
* MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool2014-07-131-2/+2
* MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool2014-07-121-3/+3
* MC: modernise for loopSaleem Abdulrasool2014-07-101-13/+9
* MC: add and use an accessor for WinCFISaleem Abdulrasool2014-07-101-14/+14
* Fix alignment of unwind data.Kai Nacke2013-09-151-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-5/+21
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-271-3/+2
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-2/+3
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-21/+5
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-081-12/+7
* Fix alignment of unwind data.Kai Nacke2013-07-061-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-061-5/+21
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-061-3/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov2012-08-081-4/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-6/+28
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-5/+5
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-9/+37
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-271-16/+29
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-271-16/+23
* Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structsCharles Davis2011-05-271-0/+6
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-221-1/+16
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-221-0/+189