Messages by Thread
-
Mailing list move NOW!
Tanya Lattner
-
r243992 - [CodeGen] Fold memcpy into SmallVector initializer. No functionality change.
Benjamin Kramer
-
r243989 - [Sema] Add a crazy test case for r243987
Benjamin Kramer
-
r243987 - [Sema] Allocate SmallVector to the right size.
Benjamin Kramer
-
r243979 - [AST] Really allocate a SmallVector to the right size.
Benjamin Kramer
-
r243974 - [AST] Simplify code by letting ArrayRef do the copying.
Benjamin Kramer
-
r243972 - [ASTContext] Add a templated convenience wrapper for Allocate.
Benjamin Kramer
-
r243973 - [CodeGen] Don't write into a SmallVector's uninitialized memory.
Benjamin Kramer
-
[PATCH] D11753: [X86] Add support for _MM_ALIGN16
Michael Kuperstein
-
[PATCH] D11752: [X86] Pre-define __MOVBE__ when the target supports it.
Erik Verbruggen
-
r243970 - [FileManager] Use StringRef::copy to store canonical paths.
Benjamin Kramer
-
r243969 - [OPENMP 4.1] Support for 'linear' clause in loop directives.
Alexey Bataev
-
r243968 - [Edit] Use StringRef's copy method. No functional change intended.
Benjamin Kramer
-
r243966 - [AST] Use StringRef's convenient copy method. No functionality change.
Benjamin Kramer
-
r243964 - [OPENMP] Fix compiler crash during data-sharing attributes analysis.
Alexey Bataev
-
r243950 - [UB] Avoid a really broken call to realloc that would later result in
Chandler Carruth
-
r243949 - [UB] Guard two calls to memcpy in generated attribute code to handle
Chandler Carruth
-
r243948 - [UB] Another place where we were trying to put string data into
Chandler Carruth
-
r243947 - [UB] When attaching empty strings to the AST, use an empty StringRef
Chandler Carruth
-
r243946 - [UB] Fix the two ways that we would try to memcpy from a null buffer in
Chandler Carruth
-
r243945 - [UB] Fix two cases of UB in copy/pasted code from SmallVector.
Chandler Carruth
-
r243940 - [modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the same anonymous union is defined across multiple modules.
Richard Smith
-
r243938 - Remove unused header include.
Argyrios Kyrtzidis
-
[libcxx] r243937 - Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes PR#24342
Marshall Clow
-
[PATCH] D11743: [CMake] First pass at adding support for clang bootstrap builds to CMake
Chris Bieneman
-
[PATCH] D11742: Add -gcodeview and -gdwarf to control which type Clang emits
Reid Kleckner
-
[PATCH] D11740: ABI versioning macros for libc++
Evgeniy Stepanov
-
r243912 - Dtor callback emitted when msan attribute not repressed for this function.
Naomi Musgrave
-
[PATCH] D11739: Add new llvm.loop.unroll.enable metadata
Mark Heffernan
-
[PATCH] D11738: Add new llvm.loop.unroll.enable metadata which is now generated by "#pragma unroll" directive
Mark Heffernan
-
[PATCH] D11737: Add -linker (and -linker=) alias for -fuse-ld=
Filipe Cabecinhas
-
Re: [PATCH] Teach X86 builtins which target features they require
Eric Christopher
-
[clang-tools-extra] r243906 - [clang-tidy] Improve the misc-unused-alias-decl message
Alexander Kornienko
-
r243901 - Grammar: Don't imply that a program wouldn't want a person as its output.
Douglas Katzman
-
[PATCH] D11733: Runtime check of poisoning derived class members.
Naomi Musgrave
-
[PATCH] D11727: Dtor callback emitted when msan attribute not repressed for this function.
Naomi Musgrave
-
[libcxx] r243892 - Merging r243530 and r243641:
Hans Wennborg
-
r243878 - [SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile.
Douglas Katzman
-
r243876 - [CONCEPTS] Add concept to VarDecl and diagnostic for uninitialized variable concept
Nathan Wilson
-
[clang-tools-extra] r243871 - Replace callback-if with isExpansionInMainFile as suggested in post
Daniel Jasper
-
r243870 - Additional fix for PR14269: Crash on vector elements / global register vars in inline assembler.
Andrey Bokhanko
-
r243867 - [X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsics
Asaf Badouh
-
Re: [PATCH] D10356: scan-build: Add --analyzer-target option
Honggyu Kim
-
Re: r239883 - Update the intel intrinsic headers to use the target attribute support.
Dimitry Andric
-
r243851 - Fix invalid shufflevector operands
Simon Pilgrim
-
[PATCH] D11711: [Driver][mips] Update mips-mti toolchain definition
Simon Atanasyan
-
r243848 - [X86][AVX512VLDQ] add reduce/range/cvt intrinsics
Asaf Badouh
-
r243841 - Rangify for loops, NFC.
Yaron Keren
-
r243840 - Revert r243827.
Davide Italiano
-
r243832 - [SemaExpr] Factor out common diagnostic code for remainder/division.
Davide Italiano
-
r243828 - [MS ABI] Create a mangling for extended vector types
David Majnemer
-
r243827 - Convertibility of nullptr_t to bool is available in clang. Note it.
Davide Italiano
-
r243826 - Use the reserved keyword spelling of 'typeof'
David Majnemer
-
r243819 - [Tests] Add explicit -std=lang option to a number of tests.
Yunzhong Gao
-
[PATCH] D11700: Added remove taint support to ProgramState.
Francisco
-
[PATCH] D11697: [libcxx] Add "install-libcxx" target.
Eric Fiselier
-
r243793 - [libFuzzer] minimal documentation on data-flow-guided fuzzing
Kostya Serebryany
-
[libcxx] r243784 - Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages.
Eric Fiselier
-
[PATCH] D11694: [CUDA] Added stubs for __nvvm_atom_add*_d()
Artem Belevich
-
[PATCH] D11693: clang-format: Support generalized lambda captures.
strager
-
[PATCH] D11690: [CUDA] Added stubs for new attributes used by CUDA headers.
Artem Belevich
-
r243776 - test commit; wrap ellipses in comment with brackets
Nathan Wilson
-
r243775 - DI: Update testcases for LLVM assembly change
Duncan P. N. Exon Smith
-
[clang-tools-extra] r243773 - Add missing 'override'.
Daniel Jasper
-
r243767 - [MS ABI] Hook clang up to the new EH instructions
David Majnemer
-
r243765 - DI: Update for LLVM API change for local variables
Duncan P. N. Exon Smith
-
[PATCH] D11682: [libcxxabi] Add "install-libcxxabi" target.
Eric Fiselier
-
[clang-tools-extra] r243754 - Add misc-unused-alias-decls check that currently finds unused namespace
Daniel Jasper
-
[PATCH] RE: [cfe-dev] missing return statement for non-void functions in C++
Sjoerd Meijer
-
[libcxxabi] r243752 - [libc++abi] Allow use just compiled clang++ for tests
Renato Golin
-
[clang-tools-extra] r243747 - [clang-tidy] Support replacements in macro arguments in misc-inefficient-algorithm
Alexander Kornienko
-
[PATCH] D11677: [clang-tidy] Support replacements in macro arguments in misc-inefficient-algorithm
Alexander Kornienko
-
r243739 - Outline function Parser::ParseCXXClassMemberDeclarationWithPragmas(), NFC.
Alexey Bataev
-
[libcxx] r243737 - Print message when configuring for standalone build.
Eric Fiselier
-
[libcxx] r243733 - Fix failing unique_ptr tests.
Eric Fiselier
-
[libcxx] r243730 - Start cleanup of unique_ptr tests.
Eric Fiselier
-
[libcxx] r243729 - Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
-
[libcxx] r243728 - [libcxx] Add <experimental/any> v2.
Eric Fiselier
-
[PATCH] D11670: [libcxx] Disable -Wnon-virtual-dtor warning in <locale>
Eric Fiselier
-
r243727 - Make sure the 2 method calls are sequenced.
Argyrios Kyrtzidis
-
[libcxx] r243725 - Add -Wno-error by default to work around failing compiler-rt builds
Eric Fiselier
-
r243718 - [modules] Fix issue where building a module from a relative path when -working-directory option is set, results in error.
Argyrios Kyrtzidis
-
[libcxx] r243706 - Creating release candidate rc2 from release_370 branch
Hans Wennborg
-
[libcxxabi] r243707 - Creating release candidate rc2 from release_370 branch
Hans Wennborg
-
Making Clang Lit tests C++11 compatible
Li, Charles
-
[PATCH] D11666: [CUDA] Make sure we emit all templated __global__ functions on device side.
Artem Belevich
-
[libcxx] r243698 - Reapply working parts of CMake cleanup.
Eric Fiselier
-
[PATCH] D11664: [CUDA] Implemented additional processing steps needed to link with CUDA libdevice bitcode.
Artem Belevich
-
r243694 - Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement each other
David Blaikie
-
r243692 - Improved error recovery for _Pragma
Hubert Tong
-
r243690 - [Concepts] Add diagnostic: non template declaration
Hubert Tong
-
r243685 - [sanitizers] Enable dfsan for aarch64
Adhemerval Zanella
-
r243676 - [sema] Allow to opt-out of overriding the super class's designated initializers by marking the initializer as unavailable in the subclass.
Argyrios Kyrtzidis
-
[PATCH] D11658: [Sema] main can't be declared as global variable
Davide Italiano
-
[libcxx] r243674 - Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since that might give wrong answers on a 1's complement machine.
Marshall Clow
-
r243671 - Testing to verify function attribute disable-tail-calls applied to destructor
Naomi Musgrave
-
r243673 - simplified test case
Naomi Musgrave
-
r243672 - removed hardcoding for attribute associated with dtor in test
Naomi Musgrave
-
r243670 - updated test to be more explicit
Naomi Musgrave
-
r243668 - repress tail call optimization when performing use-after-dtor sanitization
Naomi Musgrave
-
r243669 - Updated test regex and flags
Naomi Musgrave
-
r243663 - Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
-
r243657 - Add fmodules-cache-path to 2 tests which were missing it.
Pete Cooper
-
r243656 - [ARM] Allow setting the generic features for native cpus
Renato Golin
-
[libcxxabi] r243654 - Merging r243645:
Daniel Sanders
-
[libcxxabi] r243649 - Merging r243296:
Daniel Sanders
-
[libcxxabi] r243645 - [libcxxabi][mips] Correct float_data::mangled_size for all ABI's.
Daniel Sanders
-
r243644 - Fix sanitizer fallout from r243642
Ulrich Weigand
-
Re: [PATCH] D10356: scan-build: Add --triple option to scan-build
Honggyu Kim
-
[PATCH] D11646: [sanitizers] Enable dfsan for aarch64
Adhemerval Zanella
-
[libcxx] r243641 - Change some #ifdefs to #if - thanks to Dexon for thge catch.
Marshall Clow
-
r243635 - [OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
-
r243632 - [X86] Recognize "flags" as an identifier, not a register in Intel-syntax inline asm
Michael Kuperstein
-
[PATCH] Fix crash in CheckObjCCircularContainer
AlexDenisov
-
r243625 - Add a comment explaining differing Windows behavior.
Sean Silva
-
r243624 - Enable accidentally-disabled tests.
Sean Silva
-
[PATCH] D11629: APValues and Constants and MaterializedTemporaryExpr need to have stable maps
David Majnemer
-
r243623 - [X86][AVX512BW] Remove whitespaces
Asaf Badouh