Remove DataLayout from TargetLoweringObjectFile, redirect to Module
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerRevert "Address review comments"
2015-03-17 David MajnemerAddress review comments
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-02-26 Rafael EspindolaPut jump tables in distinct sections if -ffunction...
2015-02-25 Rafael EspindolaSupport SHF_MERGE sections in COMDATs.
2015-02-20 Rafael EspindolaUse short names for jumptable sections.
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, LLVM...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-11 Rafael EspindolaDon't repeat name in comment and clang-format a function.
2015-02-05 Rafael EspindolaAdd a FIXME.
2015-02-04 Rafael EspindolaDon' try to make sections in comdats SHF_MERGE.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Rafael EspindolaUse isMergeableConst now that it is sane.
2015-01-29 Rafael EspindolaDon't create multiple mergeable sections with -fdata...
2015-01-28 Rafael EspindolaSimplify code. NFC.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
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-30 Michael Kuperstein[COFF] Don't try to add quotes to already quoted linker...
2014-12-29 Rafael EspindolaRefactor duplicated code.
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
next