summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmInfo.h
Commit message (Expand)AuthorAge
...
* 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
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-22
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-08
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-08
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Fix build by actually declaring the variable.Eric Christopher2010-05-20
* Partial code for emitting thread local bss data.Eric Christopher2010-05-20
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-29
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-04
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-04
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-12
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* MC: Change default comment column to 40 characters.Daniel Dunbar2010-02-05
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-26
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-26
* rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner2010-01-25
* remove JumpTableDirective, it is always null.Chris Lattner2010-01-25
* all supported target now have aligned common support.Chris Lattner2010-01-25
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23