The Week Of Monday 8 June 2015 Archives by thread
Starting: Mon Jun 8 00:47:51 PDT 2015
Ending: Sun Jun 14 21:32:46 PDT 2015
Messages: 458
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Katya Romanova
- [PATCH] CMake targets for building man pages
Andrew Wilkins
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] [CodeGen] Emit Constants, not ScalarExprs, for "immediate"-constrained inlineasm arguments.
Daniel Sanders
- [PATCH] [Clang Static Analyzer] Bug identification
Babati Bence
- r239294 - [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Leny Kholodov
- [PATCH] [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Phabricator
- r239296 - Fix for temporary variable names in stack reuse tests in revision 239294
Leny Kholodov
- r239298 - Update test with target flag and amended results
Leny Kholodov
- [PATCH] Mark libm builtins as such.
Charlie Turner
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- [PATCH] [clang-cl] Ignore the /o option when /P is specified.
Greg Bedwell
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [PATCH] Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] [OPENMP] Driver support for OpenMP offloading
Samuel Antao
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Alexander Kornienko
- 3.6.1 patch nomination: OpenCL ternaries
Tom Stellard
- [PATCH] Clang support for vector quad bit permute and gather instructions through builtins
Bill Schmidt
- clang-format: fix erroneous replacement in lines entirely made of spaces inside C style comments with \r\n end of line
Mathieu Champlon
- Add 'aggressive' keyword for pragma loop hints
Aaron Ballman
- [PATCH] Fix printing of GCCAsmExprs with input or output arguments.
Nick Sumner
- [PATCH] Allow case-insensitive values for -march for ARM in line with GCC.
Gabor Ballabas
- [PATCH] Instantiation all of local class members.
Serge Pavlov
- [PATCH] R600: Add Volcanic Islands targets
Tom Stellard
- [PATCH] [PowerPC] Reformat altivec.h with clang-format
Eric Christopher
- [PATCH] Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
- [PATCH] Attach function attribute "disable-tail-calls"
Eric Christopher
- r239356 - Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Richard Smith
- [PATCH] Added -mlink-init-bitcode-file option to pre-populate new module with IR loaded from specified file.
Peter Collingbourne
- [PATCH] [libcxx] LWG2442: call_once() shouldn't DECAY_COPY()
Agustín Bergé
- r239362 - Moved CPP CodeGen tests into CodeGenCXX.
Tyler Nowicki
- r239363 - Correct Loop Hint Diagnostic Message
Tyler Nowicki
- r239365 - Eliminate unnecessary namespace to prevent conflicts.
Tyler Nowicki
- r238877 - [MSVC Compatibility] Permit static_cast from void-ptr to function-ptr
Reid Kleckner
- [PATCH] Add scan-build python implementation
Devin Coughlin
- r239371 - [modules] Fix some visibility issues with default template arguments.
Richard Smith
- r239372 - Narrow the -Wunsupported-dll-base-class-template warning.
Hans Wennborg
- r239373 - Enable propagation of dll attributes to previously instantiated base class templates in some cases
Hans Wennborg
- r239374 - MinGW: don't allow adding DLL attribute if template already has explicit instantiation declaration
Hans Wennborg
- r239375 - Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
- r239376 - Simplify this code a bit.
Sean Silva
- r239381 - range-for'ify Args->filtered_begin(...) loops
Sean Silva
- [PATCH] clang-format: Fix space in for-each macro definition
strager
- r239382 - [MSVC Compatibility] Don't diagnose c-style cast from void-ptr to fn-ptr
David Majnemer
- r239387 - Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.
NAKAMURA Takumi
- r239388 - [Driver] Preserve the object file format in ComputeEffectiveClangTriple
David Majnemer
- r239389 - Reenable Misc/interpreter.c as r239388 correctly handles such targets
David Majnemer
- [PATCH] Make ToolChain::SelectTool virtual.
Chandler Carruth
- Add cmd to Compilation Database format
Manuel Klimek
- r239393 - clang-cl: Ignore the /o option when /P is specified.
Greg Bedwell
- r239398 - clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.
Daniel Jasper
- r239400 - Removing spurious semi colons; NFC.
Aaron Ballman
- r239401 - Remove unused diagnostics.
Benjamin Kramer
- r239402 - Remove rm invocations where the file is immediately rewritten later.
Benjamin Kramer
- r239404 - clang-format: Support //!-comments, increase test coverage.
Daniel Jasper
- r239406 - Fix printing of GCCAsmExprs with input or output arguments.
Jonathan Roelofs
- r239407 - Move target-specific Sema test to its own file.
Jonathan Roelofs
- r239408 - [PowerPC] Reformat altivec.h with clang-format
Bill Seurer
- r239415 - Re-land r236052, "[SEH] Add 32-bit lowering code for __try"
Reid Kleckner
- r239416 - Disable style-on-command-line test on Windows
Reid Kleckner
- r239417 - Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""
Reid Kleckner
- r239421 - [ItaniumMangle] Mangle long double as __float128 for some Power targets
David Majnemer
- r239426 - Attach attribute "disable-tail-calls" to the functions in the IR.
Akira Hatanaka
- [PATCH] C99 partial re-initialization behavior (DR-253)
Richard Smith
- [PATCH] Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Richard Smith
- [PATCH] Do not parse members of incomplete class.
Richard Smith
- [PATCH] clang-format: [JS] Only special case top level object literal assignments as enums.
Martin Probst
- r239446 - Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- r239447 - Refactor storage of default template arguments.
Richard Smith
- r239452 - Revert accidentally-committed test change from r239447.
Richard Smith
- r239453 - [cleanup] Remove unused default argument and tidy up.
Sean Silva
- r239454 - [modules] Reconstruct template default argument inheritance on reload rather
Richard Smith
- [PATCH] Support base vector types of __attribute__((mode))
Alexey Frolov
- [PATCH] scan-build: Remove useless whitespace in File path
Honggyu Kim
- r239457 - Fix the test case to handle different IR variable names.
Yunzhong Gao
- r239462 - clang-format: [JS] Only special case top level object literal
Daniel Jasper
- [PATCH] scan-build: Add --triple option to scan-build
Honggyu Kim
- r239466 - PR5172: Fix for a bug in pragma redefine_extname implementation:
Alexander Musman
- r239474 - add ConstEvaluatedExprVisitor
Scott Douglass
- [PATCH] add ConstEvaluatedExprVisitor
scott douglass
- [PATCH] [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Ilia
- tgmath
Javier Múgica
- Fwd: tgmath
Javier Múgica
- r239476 - some StmtExprs do not have side-effects
Scott Douglass
- [PATCH] some StmtExprs do not have side-effects
scott douglass
- r239481 - Pass down the -flto option to the -cc1 job, and from there into the
Teresa Johnson
- [LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
Teresa Johnson
- [PATCH] Add cmd to compilation database file format
Daniel Dilts
- r239483 - Do not parse members of incomplete class.
Serge Pavlov
- r239485 - [modules] Track all default template arguments for a given parameter across
Richard Smith
- r239487 - [modules] Don't allow use of non-visible (inherited) default template arguments.
Richard Smith
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] clang-format: Fix space in for-each macro definition.
strager
- r239494 - Work around MSVC miscompilation.
Richard Smith
- [PATCH] [ms] Do lookup in dependent base classes also when overload resolution fails (PR23810)
Hans Wennborg
- r239496 - [bpf] add support for BPF backend
Alexei Starovoitov
- [PATCH] clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
strager
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
strager
- [PATCH] New warning for misuse of builtin compare functions.
Richard Trieu
- r239499 - [MS ABI] Allow memfn pointers with unconvertible types to be formed
David Majnemer
- r239500 - [MS ABI] Allow fastcall member function pointers to get CodeGen'd
David Majnemer
- r239503 - [MS Compatibility] Handle cleanups we create for a ctor closure
David Majnemer
- r239504 - [modules] Fix a few places where merging wasn't performed if modules was disabled but local module visibilty was enabled.
Richard Smith
- r239506 - Clang support for vector quad bit permute and gather instructions through builtins
Nemanja Ivanovic
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- r239511 - Revert "[MS ABI] Allow fastcall member function pointers to get CodeGen'd"
Manuel Klimek
- r239512 - Reinstate r239499 and r239503
David Majnemer
- r239513 - clang-format: Don't add spaces in foreach macro definition.
Daniel Jasper
- [PATCH] Token: complement is() method with isOneOf() to allow easier usage
Daniel Marjamäki
- r239521 - Fix crash in clang-format.
Manuel Klimek
- r239524 - [OPENMP] Fox for http://llvm.org/PR23663: OpenMP crash
Alexey Bataev
- r239525 - [mips] Pass on -m{single,double}-float to GAS.
Toma Tabacu
- r239526 - Token: complement is() method with isOneOf() to allow easier usage
Daniel Marjamaki
- r239527 - Allow case-insensitive values for -march for ARM in line with GCC.
Gabor Ballabas
- r239528 - C++11 rangify several loops.
Yaron Keren
- r239530 - clang-format: [JS] Ensure that formatting actually takes place in tests.
Daniel Jasper
- r239531 - clang-format: Make SFS_Inline imply SFS_Empty.
Daniel Jasper
- [PATCH] Test case for adding support for parsing the XOR operator in Microsoft inline assembly
Chad Rosier
- [PATCH] [mips] Don't propagate -mfpxx by default if soft/single float were also set.
Toma Tabacu
- FW: [mips] Pass on -m{single,double}-float to GAS.
Toma Tabacu
- [PATCH] [Clang - ARM] - Make fp16 NEON intrinsics available in AArch32.
Luke Cheeseman
- r239536 - add the -mrecip driver flag and process its options (3rd try)
Sanjay Patel
- r239537 - Add comments to PrintActions1 and Driver::PrintActions.
Douglas Katzman
- [PATCH] Add comments to PrintActions1 and Driver::PrintActions. NFC.
Douglas Katzman
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- r239547 - Spell -Wdllexport-explicit-instantiation-decl correctly.
Hans Wennborg
- r239548 - clang-cl: Add an alias for /wd4910
Hans Wennborg
- r239549 - [CodeGen] Emit Constants for immediate inlineasm arguments.
Ahmed Bougacha
- [PATCH] Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
Eric Fiselier
- r239558 - [ms] Do lookup in dependent base classes also when overload resolution fails (PR23810)
Hans Wennborg
- [libcxx] r239562 - Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests
Marshall Clow
- [PATCH] C11 _Bool bitfield diagnostic
Rachel Craik
- r239569 - [modules] Fix assert/crash when parsing and merging a definition of a class with a base-specifier inside a namespace.
Richard Smith
- r239572 - Add assume_safety option for pragma loop vectorize and interleave.
Tyler Nowicki
- r239573 - [cleanup] Remove some unused #ifdef's
Sean Silva
- r239575 - [modules] Fix crash with multiple levels of default template argument merging.
Richard Smith
- r239576 - [IRGen] Fix the MSVC2013 build
David Majnemer
- [libcxx] r239577 - Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
- [PATCH] [libcxx] Add __atomic header that handles needed atomic operations.
Eric Fiselier
- [PATCH] Diagnose const destination to __atomic_load
Eric Fiselier
- r239578 - [modules] Apply name visibility rules to names found by ADL.
Richard Smith
- r239579 - Add support for the the target attribute.
Eric Christopher
- r239580 - Add support for tune= to the target attribute support by ignoring it.
Eric Christopher
- r239581 - Handle -mno-<feature> in target attribute strings by replacing the
Eric Christopher
- r239582 - Handle fpmath= in the target attribute.
Eric Christopher
- r239583 - Add a warning for unsupported elements of the target attribute.
Eric Christopher
- r239588 - Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
- [PATCH] clang-format: [JS] fix incorrectly collapsed lines after export statement.
Martin Probst
- r239591 - Wrap to 80 columns. No behavior change.
Nico Weber
- r239592 - clang-format: [JS] fix incorrectly collapsed lines after export
Daniel Jasper
- r239593 - clang-format: [JS] Fix regression caused by r239592.
Daniel Jasper
- [PATCH] clang-format: [JS] tests for automatic semicolon insertion.
Martin Probst
- r239594 - clang-format: [JS] Add tests to ensure clang-format doesn't break code
Daniel Jasper
- r239595 - clang-format: [JS] Support "export enum" declarations.
Daniel Jasper
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- r239597 - clang-format: Understand C-style case in case label.
Daniel Jasper
- [PATCH] Improve formatting of lambda functions.
Daniel Jasper
- r239600 - clang-format: Always add space before lambda-{
Daniel Jasper
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- [PATCH] [ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
- r239604 - [clang-format] Hoist vector allocation out of loop. NFC.
Benjamin Kramer
- r239605 - [clang-format] Reorder and pack ParenState members to minimize padding
Benjamin Kramer
- [PATCH] [libcxx] Cleanup <atomic> and cleanup support for C++03.
Eric Fiselier
- r239606 - [clang-format] Use in-class initializers to simplify constructor.
Benjamin Kramer
- [PATCH] [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Eric Fiselier
- [PATCH] Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.
Gabor Ballabas
- r239607 - push_back() loop -> append() for random access iterators.
Benjamin Kramer
- r239608 - Allow ToolChain to decide if Clang is not the right C compiler.
Douglas Katzman
- r239609 - scan-build: Remove useless whitespace in File path
Sylvestre Ledru
- r239610 - This patch makes the NEON intrinsics vget_lane_f16, vgetq_lane_f16,
Luke Cheeseman
- r239617 - Use Clang version numbers for the Windows VERSIONINFO resource.
Greg Bedwell
- r239619 - Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.
Gabor Ballabas
- r239625 - [MS ABI] Lock-in the derived memptr rep. for base-to-derived conversions
David Majnemer
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] [analyzer] Detect duplicate [super dealloc] calls
David Kilzer
- r239633 - Driver: only set -mlinker-version based on host if it's valid
Tim Northover
- [PATCH] [ms] Don't try to delay lookup for lookup or overload resolution failures in SFINAE context (PR23823)
Hans Wennborg
- r235553 - Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
Alexey Samsonov
- r239635 - Quote the user provided string in the warning message and update
Eric Christopher
- r239638 - [CGCall] Fix potential invalid iterator decrement in findDominatingStoreToReturnValue.
Alexey Samsonov
- [PATCH] [CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
Alexey Samsonov
- r239639 - [ms] Don't try to delay lookup for failures in SFINAE context (PR23823)
Hans Wennborg
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
strager
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- r239643 - [CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
Alexey Samsonov
- [PATCH] Warn, if parameter is used in ctor body after being used for move-construct
Ismail Pazarbasi
- [PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
- [PATCH] MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Ismail Pazarbasi
- [PATCH] Fix a few typos and run-on sentences in the clang POD documentation.
David Majnemer
- [libcxx] r239648 - Prevent dependancy on libatomic when using GCC to provide <atomic>.
Eric Fiselier
- [libcxx] r239649 - Refactor is_member_function_pointer to use is_function and not __member_function_traits.
Eric Fiselier
- r239651 - [CodeGen] Don't evaluate immediate inlineasm arguments using isICE().
Ahmed Bougacha
- r239652 - docs: grammar adjustments in clang manpage
Saleem Abdulrasool
- r239213 - clang-cl: Implement /GL in terms of -flto.
Nico Weber
- [libcxx] r239653 - Enable __is_trivially* intrinsics for GCC 5.1
Eric Fiselier
- [libcxx] r239654 - LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.
Eric Fiselier
- [libcxx] r239655 - Make __void_t unary and always provide it.
Eric Fiselier
- [PATCH] [libcxx] Use __decltype instead of __typeof__
Eric Fiselier
- r239656 - Revert r239213: "clang-cl: Implement /GL in terms of -flto."
Hans Wennborg
- [libcxx] r239662 - [libcxx] Use __decltype instead of __typeof__
Eric Fiselier
- [libcxx] r239664 - [libcxx] Fix detection of __is_final.
Eric Fiselier
- r239665 - Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
Eric Fiselier
- [libcxx] r239666 - Fix PR12999 - unordered_set::insert calls operator new when no insert occurs
Eric Fiselier
- [PATCH] Fix PR12999 - unordered_set::insert calls operator new when no insert occurs
Eric Fiselier
- [libcxx] r239667 - Remove warnings about old CMake options
Eric Fiselier
- [libcxx] r239668 - Cleanup result_of tests and fix issues with the C++03 result_of.
Eric Fiselier
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Sylvestre Ledru
- r239670 - Update for llvm api change.
Rafael Espindola
- r239684 - Don't use std::errc.
Rafael Espindola
- r239689 - Add some basic support for CloudABI on i686.
Ed Schouten
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- r239693 - clang-format: [JS] Fix corner case in template string parsing.
Daniel Jasper
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Nikola Smiljanić
- r239696 - Add test for parsing the XOR operator in Intel syntax inline assembly.
Michael Kuperstein
- [PATCH] make use of default parameter for IRBuilder.Createcall
David Blaikie
- [PATCH] [Sema] Fix crash in CheckStructUnionType()
Davide Italiano
- [libcxx] r239708 - Fix std::function allocator constructors in C++03.
Eric Fiselier
- r239709 - [analyzer] Remove ObjCContainersChecker size information when a CFMutableArrayRef escapes
Devin Coughlin
Last message date:
Sun Jun 14 21:32:46 PDT 2015
Archived on: Tue Aug 4 15:32:13 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).