This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aab686b3f7f [x86] enable CGP memcmp() expansion for 2/4/8 byte sizes new bc5df29fed7 [GSoC] Flag value completion for clang new c4a82c8d4b1 [TableGen] Use range based for loop. NFC new b1618d24d34 [TableGen] Take a parameter by reference instead of pointer [...]
The 3 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/Option/OptParser.td | 2 ++ include/llvm/Option/OptTable.h | 14 ++++++++++++++ include/llvm/Option/Option.h | 2 ++ lib/Option/OptTable.cpp | 34 ++++++++++++++++++++++++++++++++++ lib/Option/Option.cpp | 1 + lib/ToolDrivers/llvm-lib/LibDriver.cpp | 10 ++++------ tools/llvm-cvtres/llvm-cvtres.cpp | 12 ++++++------ unittests/Option/OptionParsingTest.cpp | 13 +++++++------ utils/TableGen/CodeGenDAGPatterns.cpp | 12 +++++------- utils/TableGen/OptParserEmitter.cpp | 10 ++++++++++ 10 files changed, 85 insertions(+), 25 deletions(-)