summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* CodeGen: Avoid multiple strlen callsDavid Majnemer2014-06-24
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-08
* WinCOFF: Add support for -fdata-sectionsDavid Majnemer2014-03-25
* WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2014-03-23
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-13
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Use the same tls section name as msvc.Rafael Espindola2013-11-27
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Revert "Micro-optimization"Bill Wendling2013-11-17
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-13
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-08
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-08
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-07
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-09
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-08
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* Micro-optimizationBill Wendling2013-04-26
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-18
* Remove unused #includes.Bill Wendling2013-03-05
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-13
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01