summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
Commit message (Expand)AuthorAge
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove always true flag.Rafael Espindola2013-11-12
* Remove unused flag.Rafael Espindola2013-10-31
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-14
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-07
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-10
* Dead code elimination.Rafael Espindola2011-05-06
* Don't produce a __debug_frame.Rafael Espindola2011-05-05
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-04
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-28
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-28
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-22