| Commit message (Expand) | Author | Age | Files | Lines |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov | 2011-12-03 | 1 | -1/+0 |
* | MachO doesn't support the protected visibility. Don't default to 'global' her... | Bill Wendling | 2011-11-29 | 1 | -1/+2 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 1 | -0/+1 |
* | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 1 | -0/+7 |
* | Darwin wants ctors/dtors to be ordered the other way round to linux. | Duncan Sands | 2011-09-02 | 1 | -0/+1 |
* | Rename DwarfRequiresRelocationForStmtList to | Rafael Espindola | 2011-05-10 | 1 | -1/+1 |
* | Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but | Rafael Espindola | 2011-05-04 | 1 | -1/+1 |
* | Simplify the handling of pcrel relocations on ELF. Now we do the right thing | Rafael Espindola | 2011-05-01 | 1 | -11/+0 |
* | Add the getExprForFDESymbol method that responsible for computing the | Rafael Espindola | 2011-04-28 | 1 | -2/+2 |
* | Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when | Rafael Espindola | 2011-04-28 | 1 | -0/+13 |
* | Omit private_extern declarations of extern symbols; followup to | Stuart Hastings | 2011-02-23 | 1 | -0/+1 |
* | Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much | Rafael Espindola | 2010-12-22 | 1 | -1/+3 |
* | Second try at making direct object emission produce the same results | Rafael Espindola | 2010-12-06 | 1 | -1/+2 |
* | Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid | Rafael Espindola | 2010-12-04 | 1 | -0/+3 |
* | Added support for the Mach-O .symbol_resolver directive. rdar://8673046 | Kevin Enderby | 2010-11-19 | 1 | -0/+1 |
* | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel | 2010-09-02 | 1 | -0/+1 |
* | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel | 2010-08-31 | 1 | -0/+2 |
* | Revert some unneeded parts of the change in r107886 for the | Kevin Enderby | 2010-07-08 | 1 | -1/+0 |
* | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby | 2010-07-08 | 1 | -0/+1 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -1/+0 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -0/+1 |
* | Partial code for emitting thread local bss data. | Eric Christopher | 2010-05-20 | 1 | -0/+1 |
* | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 2010-03-10 | 1 | -11/+0 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 1 | -0/+1 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 1 | -0/+1 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 1 | -2/+6 |
* | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -2/+1 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -1/+2 |
* | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 2010-01-19 | 1 | -2/+2 |
* | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner | 2010-01-19 | 1 | -0/+1 |
* | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 1 | -0/+1 |
* | Cleanup handling of .zerofill on darwin: | Chris Lattner | 2010-01-19 | 1 | -1/+1 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -2/+1 |
* | remove MAI::JumpTableSpecialLabelPrefix now that MAI | Chris Lattner | 2009-09-13 | 1 | -6/+0 |
* | Revert last patch. We need to put this into TargetLowering. There will be a lot | Bill Wendling | 2009-08-25 | 1 | -1/+0 |
* | Add a target asm info hook to specify that particular bits of data in the FDE | Bill Wendling | 2009-08-25 | 1 | -0/+1 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 1 | -0/+59 |