aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCWin64EH.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-106/+67
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-27/+23
* 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