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