[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / MC / MCWin64EH.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-08-15 Rafael EspindolaEmitAbsValue is the same as EmitValue on non-darwin...
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-07-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make helper function be more const-correct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-10 Saleem AbdulrasoolMC: modernise for loop
2014-07-10 Saleem AbdulrasoolMC: add and use an accessor for WinCFI
2013-09-15 Kai NackeFix alignment of unwind data.
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Generate IMAGE_REL_AMD64_ADDR32NB relocations...
2013-07-08 Kai NackeRevert: Fix alignment of unwind data.
2013-07-06 Kai NackeFix alignment of unwind data.
2013-07-06 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-08 Anton KorobeynikovFix for .pdata and .xdata section attributes on COFF.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-27 Charles DavisAdd missing break statements. Align UNWIND_INFO and...
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...