This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fda9bcb09b1 ScalarEvolution unit test: fix typo that breaks check-all
new 78cdf9846cc [PartialInlining] Replace delete with unique_ptr in compute [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/IPO/PartialInlining.cpp | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad7d2c0d6e6 Rearrange Dom unittest to accommodate multiple tests
new fda9bcb09b1 ScalarEvolution unit test: fix typo that breaks check-all
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/Analysis/ScalarEvolutionTest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b853c59069 AArch64/PEI: Do not add reserved regs to liveins
new bfb2ddf65c0 clang-format DomTree unittest
new ad7d2c0d6e6 Rearrange Dom unittest to accommodate multiple tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/IR/DominatorTreeTest.cpp | 129 +++++++++++++++++--------------------
1 file changed, 59 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 65ac22c1e22 [SCEVExpander] Try harder to avoid introducing inttoptr
new 7b853c59069 AArch64/PEI: Do not add reserved regs to liveins
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/PrologEpilogInserter.cpp | 3 ++-
lib/Target/AArch64/AArch64FrameLowering.cpp | 7 +++++--
test/CodeGen/AArch64/live-interval-analysis.mir | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0248ff99fa4 ScheduleDAGInstrs: Fix fixupKills()
new 65ac22c1e22 [SCEVExpander] Try harder to avoid introducing inttoptr
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Analysis/ScalarEvolutionExpander.cpp | 20 ++++--
test/Transforms/LoopStrengthReduce/nonintegral.ll | 45 ++++++++++++
unittests/Analysis/ScalarEvolutionTest.cpp | 88 +++++++++++++++++++++--
3 files changed, 144 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/nonintegral.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 438a70fbf0 [coroutines] Support "coroutines" feature in module map requ [...]
new e168aa9c90 [OpenMP] Create COMDAT group for OpenMP offload registration [...]
new 946a5b82ab Revert "[coroutines] Support "coroutines" feature in module [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/Modules.rst | 3 -
lib/Basic/Module.cpp | 1 -
lib/CodeGen/CGOpenMPRuntime.cpp | 13 +++++
lib/CodeGen/CodeGenModule.cpp | 7 ++-
.../DependsOnModule.framework/Headers/coroutines.h | 3 -
.../Headers/not_coroutines.h | 3 -
.../Inputs/DependsOnModule.framework/module.map | 9 +--
test/Modules/requires-coroutines.mm | 12 ----
test/OpenMP/target_codegen.cpp | 8 ++-
test/OpenMP/target_codegen_registration.cpp | 64 ++++++++++++----------
test/OpenMP/target_parallel_codegen.cpp | 8 ++-
.../target_parallel_codegen_registration.cpp | 64 ++++++++++++----------
test/OpenMP/target_parallel_if_codegen.cpp | 8 ++-
.../OpenMP/target_parallel_num_threads_codegen.cpp | 8 ++-
test/OpenMP/target_teams_codegen.cpp | 8 ++-
test/OpenMP/target_teams_codegen_registration.cpp | 64 ++++++++++++----------
test/OpenMP/target_teams_num_teams_codegen.cpp | 8 ++-
test/OpenMP/target_teams_thread_limit_codegen.cpp | 8 ++-
18 files changed, 156 insertions(+), 143 deletions(-)
delete mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/coroutines.h
delete mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/not_coroutines.h
delete mode 100644 test/Modules/requires-coroutines.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf14f47c785 [Demangler] copy changes made in libcxxabi's r303718 to Ita [...]
new 0248ff99fa4 ScheduleDAGInstrs: Fix fixupKills()
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/CodeGen/ScheduleDAGInstrs.h | 5 +-
lib/CodeGen/MachineScheduler.cpp | 2 +-
lib/CodeGen/PostRASchedulerList.cpp | 2 +-
lib/CodeGen/ScheduleDAGInstrs.cpp | 206 +++++++--------------------
test/CodeGen/Hexagon/post-ra-kill-update.mir | 2 +-
test/CodeGen/X86/pr27681.mir | 2 +-
6 files changed, 56 insertions(+), 163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 94d20baa26 Resubmit r303861.
new 438a70fbf0 [coroutines] Support "coroutines" feature in module map requ [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/Modules.rst | 3 +++
lib/Basic/Module.cpp | 1 +
.../Inputs/DependsOnModule.framework/Headers/coroutines.h | 3 +++
.../DependsOnModule.framework/Headers/not_coroutines.h | 3 +++
test/Modules/Inputs/DependsOnModule.framework/module.map | 9 ++++++++-
test/Modules/requires-coroutines.mm | 12 ++++++++++++
6 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/coroutines.h
create mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/not_coroutines.h
create mode 100644 test/Modules/requires-coroutines.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6a19144d2b9 [AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline
new bf14f47c785 [Demangler] copy changes made in libcxxabi's r303718 to Ita [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Demangle/ItaniumDemangle.cpp | 49 +++++++++++++++++++++++-----------------
1 file changed, 28 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c8237e4e744 [GVN] Recommit the patch "Add phi-translate support in scalarpre".
new a407cc079c5 [GlobalISel] Add a localizer pass for target to use
new 6a19144d2b9 [AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/CodeGen/GlobalISel/Localizer.h | 78 ++++++
include/llvm/CodeGen/MachineRegisterInfo.h | 5 +
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/GlobalISel/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/GlobalISel.cpp | 1 +
lib/CodeGen/GlobalISel/Localizer.cpp | 125 +++++++++
lib/Target/AArch64/AArch64TargetMachine.cpp | 10 +-
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +-
.../AArch64/GlobalISel/gisel-commandline-option.ll | 5 +-
.../GlobalISel/localizer-in-O0-pipeline.mir | 96 +++++++
test/CodeGen/AArch64/GlobalISel/localizer.mir | 312 +++++++++++++++++++++
11 files changed, 632 insertions(+), 4 deletions(-)
create mode 100644 include/llvm/CodeGen/GlobalISel/Localizer.h
create mode 100644 lib/CodeGen/GlobalISel/Localizer.cpp
create mode 100644 test/CodeGen/AArch64/GlobalISel/localizer-in-O0-pipeline.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/localizer.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.