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
/
lib
/
Transforms
/
Scalar
/
Scalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
Bjorn Pettersson
2019-12-16
1
-0
/
+1
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
1
-0
/
+1
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+5
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-5
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+5
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
1
-0
/
+4
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
1
-1
/
+0
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
1
-0
/
+1
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
1
-1
/
+0
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
1
-0
/
+1
*
[MergeICmps] Make the pass compatible with the new pass manager.
Clement Courbet
2019-05-23
1
-1
/
+1
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
1
-0
/
+1
*
Revert "Add basic loop fusion pass." Per request.
Eric Christopher
2019-04-17
1
-1
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+1
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-1
/
+0
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
1
-0
/
+1
*
Default lowering for experimental.widenable.condition
Max Kazantsev
2019-01-31
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-0
/
+1
*
Introduce llvm.experimental.widenable_condition intrinsic
Max Kazantsev
2018-12-07
1
-0
/
+1
*
[PM] Port Scalarizer to the new pass manager.
Mikael Holmen
2018-11-21
1
-1
/
+2
*
[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+5
*
[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+4
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+5
*
[instsimplify] Move the instsimplify pass to use more obvious file names
Chandler Carruth
2018-06-29
1
-0
/
+1
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-5
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+5
*
Restore the LoopInstSimplify pass, reverting r327329 that removed it.
Chandler Carruth
2018-05-25
1
-0
/
+1
*
[LoopGuardWidening] Split out a loop pass version of GuardWidening
Philip Reames
2018-04-27
1
-0
/
+1
*
Fix some layering in AggressiveInstCombine (avoiding inclusion of Scalar.h)
David Blaikie
2018-04-24
1
-4
/
+0
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
1
-4
/
+0
*
[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.
Craig Topper
2018-04-24
1
-0
/
+4
*
Oops - moved slightly too many things from Scalar to Utils. Move LoopSimplify...
David Blaikie
2018-03-28
1
-0
/
+4
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-12
/
+0
*
Finish moving the IPSCCP pass from Scalar to IPO - moving the registration
David Blaikie
2018-03-22
1
-1
/
+0
*
[New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass...
Fedor Sergeev
2018-03-15
1
-1
/
+1
*
Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar
2018-03-12
1
-1
/
+0
*
[PM] port Rewrite Statepoints For GC to the new pass manager.
Fedor Sergeev
2017-12-15
1
-1
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-0
/
+2
*
Recommit r317351 : Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+1
*
Revert "Add CallSiteSplitting pass"
Jun Bum Lim
2017-11-03
1
-1
/
+0
*
Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+1
*
Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-02
1
-1
/
+0
*
[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.
Clement Courbet
2017-11-02
1
-0
/
+1
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-6
/
+1
*
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
Sanjay Patel
2017-09-09
1
-0
/
+1
*
Reland rL312315: [MergeICmps] MergeICmps is a new optimization pass that turn...
Clement Courbet
2017-09-01
1
-0
/
+1
*
Revert "[MergeICmps] MergeICmps is a new optimization pass that turns chains ...
Clement Courbet
2017-09-01
1
-1
/
+0
*
[MergeICmps] MergeICmps is a new optimization pass that turns chains of integer
Clement Courbet
2017-09-01
1
-0
/
+1
*
Remove the LoadCombine pass. It was never enabled and is unsupported.
Eric Christopher
2017-06-22
1
-1
/
+0
[next]