Merging r258616:
[oota-llvm.git] / lib / Transforms / IPO /
2016-02-17 David MajnemerMerging r258616:
2016-02-17 David MajnemerMerging r258611:
2016-02-17 David MajnemerMerging r258610:
2016-02-17 David MajnemerMerging r258609:
2016-01-12 Teresa Johnson[ThinLTO] Handle an external call from an import to...
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Teresa Johnson[ThinLTO] Use new in-place symbol changes for exporting...
2016-01-08 Teresa Johnson[ThinLTO] Delay metadata materializtion in function...
2016-01-08 Chandler Carruth[attrs] Split the late-revisit pattern for deducing...
2016-01-06 Weiming ZhaoFix option desc in FunctionAttrs; NFC
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2015-12-28 Easwaran RamanRefactor inline costs analysis by removing the InlineCo...
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
2015-12-27 Chandler Carruth[attrs] Split off the forced attributes utility into...
2015-12-24 Benjamin Kramer[FunctionImport] Move pass into anonymous namespace.
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Rafael EspindolaMerge duplicated code.
2015-12-22 Rafael EspindolaUse early continue to reduce indentation.
2015-12-22 Rafael EspindolaSimplify iterator management. NFC.
2015-12-22 Easwaran RamanDetermine callee's hotness and adjust threshold based...
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-15 Richard TrieuRemove one of the void casts used to suppress unused...
2015-12-15 Evgeniy StepanovSuppress unused variable warning in the no-asserts...
2015-12-15 Richard TrieuCast variable to void to resolve unused variable warnin...
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (LLVM part).
2015-12-15 James Molloy[PassManagerBuilder] Add a few more scalar optimization...
2015-12-14 Rafael EspindolaA better attempt to add a missing include
2015-12-14 Rafael EspindolaTrying to fix the build in a bot.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Sanjoy Das[MergeFunctions] Use II instead of CI for InvokeInst...
2015-12-14 Sanjoy DasTeach MergeFunctions about operand bundles
2015-12-11 Diego NovilloSamplePGO - Reduce memory utilization by 10x.
2015-12-11 Artur PilipenkoPruneEH pass incorrectly reports that a change was...
2015-12-10 Teresa Johnson[ThinLTO] Debug message cleanup (NFC)
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-09 Rafael EspindolaDon't assign a temporary string to a StringRef.
2015-12-09 Teresa Johnson[ThinLTO] FunctionImport pass can take a const index...
2015-12-09 Mehdi AminiThe current importing scheme is processing one function...
2015-12-08 Sanjoy Das[OperandBundles] Have PruneEH work correct with operand...
2015-12-08 Mehdi AminiFix/Improve Debug print in FunctionImport pass
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-03 Mehdi Aminiclang-format FunctionImport after refactoring (NFC)
2015-12-03 Mehdi AminiRefactor FunctionImporter::importFunctions with a helpe...
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Teresa Johnson[ThinLTO] Wrap dbgs() output in DEBUG macro
2015-12-01 Teresa Johnson[ThinLTO] Remove stale comment (NFC)
2015-11-29 Diego NovilloSamplePGO - Do not use std::to_string in diagnostics.
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-27 Diego NovilloSamplePGO - Fix default threshold for hot callsites.
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Teresa Johnson[ThinLTO] Add option to limit importing based on instru...
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Teresa Johnson[ThinLTO] Refactor function body scan during importing...
2015-11-24 Teresa Johnson[ThinLTO] Enable iterative importing in FunctionImport...
2015-11-24 Teresa Johnson[ThinLTO] Fix FunctionImport alias checking and test
2015-11-24 Ismail DonmezFix build after r253954
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Diego NovilloSamplePGO - Clear coverage tracking when clearing per...
2015-11-23 Diego NovilloSamplePGO - Use newly introduced local variable. NFC.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-11-20 Tilmann SchellerRevert "[FunctionAttrs] Remove redundant assignment."
2015-11-20 Diego NovilloSamplePGO - Add line offset and discriminator informati...
2015-11-20 Tilmann Scheller[FunctionAttrs] Remove redundant assignment.
2015-11-19 James Molloy[GlobalOpt] Localize some globals that have non-instruc...
2015-11-19 James Molloy[FunctionAttrs] Provide a mechanism for adding function...
2015-11-18 James Molloy[LTO] Add an early run of functionattrs
2015-11-17 Elena DemikhovskyVector of pointers in function attributes calculation
2015-11-16 James Molloy[GlobalOpt] Address post-commit review comments on...
2015-11-16 Benjamin KramerMove helper classes into anonymous namespaces. NFC.
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-13 James Molloy[GlobalOpt] Make sure all debug lines end with '\n'
2015-11-13 James Molloy[GlobalOpt] Coding style - remove function names from...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 James MolloyRevert "Revert "[FunctionAttrs] Identify norecurse...
2015-11-12 James MolloyRevert "[FunctionAttrs] Identify norecurse functions"
2015-11-12 James Molloy[FunctionAttrs] Identify norecurse functions
next