summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Remove dllimport attribute from locally defined symbolsMatthew Voss2018-12-191-1/+5
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-134-0/+90
* LTO: Don't internalize available_externally globals.Peter Collingbourne2018-12-051-1/+4
* [ThinLTO] Look through aliases when computing hash keysGeorge Burgess IV2018-12-041-2/+8
* [ThinLTO] Import local variables from the same module as callerTeresa Johnson2018-11-291-11/+26
* [ThinLTO] Consolidate cache key computation between new/old LTO APIsTeresa Johnson2018-11-262-92/+23
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-162-6/+18
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-132-6/+2
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-102-2/+6
* [LTO] Drop non-prevailing definitions only if linkage is not local or appendingPirama Arumuga Nainar2018-11-083-21/+27
* [ThinLTO] Add an option to disable (thin)lto internalization.Xin Tong2018-11-051-2/+8
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-171-7/+7
* Revert "[NewPM] teach -passes= to emit meaningful error messages"Fedor Sergeev2018-10-151-7/+7
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-151-7/+7
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-102-2/+10
* [LTO] Account for overriding lib calls via the alias attributeWarren Ristow2018-10-101-5/+11
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-6/+5
* [PassTiming] cleaning up legacy PassTimingInfo interface. NFCI.Fedor Sergeev2018-09-262-0/+2
* [ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson2018-09-251-27/+9
* Pass code-model through Module IR to LTO which will use it.Caroline Tice2018-09-211-1/+7
* [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPoolSteven Wu2018-09-141-5/+9
* [ThinLTO] Fix memory corruption in ThinLTOCodeGenerator when CodeGenOnly was ...Steven Wu2018-09-041-9/+1
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* [LTO] Don't internalize declarationsBob Haarman2018-07-271-1/+2
* [LTO] Handle __imp_ (dllimport) symbols consistently with lldTeresa Johnson2018-07-231-1/+8
* [ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PMTeresa Johnson2018-07-191-4/+8
* Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-161-2/+2
* Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-141-2/+2
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2018-07-131-2/+2
* [ThinLTO] Use std::map to get determistic imports filesTeresa Johnson2018-07-102-2/+9
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-042-9/+41
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-1/+8
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-062-2/+2
* IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt...Peter Collingbourne2018-05-311-1/+6
* Fix a make_unique ambiguity.Peter Collingbourne2018-05-211-1/+1
* LTO: Replace split dwarf implementation that uses objcopy with one that uses ...Peter Collingbourne2018-05-211-61/+17
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-212-3/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [LTO] Handle Task=-1 passed to addSaveTempsTeresa Johnson2018-05-051-3/+5
* [LTO] Allow pass remarks with hotness to be set when emitting to stderrTeresa Johnson2018-05-041-2/+2
* [ThinLTO] Add support for optimization remarks to thinBackendTeresa Johnson2018-05-031-15/+20
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-302-0/+2
* [LTO] Add stats-file option to LTO/Config.h.Florian Hahn2018-04-201-3/+21
* Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCIWeiming Zhao2018-04-161-3/+3
* NFC: Move ObjectMemoryBuffer to supportWeiming Zhao2018-04-152-2/+1
* [LTO] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-6/+6
* Enable debug fission for thinLTO linked via gold-pluginYunlian Jiang2018-04-132-0/+68
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+1
* Prevent data races in concurrent ThinLTO processes.Ekaterina Romanova2018-03-301-17/+14
OpenPOWER on IntegriCloud