Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
[oota-llvm.git] / include / llvm / CodeGen / TargetLoweringObjectFileImpl.h
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-07 Rafael Espindola Comment cleanup. Don't repeat the function name in...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-14 Anton KorobeynikovFix comment
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
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-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
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-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
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-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2010-08-30 Chris Lattnernuke dead ivar which was supposed to be committed with...
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 Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
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-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...