The Week Of Monday 7 July 2014 Archives by thread
Starting: Mon Jul 7 00:47:20 PDT 2014
Ending: Sun Jul 13 23:10:16 PDT 2014
Messages: 623
- r212438 - Peel away old-style file remapping typedefs and cruft
Alp Toker
- r212439 - CodeGen: Cleanup MS ABI RTTI LLVM IR
David Majnemer
- r212441 - Remove unused sys/stat.h includes
Alp Toker
- r212442 - Switch over a few uses of param_begin() to parameters()
Alp Toker
- r212445 - Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
Tobias Grosser
- [PATCH] Division by zero
Anders Rönnholm
- r212446 - Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)"
Tobias Grosser
- r212447 - PointerLoc does not exist anymore.
Yaron Keren
- r212450 - ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memory
Alp Toker
- r212451 - Move ChainedIncludesSource into the implementation
Alp Toker
- r212408 - Update for llvm api change.
Rafael Espíndola
- r212452 - Increase argument limit of anyOf, allOf and eachOf from 5 to 9.
Manuel Klimek
- r212453 - [OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
- [PATCH] Canonicalize the variadic template alias with multiple ellipsis.
Logan Chien
- [PATCH] Increase argument limit for anyOf, allOf, eachOf from 5 to 9
Manuel Klimek
- r212457 - PTH: use a variable instead of a macro
Alp Toker
- r212458 - PTHInternals.rst: PCH is now a thing, update docs to reflect it
Alp Toker
- [PATCH] Fix for libc++ bug #20096 http://llvm.org/bugs/show_bug.cgi?id=20096
Marshall Clow
- r212060 - Consider module depedencies when checking a preamble in libclang
Ulrich Weigand
- r212462 - Fix comment typo.
David Majnemer
- r212463 - MS ABI: Don't unnecessarily use CGM abstraction
David Majnemer
- r212464 - Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.
Anders Carlsson
- [PATCH] [Patch] UBsan: Type-based blacklisting
Byoungyoung Lee
- [PATCH] [RFC] PR20146 - Cannot return void with qualifiers
Zach Davis
- r211216 - CodeGen: improve ms instrincics support
Timur Iskhodzhanov
- r212138 - Driver: Handle /GR- in a compatible way with MSVC
Timur Iskhodzhanov
- [PATCH] Proposal on how to fix temporary dtors.
Jordan Rose
- r212466 - Fix memory leak in FileSystemStatCache.
Manuel Klimek
- r212467 - Use temporary module cache in test
Ben Langmuir
- r212468 - Driver: Fix think-o in adding -ivfsoverlay flag to crashdumps
Justin Bogner
- [PATCH] Generate warning when explicitly specified vectorization fails
Mark Heffernan
- [libclc] r212470 - prepare-builtins: Fix broken build due to recent LLVM API change
Tom Stellard
- [PATCH] Factor getObjCEncodingForPropertyType out of getObjCEncodingForPropertyDecl
Joe Groff
- r212425 - Add an AST node for __leave statements, hook it up.
Nico Weber
- [PATCH] GCC compatibility: pass -z linker options to the linker
Reid Kleckner
- [PATCH] Make pretty-print output valid OpenCL code
Paul Fox
- [PATCH, resend] ARM: fix inline atomic handling ldrex/strex
Phoebe Buckheister
- r212481 - Driver: Produce crash diagnostics more often on Windows
Reid Kleckner
- [PATCH] -verify enhancement to support matching "any" line in included files
David Blaikie
- [PATCH] Win64 ABI shouldn't extend integer type arguments.
Reid Kleckner
- r212388 - Use non-intrusive refcounting for TargetOptions
David Blaikie
- r212396 - PlistSupport.h: avoid gcc 'defined but not used' warning
David Blaikie
- r212427 - libclang: refactor handling of unsaved_files
David Blaikie
- r212436 - StaticAnalyzer: Silence a warning
David Blaikie
- [PATCH] gcc compatibility: silent -finline-limit=1234 & -finline-limit
Reid Kleckner
- r212494 - PlistSupport: make utility functions non-static inline to encourage linker dedup
Alp Toker
- r212496 - ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.
Joe Groff
- [PATCH v2 2/9] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- r212497 - libclang: pass return code out argument by reference
Alp Toker
- [PATCH, v2] ARM: fix inline atomic handling
Phoebe Buckheister
- [PATCH] Add support for unroll pragma
Mark Heffernan
- [PATCH] Add support for CUDA unroll pragma
Mark Heffernan
- [PATCH] CodeGen: Let arrays be inputs to inline asm
Richard Smith
- r212499 - [Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
- [PATCH] CodeGen: Don't emit a thread-wrapper if we can't touch the backing variable
David Majnemer
- r212501 - [Sanitizer] Remove brittle cache variable and slightly simplify blacklisting code.
Alexey Samsonov
- r212502 - Rename static function to better describe its purpose
Alp Toker
- [PATCH] [libcxxabi] Add lit configs for libcxxabi tests.
Dan Albert
- r212505 - [ASan] Completely remove sanitizer blacklist file from instrumentation pass.
Alexey Samsonov
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- r212508 - MS ABI: "Fix" passing non-POD structs by value to variadic functions
Reid Kleckner
- [PATCH] Do not define the gcc style target specific pre-defined preprocessor macros in clang-cl
Ehsan Akhgari
- r212511 - Headers: mark arm_acle.h with extern "C"
Saleem Abdulrasool
- r212512 - Headers: conditionalise more declarations
Saleem Abdulrasool
- r212387 - Use non-intrusive refcounting for LangOptions
Alp Toker
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- r212516 - [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
- r212524 - Move misplaced x86_32 ABI code
Richard Sandiford
- [PATCH] [OPENMP] Codegen for threadprivate variables
Alexey Bataev
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- r211342 - [OPENMP] Initial support for 'schedule' clause.
Tobias Grosser
- r212125 - MS ABI: Reference MSVC RTTI from the VFTable
Timur Iskhodzhanov
- [PATCH] Avoid definining more GCC specific predefined macros in clang-cl
Ehsan Akhgari
- [clang-tools-extra] r212535 - [clang-tidy] Add a little checker for Twine locals in LLVM.
Benjamin Kramer
- [libcxx] r212538 - Fix some failing tests for the standard containers. The tests were failing in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests.
Marshall Clow
- [clang-tools-extra] r212540 - [clang-tidy] Address review comments for the Twine checker.
Benjamin Kramer
- r212541 - Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr
David Blaikie
- r212544 - Turn some Twine locals into const char * variables.
Benjamin Kramer
- r212545 - Update unit test for signature change.
Benjamin Kramer
- [clang-tools-extra] r212546 - Use explicit if and restore lost FileCheck error code checking.
Benjamin Kramer
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Alexander Kornienko
- [PATCH] Modeling APIs in the Static Analyzer
Gábor Horváth
- [clang-tools-extra] r212549 - As funny as it might look, this wasn't what I intended to test.
Benjamin Kramer
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Ulrich Weigand
- r212551 - PR20227: materialize a temporary when dynamic_casting a class prvalue to a
Richard Smith
- [PATCH] Allow more lookup of types in dependent base classes
Richard Smith
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- [PATCH] Improve error recovery around colon.
Richard Smith
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Richard Smith
- [PATCH, v3] ARM: fix inline atomic handling
Phoebe Buckheister
- r200344 - Intrin.h: include setjmp.h to get a jmp_buf definition
Nico Weber
- r212555 - Sema: Don't allow CVR qualifiers before structors
David Majnemer
- [PATCH] Bugs in SemaOverload.cpp
Richard Smith
- r212556 - Replace a few // comments with /**/ comments in headers, for consistency.
Nico Weber
- r212557 - Don't pull in setjmp.h in -ffreestanding compiles.
Nico Weber
- [PATCH] [libcxx] Take advantage of gcc4.7 frontend support in type_traits
Albert Wong
- r212561 - Allow more lookup of types in dependent base classes
Reid Kleckner
- [PATCH] Avoid crash if default argument parsed with errors.
Richard Smith
- [PATCH] Fix for Bug 19480 -- Adding a test case.
Richard Smith
- r212563 - test: merge arm-intrin into ms-intrin, fix invocation
Saleem Abdulrasool
- r212564 - Remove unnecessary check for NULL
Alexey Samsonov
- [PATCH] [analyzer] [patch] Path-sensitive different.IntegerOverflow checker
Anna Zaks
- r212566 - MS compat: Allow lookup of types from dependent bases in functions
Reid Kleckner
- [LLVMdev] Usability of phabricator review threads for non-phab-users
Zachary Turner
- [PATCH] Use the correct from type in a SCS
Richard Smith
- [libcxx] r212569 - string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live.
Marshall Clow
- r212574 - rewrap to 80 cols, no behavior change
Nico Weber
- r212578 - rewrap to 80 cols, no behavior change
Nico Weber
- [PATCH] clang-cl: Store the linker options for the ASAN runtime libraries in the obj files as opposed to pass it to the linker on the command line
Ehsan Akhgari
- [PATCH] Avoid referencing a vtable when not required
Reid Kleckner
- r212584 - Simplify warning flag value handling from r206826
Alp Toker
- r212585 - clang-interpreter: don't check input file existence, we're in-process
Alp Toker
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- r212589 - Fix typos.
Nikola Smiljanic
- [PATCH] Ensure __va_list_tag has default visibility
Stephan Bergmann
- r212591 - clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
- r212592 - [OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for OpenMP constructs per Tobias Grosser comments.
Alexey Bataev
- [clang-tools-extra] r212593 - Delete removed formatting option.
Daniel Jasper
- r212594 - clang-format: Update flag documentation.
Daniel Jasper
- r212597 - clang-format: Add new option to indent wrapped function declarations.
Daniel Jasper
- r212598 - ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.
Tim Northover
- r212599 - [OPENMP] Fixed incompatibility in [Data]RecursiveASTVisitor::TraverseOMPExecutableDirective method with MSVC for range-based loops.
Alexey Bataev
- r212600 - Revert commit 212599.
Alexey Bataev
- r212601 - Fixed incompatibility with MSVC builds in range-based for loops in DataRecursiveASTVisitor and RecursiveASTVisitor for OpenMP constructs.
Alexey Bataev
- [PATCH] [libc++] Fix std::make_heap's worst case time complexity
David Majnemer
- r212617 - clang-format: Fix behavior around pointer-to-member invocations.
Daniel Jasper
- r212618 - [mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.
Daniel Sanders
- r212619 - [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly on MIPS32r6/MIPS64r6
Daniel Sanders
- r212620 - cc1as: consolidate option flags with cc1 and eliminate duplication
Alp Toker
- r212621 - Fix 'source-level' hyphenations
Alp Toker
- r212622 - Remove dead code from r212620
Alp Toker
- r212624 - Prospective legacy build system fix following r212620
Alp Toker
- r212625 - [mips][mips64r6] Implement -mips32r6 and -mips64r6 aliases to -march=mips32r6 and -march=mips64r6
Daniel Sanders
- [PATCH] Check messages and fixes in the same test.
Alexander Kornienko
- r212631 - Sema: Allow aliases to have incomplete type
David Majnemer
- r212643 - Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
- [libcxx] r212651 - Add a reset method to the counting predicates in the test suite
Marshall Clow
- [clang-tools-extra] r212653 - Check messages and fixes in the same test.
Alexander Kornienko
- [clang-tools-extra] r212658 - Removed the "-fix" suffix from tests that verify both fixes and messages.
Alexander Kornienko
- r185100 - Under -fms-extensions, only inject a friend tag name when we didn't see a tag with that name in an enclosing scope.
Reid Kleckner
- [patch] Improve diagnostic on default-initializing const variables (PR20208)
Nico Weber
- [PATCH] Forward -u to the linker on gnutools toolchains
Sylvestre Ledru
- [PATCH] MSVC compat: Allow lookup of friend types in enclosing namespaces
Reid Kleckner
- [PATCH] [libcxx] Add Android support.
Dan Albert
- [PATCH] [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat
Eric Fiselier
- r212666 - [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.
Argyrios Kyrtzidis
- r212667 - Cleanup. No functionality change.
Richard Smith
- [patch] Enable column information by default
Diego Novillo
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
Richard Trieu
- [PATCH] [libcxx] Fixes libc++ bug #19921 - Remove additional overloads for std::complex
Eric Fiselier
- r212669 - MS ABI: Fix __fastcall methods that return structs
Reid Kleckner
- r212670 - Prevent link warnings due to -Wframe-larger-than=
Alp Toker
- [libcxxabi] r212672 - Add lit configs for libcxxabi tests.
Dan Albert
- [PATCH] [libcxxabi] Add support for building and testing the unwinder.
Dan Albert
- [PATCH] Use dereferencable attribute in Clang for C++ references
hfinkel at anl.gov
- [PATCH] [libcxx] Fix copy/move issues caused by __tuple_leaf's converting constructor.
Eric Fiselier
- r212689 - Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for implicit bool conversion of a bool*.
Benjamin Kramer
- r212700 - [mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
- [PATCH] [x32] Add X32 support to driver
Pavel Chupin
- r212719 - [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains
Daniel Sanders
- [PATCH] Modify the tests to use FileCheck -implicit-check-not option being proposed in D4462
Alexander Kornienko
- [libcxx] r212723 - Fix warning in test - missing exception specifier for overload of operator new
Marshall Clow
- [libcxx] r212724 - Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
- r212725 - [x32] Adding X32 target support to driver, including TargetInfo, DescriptionString, flags, paths lookup, etc. Cover changes with new tests. The author of the patch is Pavel Chupin (@pavel.v.chupin).
Zinovy Nis
- [libcxx] r212727 - Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch.
Marshall Clow
- r212728 - [Codestyle][x32] Cosmetic codestyle fix.
Zinovy Nis
- r212731 - [analyzer] Check for code testing a variable for 0 after using it as a denominator.
Jordan Rose
- r212733 - Fix clang tests to be compliant with LLVM IR aliases
David Majnemer
- r212734 - [PowerPC] ABI support for non-Altivec vector types
Ulrich Weigand
- r212735 - Provide -verify support to match "any" line for diagnostics in included files.
Andy Gibbs
- r212743 - [PowerPC] ABI support for aligned by-value aggregates
Ulrich Weigand
- r212751 - [Driver/Unittests] Follow up for r212666, add unit test for the newly exposed getARMCPUForMArch() function.
Argyrios Kyrtzidis
- r212752 - Quick (attempted) fix for non-asserts builds for a test introduced in r212743.
David Blaikie
- r212753 - Avoid definining more GCC specific predefined macros in clang-cl
Ehsan Akhgari
- r212754 - Remove use of uniform initialization ({}) introduced in r212725 since this isn't supported in MSVC.
David Blaikie
- [clang-tools-extra] r212755 - [doc] Fix incorrect reference to clang-format -> clang-tidy
Tobias Grosser
- r212757 - Fix (and reenable) ppc64-align-struct.c test for non-assert builds.
Ulrich Weigand
- [PATCH] [libcxx] Correct ifdef for glibc specific feature. Patch by David Turner <digit at android.com>
Albert Wong
- [PATCH] [libcxx] Correct SFINAE version of is_convertible to match spec and avoid triggering unnecessary compiler diagnostics
Albert Wong
- r212761 - Fix the dtor location issues in PR20038 harder.
David Blaikie
- [PATCH] Handle SPARC float command line parameters for SPARCv9
Brad Smith
- r212764 - PR20256: don't accidentally instantiate non-dependent default-initialization as
Richard Smith
- r212767 - Be more specific about return types of some methods.
Alexey Samsonov
- [libcxxabi] r212768 - Make cmake cxxflags match those in lib/buildit.
Dan Albert
- r212770 - [UBSan] Introduce type-based blacklisting.
Alexey Samsonov
- r212774 - Add AST dumping for VarDecl init kind.
Richard Smith
- r212781 - Enable -gcolumn-info by default.
Diego Novillo
- r212784 - MSVC compat: Allow lookup of friend types in enclosing namespaces
Reid Kleckner
- [PATCH] [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345
Eric Fiselier
- r212786 - Return a FixItHint instead of taking a diagnostic builder
Reid Kleckner
- r212787 - clang/test/CodeGenCXX/PR20038.cpp: Appease targeting msvc due to incompatibility of dw.
NAKAMURA Takumi
- r212788 - [modules] Don't try to merge template specializations by performing name lookup
Richard Smith
- r212789 - TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in msc17.
NAKAMURA Takumi
- r212790 - Don't assume StringRef.data() is null-terminated
Ben Langmuir
- [PATCH] Add __builtin_convertvector
hfinkel at anl.gov
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
- [clang-tools-extra] r212797 - [clang-tidy] Add a checker for implicit bool conversion of a bool*.
Benjamin Kramer
- r212804 - [OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
- [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets
Pavel Chupin
- r212805 - GCC compatibility: Create a Group to ignore unsupported optimization.
Sylvestre Ledru
- r212806 - Tiny improvement in a test (missing quote)
Sylvestre Ledru
- [PATCH] libcxxabi : Support LLVM_LIBDIR_SUFFIX
İsmail Dönmez
- [clang-tools-extra] r212811 - Fixed the test to work with -implicit-check-not.
Alexander Kornienko
- [clang-tools-extra] r212814 - Modify the tests to use FileCheck -implicit-check-not option being proposed in D4462
Alexander Kornienko
- [PATCH] Add nonnull in CodeGen for __attribute__((nonnull))
hfinkel at anl.gov
- r212817 - [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By Pavel Chupin (@pavel.v.chupin).
Zinovy Nis
- r199663 - Making some minor improvements to r199626.
Hal Finkel
- [PATCH] [x32] Add __ILP32__ macro for ILP32 platforms
Pavel Chupin
- r212821 - Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
NAKAMURA Takumi
- [libcxxabi] r212824 - Add support for building and testing the unwinder.
Dan Albert
- [PATCH] Add stopgap option -fmodule-implementation-of
Ben Langmuir
- [libcxxabi] r212826 - Support LLVM_LIBDIR_SUFFIX.
Dan Albert
- r212827 - The returns_nonnull attribute does not require a function prototype because it affects only the return value, not any arguments. In turn, asking for a function or method result type should not require a function prototype either, so getFunctionOrMethodResultType has been relaxed.
Aaron Ballman
- r212833 - Test for warning being silenced
Sylvestre Ledru
- r212835 - Add nonnull in CodeGen for __attribute__((nonnull))
Hal Finkel
- [PATCH] Fix core-DR1755 & 727 & llvm-PR17294 & PR16906 - partial & explicit specializations of member templates (class/variable/function)
Faisal Vali
- r212836 - [modules] When merging a class template, also merge the definition of its pattern.
Richard Smith
- r212838 - Handle SPARC float command line parameters for SPARCv9.
Brad Smith
- r212839 - MS extension: Make __noop be the integer zero, not void
Reid Kleckner
- r212840 - oops. correct the prefix.
Brad Smith
- r212841 - CodeGen: Don't emit a thread-wrapper if we can't touch the backing variable
David Majnemer
- r212845 - Consolidate header inclusion diagnostics
Alp Toker
- [PATCH] Handle SPARC float command line parameters for SPARCv9.
Reid Kleckner
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Arthur
- [PATCH] Use the integrated assembler by default on OpenBSD/sparc.
Brad Smith
- r212858 - [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch().
Argyrios Kyrtzidis
- r212860 - Form a CallExpr from __noop without parens
Reid Kleckner
- r212869 - clang-cl: Make all x86 CPU feature flags available, such as -msse3
Reid Kleckner
- r212871 - Require an x86 registered target for this test by splitting it out
Reid Kleckner
- r212872 - [ASan] Collect unmangled names of global variables in Clang to print them in error reports.
Alexey Samsonov
- [PATCH] Suggest automated replacements of C-style casts with C++ casts.
Alexander Kornienko
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- [PATCH] Handle C11 atomics when diagnosing out of range comparisons
Justin Bogner
- r212874 - Add nonnull in CodeGen for __attribute__((returns_nonnull))
Hal Finkel
- Moving lib/Headers
Alp Toker
- [PATCH] Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh.
Alexander Kornienko
- [clang-tools-extra] r212876 - Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh.
Alexander Kornienko
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- r212887 - Improve comments of ARM ACLE header file and tests
Yi Kong
- r212890 - CodeGen: support hint intrinsics from ACLE on AArch64
Saleem Abdulrasool
- r212891 - Headers: add hint intrinsics to arm_acle.h
Saleem Abdulrasool
- r212892 - tests: use a more precise target for tests
Saleem Abdulrasool
- r212901 - MS ABI: Stick internal vftables in a comdat if they have RTTI data
David Majnemer
- r212905 - PrintFunctionNames/CMakeLists.txt: Fix a comment.
NAKAMURA Takumi
- r212906 - [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames and SampleAnalyzerPlugin, for Win32.DLL.
NAKAMURA Takumi
- r212909 - Add test cases for AArch64 hints codegen
Yi Kong
- r212911 - Remove trailing spaces
Pavel Chupin
- Fix __UINTPTR_TYPE__ definition after r211657
Joerg Sonnenberger
- r212916 - Superficial fix for PR20218: binding a function lvalue to a const reference to
Richard Smith
- r212919 - [CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
- [clang-tools-extra] r212919 - [CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
- r212920 - [CMake] Update libdeps.
NAKAMURA Takumi
- [clang-tools-extra] r212920 - [CMake] Update libdeps.
NAKAMURA Takumi
Last message date:
Sun Jul 13 23:10:16 PDT 2014
Archived on: Tue Aug 4 15:31:44 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).