IR: Split Metadata from Value
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-21 Manman Ren[Objective-C] Support a new special module flag that...
2014-11-06 Rafael EspindolaAdd three other sections when L symbols are allowed.
2014-11-06 Rafael EspindolaAllow L symbols in no_dead_strip sections.
2014-09-22 David MajnemerMC: ReadOnlyWithRel section kinds should map to rdata...
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-19 Hans WennborgFix an it's vs. its typo.
2014-09-05 Rafael EspindolaRevert "Disable the fix for pr20793 because of a gnu...
2014-09-05 Rafael EspindolaDisable the fix for pr20793 because of a gnu ld bug.
2014-09-05 Rafael EspindolaRefactor to avoid code duplication. NFC.
2014-09-04 Rafael EspindolaFix pr20793.
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-07 Benjamin KramerMake helper functions static.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-24 David MajnemerCodeGen: Avoid multiple strlen calls
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
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...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-11-27 Rafael EspindolaUse the same tls section name as msvc.
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-17 Bill WendlingRevert "Micro-optimization"
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-08-13 David Majnemer[-cxx-abi microsoft] Stick zero initialized symbols...
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-09 Alexander PotapenkoRevert r185872 - "Stop emitting weak symbols into the...
2013-07-08 Bill WendlingStop emitting weak symbols into the "coal" sections.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-04-26 Bill WendlingMicro-optimization
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2013-03-18 Anton KorobeynikovWindows TLS: Section name prefix to ensure correct...
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?
next