This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e11d70e Basic: match GCC behaviour for SuS macro new c0b70cd [AVR] Add support for the full set of inline asm constraints new 62d905d [AVR] Allow specifying the CPU on the command line
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/Basic/Targets.cpp | 344 +++++++++++++++++++++ test/CodeGen/avr-inline-asm-constraints.c | 124 ++++++++ .../avr-unsupported-inline-asm-constraints.c | 8 + test/CodeGen/avr/target-cpu-defines/atmega328p.c | 6 + test/CodeGen/avr/target-cpu-defines/attiny104.c | 6 + test/CodeGen/avr/target-cpu-defines/common.c | 5 + 6 files changed, 493 insertions(+) create mode 100644 test/CodeGen/avr-inline-asm-constraints.c create mode 100644 test/CodeGen/avr-unsupported-inline-asm-constraints.c create mode 100644 test/CodeGen/avr/target-cpu-defines/atmega328p.c create mode 100644 test/CodeGen/avr/target-cpu-defines/attiny104.c create mode 100644 test/CodeGen/avr/target-cpu-defines/common.c