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
/
LinkAllPasses.h
2020-04-15
Sameer Sahasrabuddhe
Introduce fix-irreducible pass
blob
|
commitdiff
2020-04-15
Sameer Sahasrabuddhe
Revert "Introduce fix-irreducible pass"
blob
|
commitdiff
|
diff to current
2020-04-15
Sameer Sahasrabuddhe
Introduce fix-irreducible pass
blob
|
commitdiff
2020-03-30
Sameer Sahasrabuddhe
Introduce unify-loop-exits pass.
blob
|
commitdiff
|
diff to current
2020-02-09
Sanjay Patel
[VectorCombine] new IR transform pass for partial vecto...
blob
|
commitdiff
|
diff to current
2020-02-09
Johannes Doerfert
[Attributor] Add an Attributor CGSCC pass and run it
blob
|
commitdiff
|
diff to current
2020-02-08
Johannes Doerfert
[OpenMP] Introduce the OpenMPOpt transformation pass
blob
|
commitdiff
|
diff to current
2019-12-16
Bjorn Pettersson
[BasicBlockUtils] Add utility to remove redundant dbg...
blob
|
commitdiff
|
diff to current
2019-11-15
Francesco Petrogalli
[SVFS] Inject TLI Mappings in VFABI attribute.
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-08-23
Johannes Doerfert
[MustExec] Add a generic "must-be-executed-context...
blob
|
commitdiff
|
diff to current
2019-06-07
Sam Parker
[CodeGen] Generic Hardware Loop Support
blob
|
commitdiff
|
diff to current
2019-06-05
Johannes Doerfert
[Attributor] Pass infrastructure and fixpoint framework
blob
|
commitdiff
|
diff to current
2019-05-23
Clement Courbet
[MergeICmps] Make the pass compatible with the new...
blob
|
commitdiff
|
diff to current
2019-02-27
Rong Xu
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
blob
|
commitdiff
|
diff to current
2019-02-27
Vlad Tsyrklevich
Revert "[PGO] Context sensitive PGO (part 1)"
blob
|
commitdiff
|
diff to current
2019-02-26
Rong Xu
[PGO] Context sensitive PGO (part 1)
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
2018-12-22
George Burgess IV
[Analysis] s/uint64_t/LocationSize; NFC
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-09-04
Hiroshi Yamauchi
[PGO] Control Height Reduction
blob
|
commitdiff
|
diff to current
2018-08-30
Nicolai Haehnle
[NFC] Rename the DivergenceAnalysis to LegacyDivergence...
blob
|
commitdiff
|
diff to current
2018-07-01
David Green
[UnrollAndJam] New Unroll and Jam pass
blob
|
commitdiff
|
diff to current
2018-06-29
Chandler Carruth
[instsimplify] Move the instsimplify pass to use more...
blob
|
commitdiff
|
diff to current
2018-06-22
Chandler Carruth
Revert r335306 (and r335314) - the Call Graph Profile...
blob
|
commitdiff
|
diff to current
2018-06-21
Michael J. Spencer
[Instrumentation] Add Call Graph Profile 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-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-04-24
Craig Topper
[AggressiveInstCombine] Add createAggressiveInstCombine...
blob
|
commitdiff
|
diff to current
2018-03-28
David Blaikie
Transforms: Introduce Transforms/Utils.h rather than...
blob
|
commitdiff
|
diff to current
2018-03-20
Philip Reames
Add an analysis printer for must execute reasoning
blob
|
commitdiff
|
diff to current
2017-11-14
Hans Wennborg
Rename CountingFunctionInserter and use for both mcount...
blob
|
commitdiff
|
diff to current
2017-11-14
Chandler Carruth
[PM] Port BoundsChecking to the new PM.
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-10-25
Matthew Simpson
Add CalledValuePropagation pass
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-06-30
Chandler Carruth
Remove the BBVectorize pass.
blob
|
commitdiff
|
diff to current
2017-06-06
Chandler Carruth
Sort the remaining #include lines in include/... and...
blob
|
commitdiff
|
diff to current
2017-05-15
Ayman Musa
[X86] Relocate code of replacement of subtarget unsuppo...
blob
|
commitdiff
|
diff to current
2017-04-04
Rong Xu
[PGO] Memory intrinsic calls optimization based on...
blob
|
commitdiff
|
diff to current
2017-03-26
Joerg Sonnenberger
Split the SimplifyCFG pass into two variants.
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-10-27
Dehao Chen
Add Loop Sink pass to reverse the LICM based of basic...
blob
|
commitdiff
|
diff to current
2016-10-18
Rong Xu
Conditionally eliminate library calls where the result...
blob
|
commitdiff
|
diff to current
2016-09-01
Hal Finkel
Add a counter-function insertion pass
blob
|
commitdiff
|
diff to current
2016-08-17
Chandler Carruth
[PM] Port the always inliner to the new pass manager...
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-06
George Burgess IV
[CFLAA] Split into Anders+Steens analysis.
blob
|
commitdiff
|
diff to current
2016-07-01
Matt Arsenault
LoadStoreVectorizer: Check TTI for vec reg bit width
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-30
Matt Arsenault
Add LoadStoreVectorizer pass
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-05-15
Xinliang David Li
Rename pass name to prepare to new PM porting /NFC
blob
|
commitdiff
|
diff to current
2016-05-12
Chandler Carruth
[PM] Port of the DepndenceAnalysis to the new PM.
blob
|
commitdiff
|
diff to current
2016-05-07
Xinliang David Li
[PM] code refactoring -- preparation for new PM porting...
blob
|
commitdiff
|
diff to current
2016-05-06
Xinliang David Li
[PM] port IR based PGO prof-gen pass to new pass manager
blob
|
commitdiff
|
diff to current
2016-04-27
Rong Xu
[PGO] Promote indirect calls to conditional direct...
blob
|
commitdiff
|
diff to current
2016-04-18
Xinliang David Li
Port InstrProfiling pass to the new pass manager
blob
|
commitdiff
|
diff to current
2016-04-15
Justin Lebar
[Speculation] Add a SpeculativeExecution mode where...
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-10
Chandler Carruth
[CG] Rename the DOT printing pass to actually reference...
blob
|
commitdiff
|
diff to current
2016-03-02
Chandler Carruth
[AA] Hoist the logic to reformulate various AA queries...
blob
|
commitdiff
|
diff to current
2016-02-20
Chandler Carruth
[PM/AA] Port alias analysis evaluator to the new pass...
blob
|
commitdiff
|
diff to current
2016-02-18
Chandler Carruth
[PM] Port the PostOrderFunctionAttrs pass to the new...
blob
|
commitdiff
|
diff to current
2016-02-06
Ashutosh Nema
New Loop Versioning LICM Pass
blob
|
commitdiff
|
diff to current
2016-01-29
Fiona Glaser
Add LoopSimplifyCFG pass
blob
|
commitdiff
|
diff to current
2016-01-13
Dimitry Andric
Avoid undefined behavior in LinkAllPasses.h
blob
|
commitdiff
|
diff to current
2016-01-08
Chandler Carruth
[attrs] Split the late-revisit pattern for deducing...
blob
|
commitdiff
|
diff to current
2015-12-09
Rong Xu
[PGO] Resubmit "MST based PGO instrumentation infrastru...
blob
|
commitdiff
|
diff to current
2015-12-07
Teresa Johnson
[ThinLTO] Support for specifying function index from...
blob
|
commitdiff
|
diff to current
2015-11-24
Rong Xu
[PGO] Revert revision r254021,r254028,r254035
blob
|
commitdiff
|
diff to current
2015-11-24
Rong Xu
[PGO] MST based PGO instrumentation infrastructure
blob
|
commitdiff
|
diff to current
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
blob
|
commitdiff
|
diff to current
2015-08-17
Chandler Carruth
[PM] Port ScalarEvolution to the new pass manager.
blob
|
commitdiff
|
diff to current
2015-08-15
Chandler Carruth
[PM/AA] Delete the LibCallAliasAnalysis and all the...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Extract the interface for GlobalsModRef into...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Hoist the interface to TBAA into a dedicated...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Hoist the SCEV-AA interface to its own header...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Hoist ScopedNoAliasAA's interface into a header...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Extract a minimal interface for CFLAA to its...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Hoist the AA counter pass into a header to...
blob
|
commitdiff
|
diff to current
2015-08-14
Chandler Carruth
[PM/AA] Move the LibCall AA creation routine declaratio...
blob
|
commitdiff
|
diff to current
2015-08-12
Chandler Carruth
[PM/AA] Remove the AliasDebugger pass.
blob
|
commitdiff
|
diff to current
next