The Week Of Monday 10 February 2014 Archives by thread
Starting: Mon Feb 10 00:30:49 PST 2014
Ending: Sun Feb 16 23:57:46 PST 2014
Messages: 453
- [PATCH] [OPENMP] 'if' clause support
Alexey Bataev
- r201073 - [CMake] add_clang_library(): Use llvm_add_library.
NAKAMURA Takumi
- r201076 - Fix Clang install rules to not set permissions on include/
NAKAMURA Takumi
- Add C++1z implementations
lcidfire at gmail.com
- [PATCH] AAPCS: Cannot split argument between GPRs and the stack after a CPRC has been allocated to the stack
Oliver Stannard
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- r201082 - ASTUnit: simplify remapping files by using the exact same logic in Preprocessor
Dmitri Gribenko
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Lazy loading for late parsed templates
Will Wilson
- r201086 - ARM: implement vshrn NEON intrinsic in terms of shr/trunc
Tim Northover
- [PATCH] Verify source files for a module only once during the build
Dmitri Gribenko
- r201094 - ARM: move vshll NEON implementation to common code
Tim Northover
- r201099 - Sema: Remove useless MSStructPragmaOn update in Sema::~Sema
David Majnemer
- r201100 - PR18777: This PR is already fixed; add regtest.
Richard Smith
- CMake SVNVersion fixes
Jordan Rose
- Attribute documentation
Jordan Rose
- [libcxx] r201101 - Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix.
Marshall Clow
- r200980 - [analyzer] Just silence all warnings coming out of std::basic_string.
Jordan Rose
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Jordan Rose
- libc++ patch for max_align_t
Howard Hinnant
- r201102 - Basic: Clean up malformed pragma diagnostics
David Majnemer
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] Teach CastSizeChecker about flexible arrays
Daniel Fahlgren
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Benjamin Kramer
- r201105 - MS ABI: Add support for #pragma pointers_to_members
David Majnemer
- r201106 - Tests for DR351-370, plus update DR status page to match the latest core issue list.
Richard Smith
- [PATCH] MS ABI: Add support for #pragma pointers_to_members
David Majnemer
- r199452 - Issue a warning if a throwing operator new or operator new[] returns a null
Joerg Sonnenberger
- r201112 - [AArch64] Fixed vget/vset_lane_f16 implementation
Ana Pazos
- [PATCH] clang-format: Add basic support for try and catch statements
Stefanus Du Toit
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Ana Pazos
- [PATCH] clang-format properly handles try/catch blocks
Daniel Jasper
- [PATCH] Some infrastructure work for virtual file system
Ben Langmuir
- [PATCH] Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef
Stephan Tolksdorf
- [PATCH] libclang: functions to deal with anonymous fields
Loïc Jaquemet
- [PATCH] Fix false positives in -Wmsvc-include by continuing header search
Reid Kleckner
- r201120 - [stackprotector] Add command line option -fstack-protector-strong
Josh Magee
- [PATCH] [stack protector] Add command line option -fstack-protector-strong.
Josh Magee
- r200874 - PGO: instrumentation based profiling sets function attributes.
Manman Ren
- r201122 - [analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
Jordan Rose
- r201130 - Fix PCH deserialization bug with local static symbols being treated as local extern.
Ted Kremenek
- Extend IdenticalExprChecker to find more potential problems
Daniel Marjamäki
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
- r201135 - Fix self-hosted -Werror build: delete comma at the end of enumerator list
Alexey Samsonov
- [PATCH] XCore target -fexceptions flag handling
robert lytton
- r201137 - AAPCS: Do not split structs after CPRC allocated on stack
Oliver Stannard
- r201138 - clang-format: Fix alignment of comments inside statements.
Daniel Jasper
- r200974 - clang-format: Fix column limit violation for merged lines in macros.
Daniel Jasper
- r201139 - clang-format: Support lambdas with namespace-qualified return types.
Daniel Jasper
- r201141 - XCore target: Pass through "-fverbose-asm" flag to xcc assembler.
Robert Lytton
- r201142 - XCore target: add section information.
Robert Lytton
- [PATCH] [ARM] Fix NEON being enabled with soft-float
Amara Emerson
- r201145 - AArch64: share slgihtly more NEON implementation with ARM.
Tim Northover
- r201146 - libclang: use namespace qualifiers in the macro, so that it does not require
Dmitri Gribenko
- [PATCH] Pass -gdwarf-N options to integrated assembler
Oliver Stannard
- [PATCH] ARM & AArch64: merge the semantic checking of NEON intrinsics
Tim Northover
- r201155 - libclang: audit all APIs that accept a CXTranslationUnit to make sure that
Dmitri Gribenko
- r201156 - Fix a typo in the function name that I just introduced (r201155)
Dmitri Gribenko
- improving the ArrayBoundChecker.
Per Viberg
- r201157 - Rename some PCH-related errors to have 'err_' as their prefix
Dmitri Gribenko
- [PATCH] MS ABI: vptr injection should obey alignment requirements
David Majnemer
- [PATCH] Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
Renato Golin
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
Hans Wennborg
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
Hans Wennborg
- [PATCH] MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Jordan Rose
- [PATCH] Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- r201165 - [Sema] Revert the change in r200622 that allowed integer casts to silence -Wnon-literal-null-conversion in C code.
Argyrios Kyrtzidis
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Ben Langmuir
- r201172 - Test commit -- Remove an extra newline from Toolchains.cpp
Jonathan Roelofs
- [libcxx] [PATCH] http://llvm.org/bugs/show_bug.cgi?id=18767
Howard Hinnant
- r201175 - MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
- r201178 - Remove bad debug info test.
David Blaikie
- r201182 - update of the clang version (should probably managed in the configure)
Sylvestre Ledru
- r201183 - Remove bad debug info test.
David Blaikie
- r201186 - Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [PATCH] Consume checker names from clang static analyzer.
Alexander Kornienko
- r201189 - Fix build error caused by r201186 (GCC's "declaration of X changes meaning of Y").
Alexander Kornienko
- [PATCH] Remove FormatSecurity from FormatNonLiteral warning group
Zach Davis
- [PATCH] MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
- [PATCH] [libc++] Do not derive __gnu_cxx::hash<T> from std::hash<T>.
Peter Collingbourne
- r201199 - MS ABI: vptr injection should obey alignment requirements
David Majnemer
- r201202 - Add Multilib selection machinery
Jonathan Roelofs
- r201203 - Revert 201202
Jonathan Roelofs
- [PATCH] [libcxxabi] Fix broken codesourcery.com links in comments
Reid Kleckner
- [PATCH] VS Integration: install toolsets for x64 too (PR18738)
Hans Wennborg
- r201205 - Add Multilib selection machinery
Jonathan Roelofs
- [libcxxabi] r201208 - [libcxxabi] Fix broken codesourcery.com links in comments
Jonathan Roelofs
- r201209 - Fix r201205's use-after-free bug caught by sanitizer bot
Jonathan Roelofs
- r201010 - ASTUnit: remove dead code in remapping files
Daniel Jasper
- r201220 - Fix memory leak introduced by r201010.
Daniel Jasper
- [PATCH][AArch64] Enable AArch64 NEON by default
Jiangning Liu
- [clang-tools-extra] r201221 - Consume checker names from clang static analyzer.
Alexander Kornienko
- r201223 - [ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cortex-A53/A57.
Amara Emerson
- r201224 - Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
- r201225 - 'svn add' files I forgot for r201224 (Add an option to allow Clang verify
Dmitri Gribenko
- r201227 - clang/lib/Driver/Multilib.cpp: Rewrite normalizePathSegment() to be tolerant dosish pathsep.
NAKAMURA Takumi
- r201228 - clang/test/Modules/fmodules-validate-once-per-build-session.c: Tweak for gnuwin32 with %/t (instead of %t).
NAKAMURA Takumi
- r201231 - Don't use find | xargs in test/Modules/fmodules-validate-once-per-build-session.c
Dmitri Gribenko
- r201232 - ARM NEON: fix range checking on immediates.
Tim Northover
- r201233 - ARM & NEON: add test for r101232
Tim Northover
- r201234 - Whitespace cleanup (mostly stray tabs, a few not-quite-empty lines).
Tim Northover
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Timur Iskhodzhanov
- [PATCH] ARM NEON: use more flexible TableGen field for defs.
Tim Northover
- r201236 - libclang: fix a crash in clang_disposeDiagnosticSet when it is passed a NULL argument
Dmitri Gribenko
- r201238 - Arcanist failed to commit the two clang test corrections that should have been in r201237.
Daniel Sanders
- [libclc] r201239 - Revert "Enforce python2 for systems that use python3 as their default."
Tom Stellard
- r201241 - Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [OpenCL] fix for the restriction on pointers to functions
Anastasia Stulova
- [PATCH] Fix ExplicitConstructorCheck to warn only on in-class declarations.
Alexander Kornienko
- r201246 - Attributes: Emit enumerators in td file declaration order
Reid Kleckner
- r201247 - Revert "Remove bad debug info test."
Adrian Prantl
- r201248 - Document and improve the debug-property-synth.m test based on the
Adrian Prantl
- r201249 - libclang: report error code for bad PCH files
Dmitri Gribenko
- r201250 - relax testcase and make ppc64 buildbots happy.
Adrian Prantl
- r201251 - Attributes: Avoid a big useless copy in the emitter
Reid Kleckner
- r201254 - Sema: Restrict alignment to 2**28.
David Majnemer
- r201256 - [examples] Use loadable modules instead of shared libraries for Clang plugins.
Jordan Rose
- r201257 - Remove unused diagnostic.
Benjamin Kramer
- r201260 - Remove FIXME and hardcoded triple from this test (PR18251)
Hans Wennborg
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- r201274 - MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
- r201276 - Silence unused variable warning in CIndex.cpp with NDEBUG
Reid Kleckner
- [PATCH] Improve diagnostic message for misplaced square brackets
Richard Trieu
- r201278 - Fix some -Wdocumentation warnings in Sema.h and try to fix test for win64
Reid Kleckner
- [PATCH] Sema: Reorganize and improve semantic tests for dllexport/dllimport
Nico Rieck
- r201280 - Fix uninitialized read in vtordisp pragma code.
Reid Kleckner
- r201281 - Change testcase to use FileCheck.
John McCall
- r201282 - ms_struct layout replaces platform-specific behavior like
John McCall
- [PATCH] Adding type info for f16c floating-point type
Yunzhong Gao
- r201285 - Really fix unused variable warnings in CIndex.
Reid Kleckner
- [PATCH] PR18757: Copy attributes to static extern "C" aliases
Reid Kleckner
- [PATCH] Fixing a compiler assertion with zero-width bit-fields in packed structs
Yunzhong Gao
- r201288 - Fixing a compiler assertion with zero-width bit-fields in packed structs.
Yunzhong Gao
- r201290 - Use simpler version of llvm::sys::fs::create_directories.
Rafael Espindola
- r201293 - Use simpler version of fs::create_directory.
Rafael Espindola
- r201294 - There is no std namespace for standards-based attributes. Removing the scope qualifier and updating the only affected test case.
Aaron Ballman
- r201297 - [OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Alexey Bataev
- [PATCH] Added isImplicit and isExplicit submatchers for constructorDecl.
Alexander Kornienko
- r201307 - Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
Renato Golin
- [clang-tools-extra] r201308 - Fix ExplicitConstructorCheck to warn only on in-class declarations.
Alexander Kornienko
- r201309 - Remove spurious default case to silent sanitizer
Renato Golin
- r201310 - XCore target -fexceptions flag handling
Robert Lytton
- r201311 - add comment explaining previous commit
Robert Lytton
- r201312 - XCore target pass -v flag to assembler & linker
Robert Lytton
- r201313 - ARM & AArch64 NEON: share the vabs implementation.
Tim Northover
- r201319 - [CMake] add_clang_library(MODULE): Create a phony target when llvm_add_library(MODULE) gave up.
NAKAMURA Takumi
- [PATCH] Enable generation of unwind tables when building with sanitizers
Evgeniy Stepanov
- r201323 - clang-format: Improve documentation of DerivePointerBinding.
Daniel Jasper
- libcxx win32 patches ping...
Yaron Keren
- [libcxx] r201328 - This solves warning C4005: '_NOEXCEPT' : macro redefinition when compiling
Yaron Keren
- [PATCH] Clang-tidy: don't create ASTConsumers not needed for the set of checks we perform.
Alexander Kornienko
- r201329 - Remove assert added in r201249.
Daniel Jasper
- r201333 - Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] AArch64:
Tim Northover
- [clang-tools-extra] r201340 - Clang-tidy: don't create ASTConsumers not needed for the set of checks we perform.
Alexander Kornienko
- [clang-tools-extra] r201343 - Re-add the '!' removed by mistake.
Alexander Kornienko
- r201346 - libclang: fix a bug in processing invalid arguments, introduced in r201249,
Dmitri Gribenko
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- r201348 - [CMake] Disable libclangTests.exe on win32 for now.
NAKAMURA Takumi
- [libcxx] r201349 - Add a test to make sure that vector supports incomplete types
Marshall Clow
- r201350 - [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.
Jordan Rose
- r201360 - Enable correcting a member declaration where the type is class template,
Kaelyn Uhrain
- [PATCH] [analyzer][Review request] Improved checker naming in CFG dump.
Антон Ярцев
- r201373 - Revert "libclang: fix a bug in processing invalid arguments, introduced in r201249, "
Juergen Ributzka
- r201374 - Revert "[CMake] Disable libclangTests.exe on win32 for now."
Juergen Ributzka
- r201375 - Debug info: Make DWARF4 the default for Darwin, too.
Adrian Prantl
- r201379 - Add a command line option -gdwarf-aranges that will turn on emitting
Eric Christopher
- libcxx PATCH - mark integral_constant's methods as noexcept
Marshall Clow
- r201384 - Enable AArch64 NEON by default.
Jiangning Liu
- r201391 - Enable generation of unwind tables when building with sanitizers.
Evgeniy Stepanov
- r201419 - If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Foo.h"),
Argyrios Kyrtzidis
- r201424 - clang-format: Fix formatting of class template declaration.
Daniel Jasper
- r201428 - [IRGen]. Fixes a crash in using Objective-C array
Fariborz Jahanian
- [libclc] r201431 - Add generic nvptx targets
Tom Stellard
- r201436 - Print anonymous namespaces as <anonymous namespace> instead of <anonymous>
David Blaikie
- r201437 - Consistently print anonymous namespace names as "<anonymous namespace>"
David Blaikie
- r201438 - Fix crash-on-invalid if decltype(auto) is used as a deduced return type in
Richard Smith
- r201446 - [Objective-C Sema]. Warn when an indirectly overridden property
Fariborz Jahanian
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
Marshall Clow
- r201448 - Add entries to C++ status page for Technical Specification Working Papers that
Richard Smith
- r201449 - Add some missing threes.
Richard Smith
- r201452 - Remove transactional memory from c++ status page; there's no working paper for it yet.
Richard Smith
- r201453 - MS ABI: Fix some layout tests
David Majnemer
- r201454 - MS ABI: Fix some layout tests
David Majnemer
- r201456 - PGO: fix a bug in parsing pgo data.
Manman Ren
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Peter Collingbourne
- [PATCH] [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Peter Collingbourne
- r201458 - Move test inputs into the Inputs directory (improvement/fix to r201419)
David Blaikie
- [libcxx] r201459 - First pass at the Issaquah issues list
Marshall Clow
- [libcxx] r201460 - Mark issue 2293, 2241 and 2308 as complete
Marshall Clow
- r201462 - MS ABI: Remove a useless FileCheck line
David Majnemer
- r200711 - [ms-cxxabi] Fix cast when structor replacement is an alias
Nico Rieck
- r201468 - [Sema] Fix assertion hit while trying to do constant evaluation for a dependent expression
Argyrios Kyrtzidis
- r201470 - DebugInfo: imported_decl/using declarations at namespace scope
David Blaikie
- [libcxx] r201472 - Remove tabs that crept in during an earlier refactoring. No functionality change
Marshall Clow
- r201475 - Fix broken RUN lines
Nico Rieck
- r201476 - FileCheck's -LABEL cannot be combined with -NOT or -DAG
Nico Rieck
- r201477 - Fix broken CHECK lines
Nico Rieck
- r201478 - Remove useless XPASS
Nico Rieck
- r201480 - Use -target instead of ignored -arch to fix x86_64 builders
Nico Rieck
- [PATCH] Fix "FIXME" in libclang-Python bindings test of TranslationUnit.
BG
- r201482 - Introduce the feature "can-remove-opened-file" to suppress tests. [PR18856]
NAKAMURA Takumi
- r201483 - check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-namespace.cpp with *-win32.
NAKAMURA Takumi
- r201484 - check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx.cpp on msvc.
NAKAMURA Takumi
- r201485 - clang/unittests/AST,ASTMatchers: Remove _MSC_VER.
NAKAMURA Takumi
- [cindex.py] expose C++ access specifiers in the libclang Python bindings
Tamás Szelei
- r201504 - clang-format: Don't wrap "const" etc. of function declarations.
Daniel Jasper
Last message date:
Sun Feb 16 23:57:46 PST 2014
Archived on: Tue Aug 4 15:31:29 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).