git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[COFF] Dump string table size for COFF file headers
[lldb.git]
/
llvm
/
include
/
llvm
/
Transforms
/
Scalar.h
2020-04-17
Simon Pilgrim
Scalar.h - remove unused forward declarations. NFC.
blob
|
commitdiff
2019-12-16
Bjorn Pettersson
[BasicBlockUtils] Add utility to remove redundant dbg...
blob
|
commitdiff
|
diff to current
2019-12-12
Florian Hahn
[Matrix] Add first set of matrix intrinsics and initial...
blob
|
commitdiff
|
diff to current
2019-10-30
Alina Sbirlea
[LegacyPassManager] Delete BasicBlockPass/Manager.
blob
|
commitdiff
|
diff to current
2019-10-14
Joerg Sonnenberger
Reapply r374743 with a fix for the ocaml binding
blob
|
commitdiff
|
diff to current
2019-10-14
Dmitri Gribenko
Revert "Add a pass to lower is.constant and objectsize...
blob
|
commitdiff
|
diff to current
2019-10-13
Joerg Sonnenberger
Add a pass to lower is.constant and objectsize intrinsics
blob
|
commitdiff
|
diff to current
2019-09-10
Dmitri Gribenko
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps]...
blob
|
commitdiff
|
diff to current
2019-09-10
Clement Courbet
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes...
blob
|
commitdiff
|
diff to current
2019-09-05
Denis Bakhvalov
[MergedLoadStoreMotion] Sink stores to BB with more...
blob
|
commitdiff
|
diff to current
2019-06-26
Clement Courbet
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes...
blob
|
commitdiff
|
diff to current
2019-06-26
Clement Courbet
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
blob
|
commitdiff
|
diff to current
2019-05-23
Clement Courbet
[MergeICmps] Make the pass compatible with the new...
blob
|
commitdiff
|
diff to current
2019-04-26
Sven van Haastregt
[InferAddressSpaces] Add AS parameter to the pass factory
blob
|
commitdiff
|
diff to current
2019-04-19
Alina Sbirlea
[LICM & MemorySSA] Make limit flags pass tuning options.
blob
|
commitdiff
|
diff to current
2019-04-17
Kit Barton
Add basic loop fusion pass.
blob
|
commitdiff
|
diff to current
2019-04-17
Eric Christopher
Revert "Add basic loop fusion pass." Per request.
blob
|
commitdiff
|
diff to current
2019-04-17
Eric Christopher
Revert "Temporarily Revert "Add basic loop fusion pass.""
blob
|
commitdiff
|
diff to current
2019-04-17
Eric Christopher
Temporarily Revert "Add basic loop fusion pass."
blob
|
commitdiff
|
diff to current
2019-04-17
Kit Barton
Add basic loop fusion pass.
blob
|
commitdiff
|
diff to current
2019-04-12
Alina Sbirlea
[SCEV] Add option to forget everything in SCEV.
blob
|
commitdiff
|
diff to current
2019-01-31
Max Kazantsev
Default lowering for experimental.widenable.condition
blob
|
commitdiff
|
diff to current
2019-01-19
Chandler Carruth
Update the file headers across all of the LLVM projects...
blob
|
commitdiff
|
diff to current
2019-01-04
Teresa Johnson
[ThinLTO] Handle chains of aliases
blob
|
commitdiff
|
diff to current
2018-12-18
Michael Kruse
[LoopUnroll] Honor '#pragma unroll' even with -fno...
blob
|
commitdiff
|
diff to current
2018-12-12
Michael Kruse
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
blob
|
commitdiff
|
diff to current
2018-11-21
Mikael Holmen
[PM] Port Scalarizer to the new pass manager.
blob
|
commitdiff
|
diff to current
2018-10-15
Chandler Carruth
[TI removal] Remove a dead forward declaration of Termi...
blob
|
commitdiff
|
diff to current
2018-07-01
David Green
[UnrollAndJam] New Unroll and Jam pass
blob
|
commitdiff
|
diff to current
2018-05-27
David Green
Revert 333358 as it's failing on some builders.
blob
|
commitdiff
|
diff to current
2018-05-27
David Green
[UnrollAndJam] Add a new Unroll and Jam pass
blob
|
commitdiff
|
diff to current
2018-05-25
Chandler Carruth
Restore the LoopInstSimplify pass, reverting r327329...
blob
|
commitdiff
|
diff to current
2018-04-27
Philip Reames
[LoopGuardWidening] Split out a loop pass version of...
blob
|
commitdiff
|
diff to current
2018-04-24
David Blaikie
Fix some layering in AggressiveInstCombine (avoiding...
blob
|
commitdiff
|
diff to current
2018-04-24
David Blaikie
InstCombine: Fix layering by not including Scalar.h...
blob
|
commitdiff
|
diff to current
2018-03-28
David Blaikie
Plumb useAA through TargetTransformInfo to remove Trans...
blob
|
commitdiff
|
diff to current
2018-03-28
David Blaikie
Oops - moved slightly too many things from Scalar to...
blob
|
commitdiff
|
diff to current
2018-03-28
David Blaikie
Transforms: Introduce Transforms/Utils.h rather than...
blob
|
commitdiff
|
diff to current
2018-03-21
David Blaikie
Fix a couple of layering violations in Transforms
blob
|
commitdiff
|
diff to current
2018-03-12
Vedant Kumar
Remove the LoopInstSimplify pass (-loop-instsimplify)
blob
|
commitdiff
|
diff to current
2018-01-25
Amjad Aboud
Another try to commit 323321 (aggressive instruction...
blob
|
commitdiff
|
diff to current
2018-01-24
Amjad Aboud
Reverted 323321.
blob
|
commitdiff
|
diff to current
2018-01-24
Amjad Aboud
[InstCombine] Introducing Aggressive Instruction Combin...
blob
|
commitdiff
|
diff to current
2017-12-15
Fedor Sergeev
[PM] port Rewrite Statepoints For GC to the new pass...
blob
|
commitdiff
|
diff to current
2017-12-14
Sanjay Patel
[SimplifyCFG] don't sink common insts too soon (PR34603)
blob
|
commitdiff
|
diff to current
2017-11-14
Hans Wennborg
Rename CountingFunctionInserter and use for both mcount...
blob
|
commitdiff
|
diff to current
2017-11-03
Jun Bum Lim
Recommit r317351 : Add CallSiteSplitting pass
blob
|
commitdiff
|
diff to current
2017-11-03
Jun Bum Lim
Revert "Add CallSiteSplitting pass"
blob
|
commitdiff
|
diff to current
2017-11-03
Jun Bum Lim
Add CallSiteSplitting pass
blob
|
commitdiff
|
diff to current
2017-11-03
Clement Courbet
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
blob
|
commitdiff
|
diff to current
2017-11-02
Clement Courbet
Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen...
blob
|
commitdiff
|
diff to current
2017-11-02
Clement Courbet
[ExpandMemCmp] Split ExpandMemCmp from CodeGen into...
blob
|
commitdiff
|
diff to current
2017-10-28
Sanjay Patel
[SimplifyCFG] use pass options and remove the latesimpl...
blob
|
commitdiff
|
diff to current
2017-09-09
Sanjay Patel
[DivRempairs] add a pass to optimize div/rem pairs...
blob
|
commitdiff
|
diff to current
2017-09-01
Clement Courbet
Reland rL312315: [MergeICmps] MergeICmps is a new optim...
blob
|
commitdiff
|
diff to current
2017-09-01
Clement Courbet
Revert "[MergeICmps] MergeICmps is a new optimization...
blob
|
commitdiff
|
diff to current
2017-09-01
Clement Courbet
[MergeICmps] MergeICmps is a new optimization pass...
blob
|
commitdiff
|
diff to current
2017-08-03
Teresa Johnson
Disable loop peeling during full unrolling pass.
blob
|
commitdiff
|
diff to current
2017-06-22
Eric Christopher
Remove the LoadCombine pass. It was never enabled and...
blob
|
commitdiff
|
diff to current
2017-05-25
James Molloy
[GVNSink] GVNSink pass
blob
|
commitdiff
|
diff to current
2017-03-26
Joerg Sonnenberger
Split the SimplifyCFG pass into two variants.
blob
|
commitdiff
|
diff to current
2017-03-17
Stanislav Mekhanoshin
Only unswitch loops with uniform conditions
blob
|
commitdiff
|
diff to current
2017-02-18
Dehao Chen
Add default OptLevel value for createSimpleLoopUnrollPa...
blob
|
commitdiff
|
diff to current
2017-02-18
Dehao Chen
Increases full-unroll threshold.
blob
|
commitdiff
|
diff to current
2017-01-31
Matt Arsenault
NVPTX: Move InferAddressSpaces to generic code
blob
|
commitdiff
|
diff to current
2017-01-25
Artur Pilipenko
[Guards] Introduce loop-predication pass
blob
|
commitdiff
|
diff to current
2016-12-22
Davide Italiano
[GVN] Initial check-in of a new global value numbering...
blob
|
commitdiff
|
diff to current
2016-12-21
Adam Nemet
[LDist] Match behavior between invoking via optimizatio...
blob
|
commitdiff
|
diff to current
2016-10-27
Dehao Chen
Add Loop Sink pass to reverse the LICM based of basic...
blob
|
commitdiff
|
diff to current
2016-10-21
Anna Thomas
[StripGCRelocates] New pass to remove gc.relocates...
blob
|
commitdiff
|
diff to current
2016-10-18
Rong Xu
Conditionally eliminate library calls where the result...
blob
|
commitdiff
|
diff to current
2016-10-12
Haicheng Wu
Reapply "[LoopUnroll] Use the upper bound of the loop...
blob
|
commitdiff
|
diff to current
2016-10-12
Haicheng Wu
Revert "[LoopUnroll] Use the upper bound of the loop...
blob
|
commitdiff
|
diff to current
2016-10-12
Haicheng Wu
[LoopUnroll] Use the upper bound of the loop trip count...
blob
|
commitdiff
|
diff to current
2016-09-16
Mehdi Amini
Rename NameAnonFunctions to NameAnonGlobals to match...
blob
|
commitdiff
|
diff to current
2016-08-31
Geoff Berry
[EarlyCSE] Optionally use MemorySSA. NFC.
blob
|
commitdiff
|
diff to current
2016-07-15
Sebastian Pop
code hoisting pass based on GVN
blob
|
commitdiff
|
diff to current
2016-07-14
Nico Weber
Revert r275401, it caused PR28551.
blob
|
commitdiff
|
diff to current
2016-07-14
Sebastian Pop
code hoisting pass based on GVN
blob
|
commitdiff
|
diff to current
2016-07-01
Duncan P. N. Exon...
Revert "code hoisting pass based on GVN"
blob
|
commitdiff
|
diff to current
2016-07-01
Sebastian Pop
code hoisting pass based on GVN
blob
|
commitdiff
|
diff to current
2016-06-15
David Majnemer
Remove the ScalarReplAggregates pass
blob
|
commitdiff
|
diff to current
2016-05-18
Sanjoy Das
New pass: guard widening
blob
|
commitdiff
|
diff to current
2016-04-27
Adam Nemet
[LoopDist] Add llvm.loop.distribute.enable loop metadata
blob
|
commitdiff
|
diff to current
2016-04-18
Mehdi Amini
[NFC] Header cleanup
blob
|
commitdiff
|
diff to current
2016-04-15
Justin Lebar
[Speculation] Add a SpeculativeExecution mode where...
blob
|
commitdiff
|
diff to current
2016-04-12
Mehdi Amini
Add a pass to name anonymous/nameless function
blob
|
commitdiff
|
diff to current
2016-03-31
Sanjoy Das
Introduce a @llvm.experimental.guard intrinsic
blob
|
commitdiff
|
diff to current
2016-03-11
Chandler Carruth
[PM] Port GVN to the new pass manager, wire it up,...
blob
|
commitdiff
|
diff to current
2016-03-09
Matthias Braun
InstCombine: Restrict computeKnownBits() on all Values...
blob
|
commitdiff
|
diff to current
2016-02-18
Adam Nemet
[PPCLoopDataPrefetch] Move pass to Transforms/Scalar...
blob
|
commitdiff
|
diff to current
2016-02-10
Tom Stellard
StructurizeCFG: Add an option for skipping regions...
blob
|
commitdiff
|
diff to current
2016-02-06
Ashutosh Nema
New Loop Versioning LICM Pass
blob
|
commitdiff
|
diff to current
2016-02-03
Adam Nemet
[LoopVersioning] Expose loop versioning as a pass too
blob
|
commitdiff
|
diff to current
2016-01-29
Fiona Glaser
Add LoopSimplifyCFG pass
blob
|
commitdiff
|
diff to current
2016-01-27
Benjamin Kramer
Move passes that live in lib/CodeGen out of Scalar.h
blob
|
commitdiff
|
diff to current
2016-01-13
Chih-Hung Hsieh
[TLS] New lower emutls pass, fix linkage bugs.
blob
|
commitdiff
|
diff to current
2015-11-03
Adam Nemet
LLE 6/6: Add LoopLoadElimination pass
blob
|
commitdiff
|
diff to current
2015-08-26
Chandler Carruth
[SROA] Rip out all support for SSAUpdater in SROA.
blob
|
commitdiff
|
diff to current
2015-08-25
Diego Novillo
Convert SampleProfile pass into a Module pass.
blob
|
commitdiff
|
diff to current
next