Simplify the handling of pcrel relocations on ELF. Now we do the right thing
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right