OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / lib / LTO / ThinLTOCodeGenerator.cpp
2019-07-11 Reid KlecknerOpen native file handles to avoid converting from FDs...
2019-07-10 Reid Kleckner[Support] Move llvm::MemoryBuffer to sys::fs::file_t
2019-06-17 Francis Visoiu Mistrih[Remarks] Extend -fsave-optimization-record to specify...
2019-06-14 Francis Visoiu MistrihReland: [Remarks] Refactor optimization remarks setup
2019-06-14 Francis Visoiu MistrihRevert "[Remarks] Refactor optimization remarks setup"
2019-06-13 Francis Visoiu Mistrih[Remarks] Refactor optimization remarks setup
2019-05-10 Teresa Johnson[ThinLTO] Auto-hide prevailing linkonce_odr only when...
2019-04-29 Steven Wu[ThinLTO] Adding architecture name into saved object...
2019-04-17 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-03-12 Francis Visoiu MistrihReland "[Remarks] Add -foptimization-record-passes...
2019-03-12 Francis Visoiu MistrihRevert "[Remarks] Add -foptimization-record-passes...
2019-03-12 Francis Visoiu Mistrih[Remarks] Add -foptimization-record-passes to filter...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-13 Easwaran Raman[ThinLTO] Compute synthetic function entry count
2018-11-29 Teresa Johnson[ThinLTO] Import local variables from the same module...
2018-11-26 Teresa Johnson[ThinLTO] Consolidate cache key computation between...
2018-11-16 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-13 Steven WuRevert "[ThinLTO] Internalize readonly globals"
2018-11-10 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-08 Pirama Arumuga Nainar[LTO] Drop non-prevailing definitions only if linkage...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-26 Fedor Sergeev[PassTiming] cleaning up legacy PassTimingInfo interfac...
2018-09-14 Steven Wu[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
2018-09-04 Steven Wu[ThinLTO] Fix memory corruption in ThinLTOCodeGenerator...
2018-07-30 Fangrui SongRemove trailing space
2018-07-10 Teresa Johnson[ThinLTO] Use std::map to get determistic imports files
2018-07-04 Andrew Ng[ThinLTO] Update ThinLTO cache file atimes when on...
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-16 Weiming ZhaoRename ObjectMemoryBuffer to SmallVectorMemoryBuffer...
2018-04-15 Weiming ZhaoNFC: Move ObjectMemoryBuffer to support
2018-04-13 Mandeep Singh Grang[LTO] Change std::sort to llvm::sort in response to...
2018-03-30 Ekaterina RomanovaPrevent data races in concurrent ThinLTO processes.
2018-03-08 Bob HaarmanRevert "[LTO] Support filtering by hotness threshold"
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-01-29 George Rimar[ThinLTO] - Stop internalizing and drop non-prevailing...
2018-01-22 Eugene Leviant[ThinLTO] Re-commit of dot dumper after test fix
2018-01-21 Eugene LeviantTemporarily revert r323062 to investigate buildbot...
2018-01-21 Eugene Leviant[ThinLTO] Implement summary visualizer
2018-01-17 George Rimar[ThinLTO] - Remove code duplication. NFC.
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-17 Johan EngelenRevert "[ThinLTO] Avoid archive member collisions with...
2017-09-17 Johan Engelen[ThinLTO] Avoid archive member collisions with old API
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-06-22 Teresa Johnson[ThinLTO] Remove unnecessary include of Linker.h (NFC)
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-01 Evgeniy Stepanov(NFC) Track global summary liveness in GVFlags.
2017-05-20 Adrian PrantlRevert "Revert "ThinLTO: Verify bitcode before lauching...
2017-05-19 Adrian PrantlRevert "ThinLTO: Verify bitcode before lauching the...
2017-05-19 Adrian PrantlThinLTO: Verify bitcode before lauching the ThinLTOCode...
2017-05-18 Akira Hatanaka[ThinLTO] Do not assert when adding a module with a...
2017-05-16 James Henderson[LTO] Print time-passes information at conclusion of...
2017-05-10 Teresa JohnsonEnsure non-null ProfileSummaryInfo passed to ModuleSumm...
2017-05-04 Peter CollingbourneRe-apply r302108, "IR: Use pointers instead of GUIDs...
2017-05-04 Eric LiuRevert "IR: Use pointers instead of GUIDs to represent...
2017-05-04 Peter CollingbourneIR: Use pointers instead of GUIDs to represent edges...
2017-05-01 Peter CollingbourneBitcode: Make the summary reader responsible for mergin...
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-04-13 Peter CollingbourneSupport: Add a VCSRevision.h header file.
2017-03-28 Mehdi AminiAdd support for -fno-builtin to LTO and ThinLTO to...
2017-03-20 Peter CollingbourneSupport, LTO: When pruning a directory, ignore files...
2017-03-15 Peter CollingbourneSupport: Simplify the CachePruning API. NFCI.
2017-02-14 Mehdi Amini[ThinLTO] Make a copy of buffer identifier in ThinLTOCo...
2017-02-10 Davide Italiano[LTO] Share the optimization remarks setup between...
2017-02-03 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-03 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-01-20 Mehdi Amini[ThinLTO] The "codegen only" path didn't honor the...
2017-01-10 Mehdi Amini[ThinLTO] Hash more part of the config to build cache...
2017-01-08 Mehdi Amini[ThinLTO] Expected<> return values need to be handled...
2017-01-05 Teresa JohnsonThinLTO: add early "dead-stripping" on the Index
2016-12-28 Mehdi Amini[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO...
2016-12-16 Teresa Johnson[ThinLTO] Import composite types as declarations
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-12-02 Adam Nemet[LTOs] Allow generation of hotness information
2016-12-01 Peter CollingbourneLTO: Remove ModuleLoader, make loadModuleFromBuffer...
2016-11-19 Mehdi Amini[ThinLTO] Implement -pass-remarks-output in ThinLTOCode...
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-10-19 Teresa Johnson[ThinLTO] Default backend threads to heavyweight_hardwa...
2016-10-08 Mehdi AminiThinLTO: don't perform incremental LTO on module withou...
2016-10-08 Mehdi AminiThinLTO: handles modules with empty summaries
2016-09-28 Dehao ChenRefactor the ProfileSummaryInfo to use doInitialization...
2016-09-28 Dehao ChenFix the bug introduced in r282616.
2016-09-26 Piotr Padlewski[thinlto] Basic thinlto fdo heuristic
2016-08-19 Chandler Carruth[PM] Rework the new PM support for building the ModuleS...
2016-08-16 Mehdi Amini[LTO] Simplify APIs and constify (NFC)
next