Daily bump.
This commit is contained in:
parent
3b007164b3
commit
361a6fc4bc
5 changed files with 40 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2023-07-09 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* cfg.cc (check_bb_profile): Dump counts with relative frequency.
|
||||
(dump_edge_info): Likewise.
|
||||
(dump_bb_info): Likewise.
|
||||
* profile-count.cc (profile_count::dump): Add comma between quality and
|
||||
freq.
|
||||
|
||||
2023-07-08 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
PR tree-optimization/110600
|
||||
|
|
|
@ -1 +1 @@
|
|||
20230709
|
||||
20230710
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2023-07-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* dmd/MERGE: Merge upstream dmd 28a3b24c2e.
|
||||
* dmd/VERSION: Bump version to v2.104.0-beta.1.
|
||||
* d-codegen.cc (build_bounds_slice_condition): Update for new
|
||||
front-end interface.
|
||||
* d-lang.cc (d_init_options): Likewise.
|
||||
(d_handle_option): Likewise.
|
||||
(d_post_options): Initialize global.compileEnv.
|
||||
* expr.cc (ExprVisitor::visit (CatExp *)): Replace code generation
|
||||
with new front-end lowering.
|
||||
(ExprVisitor::visit (LoweredAssignExp *)): New method.
|
||||
(ExprVisitor::visit (StructLiteralExp *)): Don't generate static
|
||||
initializer symbols for structs defined in C sources.
|
||||
* runtime.def (ARRAYCATT): Remove.
|
||||
(ARRAYCATNTX): Remove.
|
||||
|
||||
2023-07-07 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
PR d/108842
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2023-07-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* gdc.dg/rtti1.d: Move array concat testcase to ...
|
||||
* gdc.dg/nogc1.d: ... here. New test.
|
||||
|
||||
2023-07-09 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* gcc.dg/predict-22.c: Update template.
|
||||
|
||||
2023-07-08 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
PR tree-optimization/110600
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2023-07-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* libdruntime/MERGE: Merge upstream druntime 28a3b24c2e.
|
||||
* src/MERGE: Merge upstream phobos 8ab95ded5.
|
||||
|
||||
2023-07-02 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* libdruntime/config/aarch64/switchcontext.S: Exclude ELF-
|
||||
|
|
Loading…
Add table
Reference in a new issue