Simplify the handling of pcrel relocations on ELF. Now we do the right thing
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
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-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
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-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-09-23 Jim Grosbachtrailing whitespace
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
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 ChristopherFix build by actually declaring the variable.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-02-05 Daniel DunbarMC: Change default comment column to 40 characters.
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-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnerall supported target now have aligned common support.
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
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 Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
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:
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-13 Chris Lattnersecond part to r81695, I missed a directory.
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-22 Chris Lattnerfix a build error on the clang-i686-linux tester.
2009-08-22 Chris Lattnermcasminfo doesn't use std::string
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.