summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn2020-01-043-925/+1
* [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn2020-01-043-1/+925
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-1/+1
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-1/+1
* [LoopUtils] Updated deleteDeadLoop() to handle loop nest.Whitney Tsang2019-12-182-0/+91
* Revert "[LoopUtils] Updated deleteDeadLoop() to handle loop nest."Whitney Tsang2019-12-172-91/+0
* [LoopUtils] Updated deleteDeadLoop() to handle loop nest.Whitney Tsang2019-12-171-0/+90
* [LoopUtils] Updated deleteDeadLoop() to handle loop nest.Whitney Tsang2019-12-171-0/+1
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-1/+1
* [SimplifyCFG] Handle AssumptionCache being null.Rodrigo Caetano Rocha2019-12-071-0/+50
* [VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).Florian Hahn2019-12-072-6/+5
* [LV] Record GEP widening decisions in recipe (NFCI)Gil Rapaport2019-12-061-5/+5
* [PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the...Hiroshi Yamauchi2019-12-041-7/+7
* [CodeMoverUtils] clang-format the testVitaly Buka2019-11-261-45/+55
* [CodeMoverUtils] Don't dereference nullptr in testVitaly Buka2019-11-261-1/+1
* [DebugInfo@O2][Utils] Undef instead of delete dbg.values in helper funcOCHyams2019-11-251-2/+5
* [CodeMoverUtils] Added an API to check if an instruction can be safelyTsang Whitney W.H2019-11-222-0/+173
* [VFABI] Remove unused variables in testcase, fix buildbotMikael Holmen2019-11-121-2/+0
* [VFABI] Read/Write functions for the VFABI attribute.Francesco Petrogalli2019-11-122-0/+56
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-091-0/+1
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Gil Rapaport2019-11-081-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-081-0/+1
* Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...Eric Christopher2019-11-061-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-051-0/+1
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Benjamin Kramer2019-11-041-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-041-0/+1
* [LICM] Invalidate SCEV upon instruction hoistingSerguei Katkov2019-10-311-4/+2
* [Test] Add a unit test exposing lack of SCEV invalidation in LICM during code...Serguei Katkov2019-10-312-0/+99
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-282-0/+130
* Reverted r375254 as it has broken some build bots for a long time.Vladimir Vereschaka2019-10-202-130/+0
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-182-0/+130
* [VPlan] Add moveAfter to VPRecipeBase.Florian Hahn2019-10-111-0/+26
* [CodeExtractor] Factor out and reuse shrinkwrap analysisVedant Kumar2019-10-081-5/+10
* Add a unittest to verify for assumption cacheAditya Kumar2019-10-041-0/+52
* [Local] Handle terminators with users in removeUnreachableBlocks.Florian Hahn2019-10-021-0/+32
* [Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.Florian Hahn2019-10-021-4/+4
* Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ...Artur Pilipenko2019-08-281-0/+56
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-4/+4
* [MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...Alina Sbirlea2019-08-011-2/+1
* Keep the order of the basic blocks in the cloned loop as the originalWhitney Tsang2019-07-081-0/+87
* Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea2019-06-111-2/+10
* [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic2019-05-201-2/+1
* Fix compilation warnings when compiling with GCC 7.3Alexandre Ganea2019-05-062-10/+5
* [AliasAnalysis/NewPassManager] Invalidate AAManager less often.Alina Sbirlea2019-04-301-1/+0
* Revert [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-241-0/+1
* [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea2019-04-231-1/+0
* [SCEV] Add option to forget everything in SCEV.Alina Sbirlea2019-04-121-1/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-18/+22
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-22/+18
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-18/+22
OpenPOWER on IntegriCloud