aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames1-4/+0
2014-12-29Refactor duplicated code.Rafael Espindola1-0/+4
2014-12-04Allow target to specify prefix for labelsMatt Arsenault1-0/+1
2014-12-01[NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu1-0/+1
2014-10-21Drop support for an old version of ld64 (from darwin 9).Rafael Espindola1-1/+0
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola1-1/+1
2014-09-01MC: remove unnecessary enumeration prefixSaleem Abdulrasool1-1/+1
2014-08-15Remove HasLEB128.Rafael Espindola1-1/+0
2014-06-24Print a=b as an assignment.Rafael Espindola1-1/+1
2014-06-11MC: add enumeration of WinEH data encodingSaleem Abdulrasool1-1/+2
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-3/+3
2014-03-29MachO: allow each section to have a linker-private symbolTim Northover1-0/+1
2014-03-27DebugInfo: Support for compressed debug info sectionsDavid Blaikie1-0/+2
2014-02-22Move get[S|U]LEB128Size() to LEB128.h.Logan Chien1-24/+0
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-0/+14
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-14/+0
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-0/+14
2014-02-04Every target uses .align. Simplify.Rafael Espindola1-1/+0
2014-01-16CommentColumn is always 40. Simplify.Rafael Espindola1-1/+0
2014-01-08[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe1-0/+1
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-3/+0
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang1-0/+1
2013-12-04Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto1-0/+1
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola1-1/+1
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola1-2/+2
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola1-1/+1
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola1-3/+0
2013-11-12Remove always true flag.Rafael Espindola1-1/+0
2013-10-31Remove unused flag.Rafael Espindola1-1/+0
2013-10-18MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg1-0/+1
2013-10-16Move .ident handling to MCStreamer.Rafael Espindola1-0/+1
2013-09-25MC: Add support for treating $ as a reference to the PCDavid Majnemer1-0/+1
2013-09-25MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer1-1/+0
2013-08-28Remove support for the .debug_inlined section. No known softwareEric Christopher1-1/+0
2013-06-23DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie1-2/+2
2013-06-12[MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand1-0/+1
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault1-1/+1
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky1-1/+1
2013-01-22Initial patch for x32 ABI support.Eli Bendersky1-0/+2
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler1-0/+1
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer1-1/+1
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer1-1/+1
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola1-1/+0
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola1-1/+0
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky1-1/+1
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-6/+1
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach1-2/+0
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblyAlexis Hunt1-0/+1
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka1-0/+1
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov1-1/+0