Remove unused #includes.
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
2013-03-05 Bill WendlingRemove unused #includes.
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-19 Bill WendlingRemove tabs.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-04-24 Bill WendlingLook for the 'Is Simulated' module flag. This indicates...
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-17 David Chisnall... and it's probably best to use the correct alignment...
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-15 Bill WendlingUse 'getDataNoRel' for the section kind.
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-29 Bill WendlingOn MachO, the pointer to the personality function shoul...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-22 Bill WendlingAdd a flag that indicates whether a target supports...
2011-06-22 Bill WendlingAdd a __LD,__compact_unwind section.
2011-06-13 Rafael EspindolaFix invalid uses of Twine. Hopefully this fixes the...
2011-06-07 Rafael EspindolaFix a silly error I introduce in r131951.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-26 Charles DavisRevert r132111. I built Release (without Asserts),...
2011-05-26 Charles DavisAlign Win64 EH Table sections to 4 bytes.
2011-05-24 Rafael EspindolaExplain FIXME.
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
2011-05-20 Charles DavisFix typo. When will I learn?
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Rafael EspindolaFix indentation.
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-02-24 Rafael EspindolaFix llvm-gcc bootstrap with gnu ld.
2011-02-21 Eric ChristopherRevert r125960, it's breaking darwin10 bootstrap.
2011-02-21 Stuart HastingsFix to correctly support attribute((section("__DATA...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-10-27 Michael J. SpencerCOFF: Add IMAGE_SCN_MEM_READ to text sections.
2010-10-27 Michael J. SpencerFix whitespace.
2010-10-19 NAKAMURA Takumilib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak...
2010-10-08 Anton KorobeynikovDo not check that the bodies of two defs of same linkon...
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-08-30 Chris Lattnertwo changes:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-06 Anton KorobeynikovFix a major regression on COFF targets introduced by...
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris Lattneruse Mang->getSymbol() more.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
next