summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-5/+14
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-2/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-1/+2
* [LTO] Drop non-prevailing definitions only if linkage is not local or appendingPirama Arumuga Nainar2018-11-081-10/+10
* 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-261-0/+1
* [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
* [ThinLTO] Use std::map to get determistic imports filesTeresa Johnson2018-07-101-1/+7
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-1/+18
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-061-1/+1
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCIWeiming Zhao2018-04-161-3/+3
* NFC: Move ObjectMemoryBuffer to supportWeiming Zhao2018-04-151-1/+1
* [LTO] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-6/+6
* Prevent data races in concurrent ThinLTO processes.Ekaterina Romanova2018-03-301-17/+14
* Revert "[LTO] Support filtering by hotness threshold"Bob Haarman2018-03-081-3/+1
* [LTO] Support filtering by hotness thresholdAdam Nemet2018-02-261-1/+3
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-2/+2
* [ThinLTO] - Stop internalizing and drop non-prevailing symbols.George Rimar2018-01-291-4/+16
* [ThinLTO] Re-commit of dot dumper after test fixEugene Leviant2018-01-221-1/+1
* Temporarily revert r323062 to investigate buildbot failuresEugene Leviant2018-01-211-1/+1
* [ThinLTO] Implement summary visualizerEugene Leviant2018-01-211-1/+1
* [ThinLTO] - Remove code duplication. NFC.George Rimar2018-01-171-22/+17
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-3/+1
* Revert "[ThinLTO] Avoid archive member collisions with old API"Johan Engelen2017-09-171-3/+1
* [ThinLTO] Avoid archive member collisions with old APIJohan Engelen2017-09-171-1/+3
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+3
* [ThinLTO] Remove unnecessary include of Linker.h (NFC)Teresa Johnson2017-06-221-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-011-8/+8
* Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenera...Adrian Prantl2017-05-201-1/+33
* Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."Adrian Prantl2017-05-191-33/+2
* ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.Adrian Prantl2017-05-191-2/+33
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-181-21/+17
* [LTO] Print time-passes information at conclusion of LTO codegenJames Henderson2017-05-161-0/+1
* Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson2017-05-101-1/+1
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-041-2/+3
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-041-3/+2
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-041-2/+3
* Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne2017-05-011-10/+5
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-10/+7
* Support: Add a VCSRevision.h header file.Peter Collingbourne2017-04-131-5/+2
* Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini2017-03-281-7/+10
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-1/+4
* Support: Simplify the CachePruning API. NFCI.Peter Collingbourne2017-03-151-5/+1
OpenPOWER on IntegriCloud