[WinEH] Add an EH registration and state insertion pass for 32-bit x86
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-09-01 Saleem AbdulrasoolMC: remove unnecessary enumeration prefix
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-11 Saleem AbdulrasoolMC: clang-format MCAsmInfo
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-11 Rafael EspindolaOn ELF and COFF treat linker_private like private.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-12 Rafael EspindolaRemove always true flag.
2013-10-31 Rafael EspindolaRemove another unused flag.
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-03-02 Jim GrosbachTidy up. Trailing whitespace.
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
next