The Week Of Monday 29 June 2015 Archives by thread
Starting: Mon Jun 29 00:18:09 PDT 2015
Ending: Sun Jul 5 23:23:06 PDT 2015
Messages: 449
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Amjad Aboud
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Daniel Jasper
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
Daniel Jasper
- r240791 - clang-format some of the files in lib/Driver. NFC
Daniel Jasper
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- r240928 - AVX-512: Implemented AVX-512 FMA intrinsics and tests.
Elena Demikhovsky
- r240929 - [ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
- r240934 - clang-format: Don't indent relative to unary operators (some more).
Daniel Jasper
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
Ying Yi
- [PATCH] Clang-tidy macro parantheses checker, fix false positives for some c++ type usages
Daniel Marjamäki
- r240937 - [X86][AVX512BW] Add more intrinsics support:
Asaf Badouh
- [clang-tools-extra] r240938 - [clang-tidy] Fix false positives in the macro parentheses checker
Daniel Marjamaki
- r240941 - [x86][AVX512CD] Add conflict and lzcnt intrinsics in their 512bit versions
Asaf Badouh
- [PATCH] [mips] Interrupt attribute support.
Simon Dardis
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- r240957 - clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- [PATCH] clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- r240959 - clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] clang-format: Add SpaceAfterTemplate
Birunthan Mohanathas
- r240963 - Remove unnecessary include.
Adrian Prantl
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- r240968 - [Modules] Test lock file removed on signal
Ben Langmuir
- r240969 - Make __has_extension(assume_nonnull) always true.
Douglas Gregor
- r240971 - Account for calling convention specifiers in function definitions in IR test cases
David Blaikie
- r240974 - Instantiation of local class members.
Serge Pavlov
- [PATCH] Instantiation all of local class members.
Serge Pavlov
- [PATCH] Implement shared_mutex re: N4508
Eric Fiselier
- r240976 - Make __has_feature(nullability) and __has_extension(nullability) always true.
Douglas Gregor
- r240977 - Fix a test case broken by my previous commit.
Douglas Gregor
- r240980 - Comment fixes. NFC.
Douglas Katzman
- r240984 - More range-based for loops. NFC
Douglas Katzman
- [PATCH] [Static Analyzer] Minor improvements to SATest
Gábor Horváth
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- r240989 - [CodeGen] Remove atomic sugar from record types in isSafeToConvert
David Majnemer
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Eric Fiselier
- r240994 - Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Reid Kleckner
- [libcxx] r241013 - Mark LWG#2439 as complete. This is a tightening up the wording; no code changes required.
Marshall Clow
- [PATCH] Mingw-w64 driver for clang
Reid Kleckner
- r241019 - PR23942: a pure-specifier's integer literal must be spelled '0'
Richard Smith
- [PATCH] [PATCH] [CONCEPTS] Parsing of concept keyword
Nathan Wilson
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Reid Kleckner
- [PATCH] [PPC] Implement vmrgew and vmrgow instructions
Bill Schmidt
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
strager
- r241032 - Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
strager
- [PATCH] Sphinx-based clang man pages
Sean Silva
- r241036 - Add two missing arguments.
Adrian Prantl
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- r241037 - Sphinx-based clang man pages
Andrew Wilkins
- r241038 - [MS ABI] Workaround corner-case bug in the ABI for operator delete
David Majnemer
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- r241043 - [CodeGen] Tweak isTriviallyRecursive further
David Majnemer
- [PATCH] clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
strager
- [PATCH] Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com
- [PATCH] Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com
- r241046 - Unbreak the Visual C++ 2013 build after r241032.
Yaron Keren
- r241047 - Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r240971.
NAKAMURA Takumi
- r241053 - [X86] Add FXSR intrinsics
Michael Kuperstein
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- r241055 - [X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR intrinsics
Michael Kuperstein
- r241059 - clang-format: Properly parse parenthesis in braced lists.
Daniel Jasper
- r241060 - [CONCEPTS] Parsing of concept keyword
Hubert Tong
- [libcxx] r241064 - Mark LWG#2266 as complete. This is a tightening up the wording; no code changes required.
Marshall Clow
- r241065 - [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
- [libcxx] r241067 - Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
- [libcxx] r241068 - Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit'
Marshall Clow
- [PATCH] Convert index operand to 32bit before creating the shuffle mask
Moritz Pflanzer
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Alexander Kornienko
- [PATCH] Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [PATCH] Make locale code compile on CloudABI.
Ed Schouten
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- r241073 - [Static Analyzer] Minor improvements to SATest.
Gabor Horvath
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Birunthan Mohanathas
- [PATCH] Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] improve clang's static analysis of __builtin_sprintf_chk()
Sam Parker
- [PATCH] [anayzer] Basic checker option validation
Gábor Horváth
- [PATCH] [Shave]: allow Clang to run the target linker.
Douglas Katzman
- r241077 - [clang-cl] Use /arch: to set the base target CPU
Reid Kleckner
- [PATCH] Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- FW: Proposed patch (4th revision) adds TLS Max Alignment diagnostic
Li, Charles
- r241083 - Add a function to ExternalASTSource that returns a descriptor that
Adrian Prantl
- r241084 - Debug Info: Emit debug info for @import declarations.
Adrian Prantl
- r241088 - Use an early exit to improve readability. (NFC)
Adrian Prantl
- r241090 - Relax this test so it also works on platforms that use characters other
Adrian Prantl
- [libcxx] r241091 - Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map>
Marshall Clow
- [libcxx] r241092 - Forgot the support include file in r241091
Marshall Clow
- [libcxx] r241095 - K-ballo pointed out that I missed one of the specializations of packaged_task when I committed r241068. Thanks for the catch.
Marshall Clow
- r241098 - Update testcases: DICompileUnits are now created distinct by DIBuilder.
Adrian Prantl
- [PATCH] Add missing atomic libcall support.
James Y Knight
- [PATCH] Allow deque to handle incomplete types
Evgeniy Stepanov
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- r241106 - More range-based-for-loopification. NFC
Douglas Katzman
- [libcxx] r241111 - Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 requires any changes to the library.
Marshall Clow
- r241117 - [MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
- r241120 - [modules] Make sure macros get made visible in the top-level file if we've got
Richard Smith
- r241121 - Fix use-after-free.
Peter Collingbourne
- [PATCH] [SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
- [PATCH] Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Justin Bogner
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- r241129 - Fix a TODO dealing with canonicalizing attributes on functions by
Eric Christopher
- r241130 - Fix sse4 for target attribute feature additions.
Eric Christopher
- r241131 - [Sema] Don't crash when deduction fails for decltype(auto)
David Majnemer
- r241133 - CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- r241134 - Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
- r241135 - [modules] Make the include guard optimization fire a bit more when considering
Richard Smith
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Nikola Smiljanić
- r241136 - CodeGen: Do not give local-linkage functions externally available linkage, even temporarily.
Peter Collingbourne
- r241137 - [modules] Before checking whether the controlling macro of a header is defined,
Richard Smith
- r241140 - -frewrite-includes: Rework how includes and modules are differentiated
Justin Bogner
- r241141 - -frewrite-includes: Prefer insert to emplace
Justin Bogner
- [PATCH] [Clang] Implement basic MinGW32 version-independent installation detection
Yaron Keren
- [PATCH] clang-format: Treat 'operator new' as function name.
strager
- r241144 - Fix a couple of unused variables in no-asserts
Justin Bogner
- [PATCH] Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
- r241145 - [OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
- r241146 - [modules] Don't require the 'inline' specifier when merging an inline function;
Richard Smith
- r241154 - [DebugInfo] Fix debug info generation for function static variables, typedefs, and records
Michael Kuperstein
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Alexander Kornienko
- [clang-tools-extra] r241155 - [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...
Alexander Kornienko
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Daniel Marjamäki
- [PING^2] Respect alignment of nested bitfields
Ulrich Weigand
- [PING][PATCH v2] Respect alignment when loading up a coerced function argument
Ulrich Weigand
- [clang-tools-extra] r241160 - [clang-tidy] minor coding style tweak. make functions static.
Daniel Marjamaki
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r241171 - [SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- r241177 - Revert "[DebugInfo] Fix debug info generation for function static variables, typedefs, and records"
David Blaikie
- r241180 - [modules] Skip trailing attributes when skipping a class definition during parse-merging.
Richard Smith
- r241182 - [modules] Don't make out-of-line member specializations of an instantiated
Richard Smith
- [PATCH] [Sema] Catch a case when 'volatile' qualifier is dropped while binding
Davide Italiano
- r241187 - [SEH] Delete the 32-bit IR lowering for __finally blocks and use x64
Reid Kleckner
- r241188 - clang-format: Support member function reference qualifiers with
Daniel Jasper
- [PATCH] AST matcher for catch(...)
Aaron Ballman
- [libcxx] r241190 - Noticed that std::allocator<const T> was missing the definition for is_always_equal. Fixed this, and added a test for it.
Marshall Clow
- [PATCH] clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
- r241195 - [Sema] Range-loopify InititializationSequence destructor. NFC intended.
Davide Italiano
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r241199 - [SEH] Update EmitCapturedLocals to match r241187
Reid Kleckner
- r241201 - [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- r241205 - [modules] Remove some out-of-date (fixed) FIXMEs.
Richard Smith
- r241207 - [modules] Merging support for specializations of a function template. This very
Richard Smith
- [PATCH] [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.
John McCall
- r241218 - InstrProf: Pack the coverage mapping structs that we write out
Justin Bogner
- r241225 - Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
- r241228 - Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fixes the tests there.
Peter Collingbourne
- r241229 - Specify -arch:IA32. Should fix hexagon bot.
Peter Collingbourne
- r241237 - [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.
Alexey Bataev
- r241239 - [OPENMP 4.0] Codegen for 'cancellation point' directive.
Alexey Bataev
- r241240 - [OPENMP 4.0] Fixed test for 'cancellation point' directive.
Alexey Bataev
- r241241 - Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
- [PATCH] clang-cl: For files setting output names, mention which flags they go with
Nico Weber
- r241242 - Change OptionalFlag::setPosition() to set the flag as well.
Ted Kremenek
- r241243 - Parse 'technical term' format specifier.
Ted Kremenek
- [PATCH] [ARM] Save option "arm-long-calls" to the IR as a function attribute
Eric Christopher
- r241244 - Revert 241171, 241187, 241199 (32-bit SEH).
Nico Weber
- [clang-tools-extra] r241245 - [clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...
Daniel Marjamaki
- r241248 - Specify --target, hopefully fixing non-x86 bots.
Peter Collingbourne
- r241251 - [MS ABI] nullptr data member ptrs are mangled differently for classes vs fns
David Majnemer
- [PATCH] warning when inner condition is identical
Daniel Marjamäki
- [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
Asaf Badouh
- r241253 - [OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
- [PATCH] D10634: Loss of Sign Checker
Daniel Marjamäki
- r241256 - Implement an AST matcher for C++ exception catch handlers that can catch any exception type (...).
Aaron Ballman
- r241257 - clang-format: [JS] Fix character counting in template strings.
Daniel Jasper
- r241258 - [Modules] Be consistent about finding a module for framework headers
Ben Langmuir
- r241259 - clang-format: [JS] Support regex literals at the start of a file.
Daniel Jasper
- r241260 - test commit
Alexandros Lamprineas
- r241262 - clang-format: [JS] Fix bug in regex literal parsing.
Daniel Jasper
- r241263 - When testing for anyOf(), the test should not be for an exact type match for all members of the set. Instead, test that all members are convertible to the common type.
Aaron Ballman
- r241264 - clang-format: [JS] Skip comments when applying the regex-literal heuristic
Daniel Jasper
- r241267 - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Alexandros Lamprineas
- [PATCH] D10737: [Support] Lazy load of dbghlp.dll on Windows
Phabricator
- r241272 - Remove whitespace from start of line, NFC.
Yaron Keren
- r241273 - clang-format: [JS] Treat regex literals like string literals.
Daniel Jasper
- r241275 - Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp for extracting target specific information."
Rafael Espindola
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- r241291 - [Sema] Range-loopify SemaTemplateInstantiateDecl.cpp. NFC.
Davide Italiano
- r241292 - [Static Analyzer] No longer include the full path of the source file in the single file tests' bug identifiers.
Gabor Horvath
- r241293 - This patch adds support for the vector merge even word and vector merge odd word
Kit Barton
- [PATCH] D10736: [PPC] Implement vmrgew and vmrgow instructions
Kit Barton
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- r241296 - InstrProf: Add a comment to clarify an argument
Justin Bogner
- [PATCH] D10907: [CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
- r241299 - [CodeGen] Use llvm::join to simplify string joining.
Benjamin Kramer
- [PATCH] D10908: [CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
- r241306 - Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- r241309 - Driver: Don't use reserved names. NFC
Justin Bogner
- r241310 - Driver: Remove the Job class. NFC
Justin Bogner
- r241314 - Fix test case to appease buildbot.
Akira Hatanaka
- r241315 - Make corrections to r241314.
Akira Hatanaka
- r241319 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- r241321 - Revert r241319, investigating.
Yaron Keren
- [PATCH] D10916: [cmake] install clang-tblgen
Andrew Wilkins
- r241327 - Driver: Replace a couple of out of date terms in the docs
Justin Bogner
- r241328 - clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match MS-mangled names.
NAKAMURA Takumi
- [Phabricator] Username Changed
reviews at reviews.llvm.org
- [clang-tools-extra] r241330 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- r241330 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [clang-tools-extra] r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Yaron Keren
- r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Yaron Keren
- r241336 - [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
- r241337 - clang-format: [Java/JS] Properly support instanceof and its precedence.
Daniel Jasper
- r241339 - clang-format: [JS] Allow line breaks after TypeScript type colons.
Daniel Jasper
- r241343 - - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Alexandros Lamprineas
- [PATCH] D5611: libclang plugin patch
Manuel Klimek
- [PATCH] D9126: PR23175 (unit test) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Manuel Klimek
- [PATCH] D6376: Fix JSON compilation database command unescaping.
Manuel Klimek
- [PATCH] D9127: PR23175 (fix) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Manuel Klimek
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Manuel Klimek
- r241355 - Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
- r241356 - StmtIterator: Put stmt and decl group pointer into a union.
Benjamin Kramer
- [PATCH] D10933: Add new IdentifierNaming check
Beren Minor
- [PATCH] D6551: Improvements to scan-build.
Антон Ярцев
- r241362 - Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Renato Golin
- r241363 - clang-format: Add MacroBlock{Begin,End} options
Birunthan Mohanathas
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D10938: [Sema] Warn when shifting a negative value
Davide Italiano
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Peter Collingbourne
- r241399 - Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- r241401 - clang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts.
NAKAMURA Takumi
- r241403 - [CMake] clang-*.*: Prevent versioning if the buildhost is targeting for Win32.
NAKAMURA Takumi
- r241405 - Add the missing return statements from revision 241399.
Nemanja Ivanovic
- r241407 - Document problems when trying libclang tests on Windows 7.
Yaron Keren
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Yaron Keren
- r241421 - Mark clang/test/Modules/signal.m as REQUIRES:crash-recovery.
NAKAMURA Takumi
- r241424 - When we see something that looks like a constructor with a return type, only issue one error, not two.
Richard Smith
- r241425 - DR1909: Diagnose all invalid cases of a class member sharing its name with the class.
Richard Smith
- r241428 - PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
- r241429 - [OPENMP 4.0] Codegen for 'omp cancel' directive.
Alexey Bataev
- [PATCH] D10599: [OPENMP] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- r241431 - [TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC
Craig Topper
Last message date:
Sun Jul 5 23:23:06 PDT 2015
Archived on: Tue Aug 4 15:32:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).