summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-0/+4
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-4/+0
* Refactor duplicated code.Rafael Espindola2014-12-291-0/+4
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+1
* [NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2014-12-011-0/+1
* Drop support for an old version of ld64 (from darwin 9).Rafael Espindola2014-10-211-1/+0
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-211-1/+1
* MC: remove unnecessary enumeration prefixSaleem Abdulrasool2014-09-011-1/+1
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Print a=b as an assignment.Rafael Espindola2014-06-241-1/+1
* MC: add enumeration of WinEH data encodingSaleem Abdulrasool2014-06-111-1/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-3/+3
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-291-0/+1
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-271-0/+2
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-24/+0
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+14
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-14/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+14
* Every target uses .align. Simplify.Rafael Espindola2014-02-041-1/+0
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-161-1/+0
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-081-0/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-3/+0
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-0/+1
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-0/+1
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+1
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-2/+2
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-281-1/+1
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-3/+0
* Remove always true flag.Rafael Espindola2013-11-121-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+1
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+1
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+1
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-0/+1
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-1/+1
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-1/+1
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-0/+2
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+1
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+1
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+0
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-1/+0
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-6/+1
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-2/+0
* Output UTF-8-encoded characters as identifier characters into assemblyAlexis Hunt2012-04-071-0/+1
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+1
OpenPOWER on IntegriCloud