aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-08[MC] Delete use of *structors_used.Davide Italiano1-1/+0
2016-07-11Provide support for preserving assembly commentsNirav Dave1-0/+1
2016-05-27Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar1-1/+1
2016-05-27Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar1-1/+1
2016-05-27[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar1-1/+1
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames1-0/+1
2015-09-25MCAsmInfo: Allow targets to specify when the .section directive should be omi...Tom Stellard1-0/+6
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-0/+20
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-4/+4
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-04-28[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha1-1/+1
2015-04-28[MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha1-0/+1
2015-04-23Revert accidentally committed "MC: Allow targets to stop symbol name quoting"Matt Arsenault1-1/+0
2015-04-23MC: Allow targets to stop symbol name quotingMatt Arsenault1-0/+1
2015-03-12[NVPTXAsmPrinter] do not print .align on function headersJingyue Wu1-0/+1
2015-03-05Use the generic Lfunc_begin label on ppc.Rafael Espindola1-0/+1
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames1-0/+4
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