aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+21
* 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 assemblySean Hunt2012-04-071-0/+1
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+1
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-1/+0
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+1
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-141-1/+1
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-0/+6
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-0/+1
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+1
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-0/+3
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+3
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-071-0/+1
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-101-1/+1
* Dead code elimination.Rafael Espindola2011-05-061-1/+0
* Don't produce a __debug_frame.Rafael Espindola2011-05-051-1/+1
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-1/+1
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-2/+14
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-281-0/+6
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-281-0/+8
* Clean up assembly statement separator support.Jim Grosbach2011-03-241-1/+1
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-0/+1
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-221-1/+1
* There are two reasons why we might want to useRafael Espindola2010-12-041-0/+1
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-0/+1