The Week Of Monday 31 March 2014 Archives by thread
Starting: Mon Mar 31 00:20:14 PDT 2014
Ending: Sun Apr 6 21:00:37 PDT 2014
Messages: 428
- r205167 - ARM64: remove currently trivial switch statement
Tim Northover
- r205100 - ARM64: initial clang support commit.
Yaron Keren
- r205169 - Remove unused variable
Dmitri Gribenko
- r205172 - Added _rdtsc intrinsics by Robert Khasanov
Alexey Volkov
- [PATCH] Added _rdtsc intrinsics
Robert Khasanov
- r204978 - Use the new Windows environment for target detection
Yaron Keren
- [PATCH] MS ABI: Use the proper type for inalloca args
David Majnemer
- r205178 - Slightly improve the readability of MicrosoftVTableContext::computeVTablePaths(). No functionality changes.
Timur Iskhodzhanov
- r204744 - MS ABI: Mark direct virtual bases as visted when building vtable paths
Timur Iskhodzhanov
- r205181 - Reapplying r204952 a second time.
Aaron Ballman
- r205189 - clang/tools/driver/Makefile: Quick fix corresponding to r205181.
NAKAMURA Takumi
- r205193 - clang-format: Solve issues found and fixed by clang-tidy.
Daniel Jasper
- [PATCH] preview patch for fixit for finding modules needing import/inclusion
Thompson, John
- r205197 - Sema: Check dll attributes on redeclarations
Nico Rieck
- r205198 - Sema: Require external linkage for dll attributes
Nico Rieck
- [PATCH] Sema: Check dll attributes on redeclarations
Nico Rieck
- r205199 - [OPENMP] clang-formatted include/clang/AST/StmtOpenMP.h
Alexander Musman
- [PATCH] Output messages when clang-tidy applies fix-its.
Alexander Kornienko
- r205201 - Post-commit review coding style change: renaming HasAttribute to hasAttribute. No functional changes.
Aaron Ballman
- r205158 - RTTI: refactor the uniqueness question into CGCXXABI.
Rafael Espíndola
- r205210 - ARM64: enable aarch64-neon-intrinsics.c test
Tim Northover
- r205217 - MS ABI: Use the proper type for inalloca args
David Majnemer
- r205128 - MS ABI: Simplify MangleByte
Jordan Rose
- r205218 - MS ABI: Make test introduced in r205217 more robust
David Majnemer
- [PATCH] Add support for optimization reports.
Diego Novillo
- r205220 - Remove unused diagnostic + dead test for it.
Benjamin Kramer
- r205223 - MS ABI: Document the '\xc1' to '\xda' manglings
David Majnemer
- r205225 - MS ABI: mangleStringLiteral shouldn't rely on the host's endianness
David Majnemer
- r205226 - Introduced an attribute syntax-neutral method for parsing attribute arguments that is currently being used by GNU and C++-style attributes. This allows C++11 attributes with argument lists to be handled properly, fixing the "deprecated", "type_visibility", and capability-related attributes with arguments.
Aaron Ballman
- [PATCH] Add support for named values in the parser.
Samuel Benzaquen
- r205234 - Unify __declspec attribute argument parsing with the common attribute argument parsing code.
Aaron Ballman
- [PATCH] Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- [PATCH] Add a test to distinguish between reserved tokens and normal identifiers
Yunzhong Gao
- [PATCH] Clang support for 'optnone' attribute
Robinson, Paul
- r205249 - Remove redundant template specialization that just duplicates the partial
Richard Smith
- r205250 - MS ABI: Simplify endian swapping code
David Majnemer
- r205251 - MS ABI: Add a test for Unicode literals
David Majnemer
- dragonegg builders status
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM PT
Galina Kistanova
- r205255 - Implement the 'optnone' attribute, which suppresses most optimizations
Paul Robinson
- r205261 - DebugInfo compression: Enable compression before any sections are created.
David Blaikie
- r205265 - Warn when requesting compress-debug-sections and zlib is not available
David Blaikie
- r205267 - Comment necessity of early initialization
David Blaikie
- r205270 - MS ABI: Simplify MangleByte further
David Majnemer
- r205271 - Fix up compression related test cases
David Blaikie
- r205272 - Disable this-return optimizations when targeting iOS 5 and earlier.
Bob Wilson
- [PATCH][Driver] Teach the clang driver how to correctly parse response files on Windows.
Andrea Di Biagio
- r205273 - Add failing testcase for DR305. Looks like we didn't implement the resolution
Richard Smith
- [PATCH] Driver: add target definition for Windows on ARM
Saleem Abdulrasool
- r205274 - [analyzer] Add double-unlock detection to PthreadLockChecker.
Jordan Rose
- r205275 - [analyzer] Lock checker: make sure locks aren't used after being destroyed.
Jordan Rose
- r205276 - [analyzer] Lock checker: Allow pthread_mutex_init to reinitialize a destroyed lock.
Jordan Rose
- r205278 - Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.
Adrian Prantl
- [PATCH] make pthread checker track pthread_mutex_unlock, pthread_mutex_destroy and pthread_mutex_init
Jordan Rose
- r205282 - MS ABI: Support mangling of return-types deducing to local types
David Majnemer
- [PATCH] Add support for foreach macros to clang-format
Brian Green
- r205285 - Add defensive check that argument may be null in call to compareConversionFunctions() on incorrect code.
Ted Kremenek
- Fwd: [LLVMdev] 3.4.1 Release Plans
Jiangning Liu
- r205296 - ARM64: add missing ldN/stN intrinsics and enable tests.
Tim Northover
- [PATCH] Fix PR19195
Karthik Bhat
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- r205303 - ARM64: add a few bits of polynomial intrinsic codegen.
Tim Northover
- r205307 - clang-format: Support configurable list of foreach-macros.
Daniel Jasper
- r205310 - Add support for dynamic ASan runtime (on Linux) to Clang driver.
Alexey Samsonov
- [PATCH] Sema: Implicit scalar-vector conversions
Stephen Canon
- [PATCH] Division by zero
Anders Rönnholm
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Serge Pavlov
- r205325 - Fixing the MSVC 2012 build bot, which cannot do initializer lists yet. Amends r205307.
Aaron Ballman
- r205326 - [analyzer] Fix a CFG printing bug.
Jordan Rose
- r205327 - [analyzer] Remove incorrect workaround for unimplemented temporary destructors.
Jordan Rose
- r205328 - [analyzer] Extract a helper for finding the target region for a C++ constructor.
Jordan Rose
- [PATCH] PR19095 Undefined reference to friend template function defined inside template class
suyog sarda
- [libc++][patch] Sort out common Linux linking issues.
Sebastian Redl
- r205331 - Debug info: fix a crash when emitting IndirectFieldDecls, which were
Adrian Prantl
- [PATCH] Add matcher for ExprWithCleanups.
Samuel Benzaquen
- r205339 - More tests for DR1.
Richard Smith
- r205340 - Fix self-referential comment.
Richard Smith
- [PATCH] Add "Hard Mode" sanitizers
Filipe Cabecinhas
- r205351 - Simplify FunctionDecl::getMinRequiredArguments().
Richard Smith
- r205353 - Objective-C modern translator. Fix declaration of
Fariborz Jahanian
- [PATCH]: AVX2 lexing of comments
Roman Divacky
- r205359 - Updating the capability attribute diagnostics to be more capability-neutral. Instead of using terminology such as "lock", "unlock" and "locked", the new terminology is "acquire", "release" and "held". Additionally, the capability attribute's name argument is now reported as part of the diagnostic, instead of hard coding as "mutex."
Aaron Ballman
- r205368 - Partially revert r204517 and fix a different way:
Eric Christopher
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Eric Christopher
- r205370 - Harden this test against windows/changes.
Eric Christopher
- [PATCH] Support ANSI escape sequences in the Lexer
Richard Smith
- r205378 - Fix type mismatch assertion related to inalloca and PR19287
Reid Kleckner
- r205024 - Objective-C. revert r204965. This will make
Nico Weber
- [PATCH] Patch for bug #17819
Marshall Clow
- r205396 - Add the location of Decls to ast dump.
David Blaikie
- [Patch] Missed evaluation in "type" parameter of va_arg
Rahul Jain
- r205398 - Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')
David Blaikie
- [patch] Render anonymous entities with "(anonymous thing)" rather than "<anonymous thing>"
David Blaikie
- r205400 - Some more anonymous namespace diagnostics to switch to ()
David Blaikie
- [PATCH] Sema: Allow dll attributes on inline functions
Nico Rieck
- [PATCH] Sema: Add dll attribute tests for variable templates
Nico Rieck
- [clang-tools-extra] r205407 - Disable a few clang-tidy checks by default.
Daniel Jasper
- [clang-tools-extra] r205408 - Fix regex bug in clang-tidy.
Daniel Jasper
- [patch] Improvement to implicit scalar-vector conversions
Pekka Jääskeläinen
- r205419 - Add support for named values in the parser.
Samuel Benzaquen
- r205420 - Add matcher for ExprWithCleanups.
Samuel Benzaquen
- [PATCH] AArch64: Add command line option to select big or little endian
Christian Pirker
- SV: [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- SV: [PATCH] new check checking comparing of boolean expressions and literals
Anders Rönnholm
- r205436 - Extend the SSE2 comment lexing to AVX2. Only 16byte align when not on AVX2.
Roman Divacky
- r205447 - DebugInfo: Include default template arguments in template type names
David Blaikie
- r205448 - PR19305: Don't issue -Wunused-variable warnings on variable templates. It's not
Richard Smith
- [PATCH] InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
- [PATCH] CodeGen: Emit some functions as weak_odr under -fms-extensions
David Majnemer
- r205467 - If a using-declaration names a class member, but appears outside a class, try
Richard Smith
- r205477 - Objective-C [IRGen]. Add encoding for 'weak' attribute of a
Fariborz Jahanian
- r205485 - CodeGen: Emit some functions as weak_odr under -fms-compatibility
David Majnemer
- r205491 - Allow ASTFile to be reset to null
Ben Langmuir
- [PATCH] Implementation of #pragma (data|code|const|bss)_seg
Warren Hunt
- clang patches 205197 or 205198 possibly causing/exposing problems in libcxx with mingw64
G M
- [PATCH] Improve error recovery around colon.
Richard Smith
- [libcxx] r205504 - Mark C++14 status as 'complete'
Marshall Clow
- [libcxx] r205505 - Reword C++14 status to match C++11 status
Marshall Clow
- r205506 - [OPENMP] Small update for C++11
Alexey Bataev
- [libcxx] r205507 - Add a section about reporting bugs and contributing patches
Marshall Clow
- [PATCH] [OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
- r205517 - clang-format: Understand that "auto" is a type.
Daniel Jasper
- [libcxx] r205518 - RTTI Uniqueness: remove __name_for_load function.
Tim Northover
- r205521 - Improved semantics for implicit scalar -> extvector conversions.
Stephen Canon
- [PATCH] OpenCL - use AST PrintingPolicy when emitting kernel arg metadata
Fraser Cormack
- r205526 - x
Daniel Jasper
- r205527 - clang-format: Prefer an additional line-break over hanging indent.
Daniel Jasper
- r205533 - Revert "Add support for named values in the parser."
Samuel Benzaquen
- r205536 - Code cleanup (re-indent)
Logan Chien
- [PATCH] clang-format: Add SpacesInParenthesesStyle
Aaron Wishnick
- r205543 - Teach getTemplateInstantiationPattern to deal with generic lambdas.
Faisal Vali
- [PATCH] Adding type info for f16c floating-point type
Yunzhong Gao
- r205548 - Revert r205436:
Roman Divacky
- r205554 - -fms-extensions: Error out on #pragma init_seg
Reid Kleckner
- [PATCH] Fix for CUDA codegen due to missing generation of implicit address space conversions
Justin Holewinski
- r205557 - vector [Sema]. Check for proper use of 's' char prefix
Fariborz Jahanian
- [libcxxabi] r205573 - Include stdlib.h for getenv when !NDEBUG.
Joerg Sonnenberger
- [PATCH] Put macro redefinition warnings under -Wmacro-redefined
Reid Kleckner
- r205580 - Turn off -Wmissing-noreturn warning for blocks
Fariborz Jahanian
- r205591 - Put macro redefinition warnings under -Wmacro-redefined
Reid Kleckner
- r205598 - Add clang-cl alias to allow users to disable c4005
Reid Kleckner
- r205606 - CodeGen: Don't create branch weight metadata from empty profiles
Justin Bogner
- r205608 - Extend -Wtautological-constant-out-of-range-compare to handle boolean values
Richard Trieu
- r205609 - Basic: rename VisualStudio to Windows
Saleem Abdulrasool
- clang-format: better detection for multiplication operator
Daniel Jasper
- r205611 - clang-format: Don't merge simple blocks in case statements.
Daniel Jasper
- [PATCH] Allow overriding -split-dwarf-file
Lubos Lunak
- r205620 - [OPENMP][C++11] Renamed loop vars properly.
Alexey Bataev
- [PATCH] Do not use "1" in linemarker for main file in -frewrite-includes
Lubos Lunak
- [PATCH] Fix "In file included from" for files generated with -frewrite-includes
Lubos Lunak
- [PATCH] do not warn about unknown pragmas in modes that do not handle them (pr9537) #2
Lubos Lunak
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives #2
Lubos Lunak
- [PATCH] PR12463 : Warnings about nonsensical comparisons are disabled if macro expansion is involved #2
Lubos Lunak
- [PATCH] Handle properly somewhat special cases of -main-file-name
Lubos Lunak
- r205624 - When printing types for the OpenCL kernel metadata, use the PrintingPolicy.
Joey Gouly
- r205629 - In preparation for being able to use simple Boolean logic expressions involving capabilities, the semantics for attributes now looks through the types of the constituent parts of a capability expression instead of at the aggregate expression type.
Aaron Ballman
- [PATCH] PR 19339 - Parser confusion between lambda and designated initializer
Faisal Vali
- r205632 - Add a test where the module map is overriden in the vfs
Ben Langmuir
- [PATCH] Warn when a virtual function tries to override a non-virtual one
Lubos Lunak
- r205646 - Vector [Sema]. Vector "splats" which are truncated should have a warning
Fariborz Jahanian
- [PATCH] Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
- r205650 - Driver: add target definition for Windows on ARM
Saleem Abdulrasool
- r205651 - DebugInfo: PR19298: function local const variables duplicated in the root scope
David Blaikie
- r205653 - Try harder about not suggesting methods as corrections when they
Kaelyn Takata
- r205655 - DebugInfo: Place global constants in their appropriate context.
David Blaikie
- r205659 - Objective-C arc [Sema]. Allow bridge cast of a qualified-id expression
Fariborz Jahanian
- r205661 - [analyzer] Look through temporary destructors when finding a region to construct.
Jordan Rose
- r205664 - Revert "DebugInfo: Place global constants in their appropriate context."
David Blaikie
- r205665 - Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
Richard Trieu
- r205666 - [analyzer] Update Open Projects page with BitwiseConstraintManager.
Jordan Rose
- r205667 - [analyzer] Add an ErrnoChecker (PR18701) to the Potential Checkers list.
Jordan Rose
- r205668 - DebugInfo: Avoid emitting constnants for every use
David Blaikie
- r205669 - Reapply r205655, DebugInfo: Place global constants in their appropriate context.
David Blaikie
- [PATCH] Removed unnecessary asserts from SemaDeclAttr.cpp
David Blaikie
- [PATCH] [patch] Adding Consumed Analysis to Clang
David Blaikie
- [PATCH] Updated class name in test files
David Blaikie
- [PATCH] CONSUMABLE class attribute
David Blaikie
- [PATCH] Code de-duplication in Consumed analysis
David Blaikie
- [PATCH] Fixes and features for Consumed analysis
David Blaikie
- [PATCH] Updated warnings in Consumed Analysis code
David Blaikie
- [PATCH] New functionality for the consumed analysis
David Blaikie
- [PATCH] Renamed tests_typestate attribute to test_typestate for consistency
David Blaikie
- [PATCH] Add 'return_typestate' function attribute
David Blaikie
- [PATCH] Changed non-const method behaviour.
David Blaikie
- [PATCH] Track state of function parameters
David Blaikie
- [PATCH] Renamed *PStatus to *PInfo in Consumed analysis
David Blaikie
- [PATCH] replaced callable_when_unconsumed annotation with generic callable_when annotation
David Blaikie
- [PATCH] Mostly correct conditional handling for Consumed analysis
David Blaikie
- [PATCH] Unnecessary reference type in SemaExpr.cpp
David Blaikie
- [PATCH] replaced callable_when_unconsumed annotation with generic callable_when annotation, redux
David Blaikie
- [PATCH] Memory management cleanup in Consumed.cpp
David Blaikie
- [PATCH] Try to fix PR16239
David Blaikie
- [PATCH] Fix for LValueReference cast segfault in Consumed.cpp
David Blaikie
- [PATCH] libclang: Add clang_CXXMethod_isConst
Kevin Funk
- r205684 - [Frontend] If the module file lock owner have died, try to get the lock again. Needs llvm r205683.
Argyrios Kyrtzidis
- r205686 - DebugInfo: emit namespace aliases as named imported declarations instead of named imported entities
David Blaikie
- [PATCH] stdint.h should use the target's types, cleanup the targets
Simon Atanasyan
- r205691 - DebugInfo: Support type alias templates
David Blaikie
- r205695 - Updated phabricator server.
Serge Pavlov
- [PATCH] Recovery of switch statement
Serge Pavlov
Last message date:
Sun Apr 6 21:00:37 PDT 2014
Archived on: Tue Aug 4 15:31:34 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).