Use the generic Lfunc_begin label on ppc.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
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-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
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-15 Rafael EspindolaRemove HasLEB128.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
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: Support for compressed debug info sections
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-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-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
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 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-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
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.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
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-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
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-14 Owen AndersonDisable code/data region symbols on ELF targets, where...
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-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
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-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-02-05 Daniel DunbarMC: Change default comment column to 40 characters.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnerall supported target now have aligned common support.
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
next