summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
AgeCommit message (Expand)Author
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-02-11[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-08-08[MC] Delete use of *structors_used.Davide Italiano
2016-07-11Provide support for preserving assembly commentsNirav Dave
2016-05-27Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar
2016-05-27Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar
2016-05-27[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames
2015-09-25MCAsmInfo: Allow targets to specify when the .section directive should be omi...Tom Stellard
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-04-28[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha
2015-04-28[MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha
2015-04-23Revert accidentally committed "MC: Allow targets to stop symbol name quoting"Matt Arsenault
2015-04-23MC: Allow targets to stop symbol name quotingMatt Arsenault
2015-03-12[NVPTXAsmPrinter] do not print .align on function headersJingyue Wu
2015-03-05Use the generic Lfunc_begin label on ppc.Rafael Espindola
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames
2014-12-29Refactor duplicated code.Rafael Espindola
2014-12-04Allow target to specify prefix for labelsMatt Arsenault
2014-12-01[NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu
2014-10-21Drop support for an old version of ld64 (from darwin 9).Rafael Espindola
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola
2014-09-01MC: remove unnecessary enumeration prefixSaleem Abdulrasool
2014-08-15Remove HasLEB128.Rafael Espindola
2014-06-24Print a=b as an assignment.Rafael Espindola
2014-06-11MC: add enumeration of WinEH data encodingSaleem Abdulrasool
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper
2014-03-29MachO: allow each section to have a linker-private symbolTim Northover
2014-03-27DebugInfo: Support for compressed debug info sectionsDavid Blaikie
2014-02-22Move get[S|U]LEB128Size() to LEB128.h.Logan Chien
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders
2014-02-04Every target uses .align. Simplify.Rafael Espindola
2014-01-16CommentColumn is always 40. Simplify.Rafael Espindola
2014-01-08[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang
2013-12-04Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola
2013-11-12Remove always true flag.Rafael Espindola
2013-10-31Remove unused flag.Rafael Espindola
2013-10-18MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg
2013-10-16Move .ident handling to MCStreamer.Rafael Espindola