This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 31b3913 GlobalISel: translate floating-point constants
new 118c004 Reapply "ADT: Tidy up ilist_traits static asserts, NFC"
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/ADT/ilist.h | 24 +++++++++++++-----------
unittests/ADT/ilistTest.cpp | 21 +++++++++++++++++++++
2 files changed, 34 insertions(+), 11 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 9163bca MachineScheduler: Add constructor functions for the DAGMutations
new 7b7f7a5 GlobalISel: translate insertvalue instructions.
new 046622b GlobalISel: fix stale comment
new 843c638 GlobalISel: fix insert/extract to work on ConstantExprs too.
new d0d4756 GlobalISel: support translating select instructions.
new b8957bd GlobalISel: translate float/int conversion instructions.
new 31b3913 GlobalISel: translate floating-point constants
The 6 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/IRTranslator.h | 23 ++++--
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 30 +++++++-
include/llvm/Target/GenericOpcodes.td | 53 ++++++++++++-
include/llvm/Target/TargetOpcodes.def | 21 +++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 56 ++++++++++++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 15 ++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 89 ++++++++++++++++++++++
7 files changed, 272 insertions(+), 15 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 5e464c9 [Hexagon] Add RUN line to test
new 9163bca MachineScheduler: Add constructor functions for the DAGMutations
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/MachineScheduler.h | 16 ++++++++++++
lib/CodeGen/MachineScheduler.cpp | 44 ++++++++++++++++++++++++++++++---
2 files changed, 56 insertions(+), 4 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 23d2b8b [Hexagon] Fix subesthetic indentation
new 5e464c9 [Hexagon] Add RUN line to test
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:
test/CodeGen/Hexagon/inline-asm-i1.ll | 4 ++++
1 file changed, 4 insertions(+)
--
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 f9a8e62 [Hexagon] Allow i1 values for 'r' constraint in inline-asm
new 23d2b8b [Hexagon] Fix subesthetic indentation
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/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 91 +++++++++++++++---------------
lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +-
3 files changed, 50 insertions(+), 51 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 18333ab [CostModel][X86] Added sub, or, and, fadd and fsub costs and [...]
new f9a8e62 [Hexagon] Allow i1 values for 'r' constraint in inline-asm
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/Target/Hexagon/HexagonISelLowering.cpp | 5 +++--
test/CodeGen/Hexagon/inline-asm-i1.ll | 10 ++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/inline-asm-i1.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 llvm.
from e0de1be Add missing #include found by modules build.
new 5eb5a08 [InstCombine] remove an icmp fold that is already handled by [...]
new 18333ab [CostModel][X86] Added sub, or, and, fadd and fsub costs and [...]
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 10 -
test/Analysis/CostModel/X86/arith.ll | 227 +++++++++++++++++++++
2 files changed, 227 insertions(+), 10 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 35e408d [Hexagon] Do not cache alloca instructions during isel
new e0de1be Add missing #include found by modules build.
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/PBQP/Graph.h | 1 +
1 file changed, 1 insertion(+)
--
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 zorg.
from 739c4db Add MSVC 2015 bot for self-hosting clang
new 64ef355 Moved builder clang-with-lto-ubuntu to another slave.
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:
buildbot/osuosl/master/config/builders.py | 2 +-
buildbot/osuosl/master/config/slaves.py | 2 +-
2 files changed, 2 insertions(+), 2 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 8c28aa1 [PM] Re-instate r279227 and r279228 with a fix to the way the [...]
new 35e408d [Hexagon] Do not cache alloca instructions during isel
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/Target/Hexagon/HexagonFrameLowering.cpp | 7 +++++--
lib/Target/Hexagon/HexagonISelLowering.cpp | 14 --------------
lib/Target/Hexagon/HexagonISelLowering.h | 3 ---
lib/Target/Hexagon/HexagonInstrInfo.td | 3 +--
lib/Target/Hexagon/HexagonMachineFunctionInfo.h | 8 --------
5 files changed, 6 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.