summaryrefslogtreecommitdiff
path: root/lib/MC/MCWin64EH.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/MC.Michael Zolotukhin
2017-10-06[MC] Use unique_ptr to manage WinFrameInfos, NFCReid Kleckner
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2014-09-04MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner
2014-08-15EmitAbsValue is the same as EmitValue on non-darwin. NFC.Rafael Espindola
2014-08-07MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool
2014-08-03MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool
2014-07-17MC: make WinEH opcode an opaque valueSaleem Abdulrasool
2014-07-13MC: make MCWin64EHInstruction a POD-like structSaleem Abdulrasool
2014-07-13MC: make helper function be more const-correctSaleem Abdulrasool
2014-07-13MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool
2014-07-12MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool
2014-07-10MC: modernise for loopSaleem Abdulrasool
2014-07-10MC: add and use an accessor for WinCFISaleem Abdulrasool
2013-09-15Fix alignment of unwind data.Kai Nacke
2013-09-15Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke
2013-08-27Fix wrong code offset for unwind code SET_FPREG.Kai Nacke
2013-07-08Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke
2013-07-08Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke
2013-07-08Revert: Fix alignment of unwind data.Kai Nacke
2013-07-06Fix alignment of unwind data.Kai Nacke
2013-07-06Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke
2013-07-06Fix wrong code offset for unwind code SET_FPREG.Kai Nacke
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-08Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng
2011-05-27Add a parameter to the Win64 EH section getters to get a section with aCharles Davis
2011-05-27Assorted fixes for Win64 EH unwind info emission:Charles Davis
2011-05-27Start keeping track of where the various unwind instructions are in the prolog.Charles Davis
2011-05-27Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structsCharles Davis
2011-05-22Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis
2011-05-22Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis