index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
3
-925
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
3
-1
/
+925
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
1
-1
/
+1
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
1
-1
/
+1
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-18
2
-0
/
+91
*
Revert "[LoopUtils] Updated deleteDeadLoop() to handle loop nest."
Whitney Tsang
2019-12-17
2
-91
/
+0
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-0
/
+90
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-0
/
+1
*
[DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-10
1
-1
/
+1
*
[SimplifyCFG] Handle AssumptionCache being null.
Rodrigo Caetano Rocha
2019-12-07
1
-0
/
+50
*
[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
Florian Hahn
2019-12-07
2
-6
/
+5
*
[LV] Record GEP widening decisions in recipe (NFCI)
Gil Rapaport
2019-12-06
1
-5
/
+5
*
[PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the...
Hiroshi Yamauchi
2019-12-04
1
-7
/
+7
*
[CodeMoverUtils] clang-format the test
Vitaly Buka
2019-11-26
1
-45
/
+55
*
[CodeMoverUtils] Don't dereference nullptr in test
Vitaly Buka
2019-11-26
1
-1
/
+1
*
[DebugInfo@O2][Utils] Undef instead of delete dbg.values in helper func
OCHyams
2019-11-25
1
-2
/
+5
*
[CodeMoverUtils] Added an API to check if an instruction can be safely
Tsang Whitney W.H
2019-11-22
2
-0
/
+173
*
[VFABI] Remove unused variables in testcase, fix buildbot
Mikael Holmen
2019-11-12
1
-2
/
+0
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
2
-0
/
+56
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
1
-0
/
+1
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
1
-1
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-08
1
-0
/
+1
*
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...
Eric Christopher
2019-11-06
1
-1
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-05
1
-0
/
+1
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Benjamin Kramer
2019-11-04
1
-1
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-04
1
-0
/
+1
*
[LICM] Invalidate SCEV upon instruction hoisting
Serguei Katkov
2019-10-31
1
-4
/
+2
*
[Test] Add a unit test exposing lack of SCEV invalidation in LICM during code...
Serguei Katkov
2019-10-31
2
-0
/
+99
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-28
2
-0
/
+130
*
Reverted r375254 as it has broken some build bots for a long time.
Vladimir Vereschaka
2019-10-20
2
-130
/
+0
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-18
2
-0
/
+130
*
[VPlan] Add moveAfter to VPRecipeBase.
Florian Hahn
2019-10-11
1
-0
/
+26
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-5
/
+10
*
Add a unittest to verify for assumption cache
Aditya Kumar
2019-10-04
1
-0
/
+52
*
[Local] Handle terminators with users in removeUnreachableBlocks.
Florian Hahn
2019-10-02
1
-0
/
+32
*
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.
Florian Hahn
2019-10-02
1
-4
/
+4
*
Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ...
Artur Pilipenko
2019-08-28
1
-0
/
+56
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-4
/
+4
*
[MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...
Alina Sbirlea
2019-08-01
1
-2
/
+1
*
Keep the order of the basic blocks in the cloned loop as the original
Whitney Tsang
2019-07-08
1
-0
/
+87
*
Only passes that preserve MemorySSA must mark it as preserved.
Alina Sbirlea
2019-06-11
1
-2
/
+10
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-2
/
+1
*
Fix compilation warnings when compiling with GCC 7.3
Alexandre Ganea
2019-05-06
2
-10
/
+5
*
[AliasAnalysis/NewPassManager] Invalidate AAManager less often.
Alina Sbirlea
2019-04-30
1
-1
/
+0
*
Revert [AliasAnalysis] AAResults preserves AAManager.
Alina Sbirlea
2019-04-24
1
-0
/
+1
*
[AliasAnalysis] AAResults preserves AAManager.
Alina Sbirlea
2019-04-23
1
-1
/
+0
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-1
/
+2
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-18
/
+22
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-22
/
+18
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-18
/
+22
[next]