OSDN Git Service

Release notes: fix -fno-strict-float-cast-overflow quoting
[android-x86/external-llvm.git] / lib / LTO /
2018-07-30 Fangrui SongRemove trailing space
2018-07-27 Bob Haarman[LTO] Don't internalize declarations
2018-07-23 Teresa Johnson[LTO] Handle __imp_ (dllimport) symbols consistently...
2018-07-19 Teresa Johnson[ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTy...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-13 Teresa Johnson[ThinLTO] Ensure we always select the same function...
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-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-05-31 Peter CollingbourneIRGen: Write .dwo files when -split-dwarf-file is used...
2018-05-21 Peter CollingbourneFix a make_unique ambiguity.
2018-05-21 Peter CollingbourneLTO: Replace split dwarf implementation that uses objco...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-05 Teresa Johnson[LTO] Handle Task=-1 passed to addSaveTemps
2018-05-04 Teresa Johnson[LTO] Allow pass remarks with hotness to be set when...
2018-05-03 Teresa Johnson[ThinLTO] Add support for optimization remarks to thinB...
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-20 Florian Hahn[LTO] Add stats-file option to LTO/Config.h.
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-04-13 Yunlian JiangEnable debug fission for thinLTO linked via gold-plugin
2018-04-11 Weiming ZhaoAdd missing vtable anchors
2018-03-30 Ekaterina RomanovaPrevent data races in concurrent ThinLTO processes.
2018-03-23 David BlaikieMove TargetLoweringObjectFile from CodeGen to Target...
2018-03-21 David BlaikieSink Analysis/ObjectUtil(canBeOmittedFromSymbolTable...
2018-03-13 Adam Nemet[LTO] Return proper error object rather than null LTOModule
2018-03-08 Bob HaarmanRevert "[LTO] Support filtering by hotness threshold"
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-22 Vitaly Buka[ThinLTO] Always create linked objects file for --thinl...
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
2018-02-19 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-18 Simon PilgrimRevert: [llvm] r325448 - [ThinLTO] Add GraphTraits...
2018-02-17 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-12 Volodymyr SapsaiRevert "[ThinLTO] Add GraphTraits for FunctionSummaries"
2018-02-11 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-09 Peter CollingbourneLTO: Include live bit in ThinLTO cache key.
2018-02-06 Teresa Johnson[ThinLTO] Remove dead and dropped symbol declarations...
2018-02-05 Peter CollingbourneLTO: Also include dso-local bit for calls in ThinLTO...
2018-02-05 Peter CollingbourneLTO: Include dso-local bit in ThinLTO cache key.
2018-02-05 Teresa Johnson[ThinLTO] Convert dead alias to declarations
2018-02-02 George Rimar[LTO] - Simplify. NFC.
2018-02-02 George Rimar[ThinLTO] - Fix for "ThinLTO inlines variables that...
2018-01-30 Vitaly Buka[ThinLTO/gold] Write empty imports even for modules...
2018-01-29 George Rimar[ThinLTO] - Stop internalizing and drop non-prevailing...
2018-01-25 George Rimar[LTO] - Introduce GlobalResolution::Prevailing flag.
2018-01-25 Amjad AboudAnother try to commit 323321 (aggressive instruction...
2018-01-24 Rafael EspindolaSimplify. NFC.
2018-01-24 Amjad AboudReverted 323321.
2018-01-24 Amjad Aboud[InstCombine] Introducing Aggressive Instruction Combin...
2018-01-23 Nico WeberIntroduce errorToBool() helper and use it.
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-18 Rafael EspindolaDon't drop dso_local in LTO.
2018-01-17 George Rimar[ThinLTO] - Remove code duplication. NFC.
2017-12-28 Benjamin Kramer[LTO] Simplify code. No functionality change intended.
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-12-16 Vitaly Buka[LTO] Make processing of combined module more consistent
2017-12-15 Eugene Leviant[ThinLTO] Disallow multiple prevailing defs
2017-12-15 Eugene Leviant[LLVMgold] Don't set undefined symbol as prevailing
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/LTO.
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-16 Bob HaarmanLTO: clarify why we need to gracefully handle sys:...
2017-11-15 Rafael EspindolaUse TempFile in lto caching.
2017-11-10 Bob HaarmanLTO: don't fatal when value for cache key already exists
2017-11-04 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-04 Sean FertileRevert "[LTO][ThinLTO] Use the linker resolutions to...
2017-11-03 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-01 Peter CollingbourneLTO: Apply global DCE to ThinLTO modules at LTO opt...
2017-10-31 Nico WeberLTOModule::isBitcodeFile() shouldn't assert when return...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-24 Bob Haarman[raw_fd_ostream] report actual error in error messages
2017-10-11 Rafael EspindolaConvert the last uses of ErrorOr in include/llvm/Object.
2017-10-03 Peter CollingbourneLTO: Improve error reporting when adding a cache entry.
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
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-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-11 Peter CollingbourneLowerTypeTests: Add import/export support for targets...
2017-09-11 Peter CollingbourneWholeProgramDevirt: Add import/export support for targe...
2017-09-07 Peter CollingbourneLTO: Remove unnecessary Windows support code.
2017-09-05 Peter CollingbourneLTO: Try to open cache files before renaming them.
2017-08-09 Evgeniy StepanovFix thinlto cache key computation for cfi-icall.
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-08-02 Dehao ChenFix the bug that parseAAPipeline is not invoked in...
2017-08-02 Dehao ChenUpdate the new PM pipeline to make ICP aware if it...
2017-07-19 Peter CollingbourneLTO: Export functions referenced by the CFI jump table.
2017-07-10 Dehao ChenUse DenseMap instead std::map for GVSummaryMapTy.
2017-07-06 Davide Italiano[LTO] Fix the interaction between linker redefined...
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
next