summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmInfo.h
Commit message (Expand)AuthorAge
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Remove the MachineMove class.Rafael Espindola2013-05-13
* 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
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* 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
* Tidy up. Trailing whitespace.Jim Grosbach2012-03-02
* Grammar-o in function name.Eric Christopher2012-03-02
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-23
* 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
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-26
* 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 getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* 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
* Treat Win64 EH as a DWARF EH scheme. For GCC-style exceptions, the layout ofCharles Davis2011-06-03
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-10
* Dead code elimination.Rafael Espindola2011-05-06
* Remove the DwarfTable enum.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
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-14
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-22
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-18
* trailing whitespaceJim Grosbach2010-09-23