aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+7
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+5
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+7
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-7/+0
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-7/+0
* Remove address spaces from MC.Rafael Espindola2013-07-021-15/+8
* 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/+7
* Remove the MachineMove class.Rafael Espindola2013-05-131-5/+6
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-6/+6
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-6/+1
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-1/+17
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+8
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-5/+9
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-13/+9
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-7/+0
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-9/+0
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-5/+7
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-20/+8
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-7/+0
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-071-0/+7
* Tidy up. Trailing whitespace.Jim Grosbach2012-03-021-1/+1
* Grammar-o in function name.Eric Christopher2012-03-021-2/+2
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+6
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-1/+0
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-0/+1
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-12/+0
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+7
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-3/+3
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-0/+20
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-0/+12
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-4/+10
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-0/+16
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-0/+14
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+27
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-071-0/+7
* Treat Win64 EH as a DWARF EH scheme. For GCC-style exceptions, the layout ofCharles Davis2011-06-031-1/+2
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-3/+3
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-101-5/+5
* Dead code elimination.Rafael Espindola2011-05-061-7/+0
* Remove the DwarfTable enum.Rafael Espindola2011-05-051-3/+2
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-5/+5
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-2/+5
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-281-0/+3
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-281-0/+7
* Clean up assembly statement separator support.Jim Grosbach2011-03-241-6/+5
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-2/+3
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-0/+8