The Week Of Monday 24 August 2015 Archives by thread
Starting: Mon Aug 24 01:17:50 PDT 2015
Ending: Sun Aug 30 22:26:38 PDT 2015
Messages: 642
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via cfe-commits
- [PATCH] RE: [cfe-dev] missing return statement for non-void functions in C++
Sjoerd Meijer via cfe-commits
- r245833 - [AArch64] Define the macro __ARM_FP16_ARGS
Keith Walker via cfe-commits
- [PATCH] D12240: [AArch64] Define the macro __ARM_FP16_ARGS
Phabricator via cfe-commits
- [PATCH] D12148: [ARM] Allow passing/returning of __fp16 arguments
Renato Golin via cfe-commits
- [PATCH] D12278: [X86] Add MSVC-compatible intrinsics for clac, stac, lgdt and sgdt
Michael Kuperstein via cfe-commits
- r245837 - clang-format: Properly handle braced lists in macros.
Daniel Jasper via cfe-commits
- [PATCH] D12281: Tests no longer need the 'REQUIRES: SHELL' line.
Angel Garcia via cfe-commits
- [PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)
pierre gousseau via cfe-commits
- r245843 - clang-format: Make formatting of member function reference qualifiers
Daniel Jasper via cfe-commits
- r245846 - clang-format: Always allow break after leading annotations.
Daniel Jasper via cfe-commits
- [PATCH] D12164: Stop treating -static as overriding -fPIC: they are distinct.
James Y Knight via cfe-commits
- [libcxx] r245849 - Fix a crasher found by libFuzzer
Marshall Clow via cfe-commits
- [PATCH] D12287: Add replace-auto_ptr check.
Angel Garcia via cfe-commits
- [PATCH] D12271: [X86] Expose the various _rot intrinsics on non-MS platforms
Reid Kleckner via cfe-commits
- [PATCH] D6551: Improvements to scan-build.
Антон Ярцев via cfe-commits
- LLVM buildmaster will be tonight
Galina Kistanova via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Michael Wong via cfe-commits
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev via cfe-commits
- [PATCH] D11468: [Static Analyzer] The first implementation of nullability checker.
Gábor Horváth via cfe-commits
- [PATCH] D12169: Relax constexpr rules to improve __builtin_object_size's accuracy
George Burgess IV via cfe-commits
- [PATCH] D12022: Refactored dtor sanitizing into EHScopeStack
Naomi Musgrave via cfe-commits
- r245861 - Fixing some copy-pasta comments; NFC.
Aaron Ballman via cfe-commits
- [libcxx] r245864 - Add release goals to TODO.txt
Eric Fiselier via cfe-commits
- r245866 - [ARM] Error out on apple darwin platforms if float-abi is "hard".
Akira Hatanaka via cfe-commits
- r245867 - [libclang] For convenience to clients, make sure that nullability and __kindof annotations do not hide
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D11690: [CUDA] Added stubs for new attributes used by CUDA headers.
Artem Belevich via cfe-commits
- [PATCH] D12155: ARM: Error out on apple darwin platforms if float-abi is "hard"
Akira Hatanaka via cfe-commits
- patch: clarify diagnostic when returned value doesn't match function return type
Nick Lewycky via cfe-commits
- [PATCH] D11664: [CUDA] Implemented additional processing steps needed to link with CUDA libdevice bitcode.
Eric Christopher via cfe-commits
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl via cfe-commits
- [PATCH] D11280: [CUDA] Improve CUDA compilation pipeline creation.
Eric Christopher via cfe-commits
- r245871 - Revert r245866.
Akira Hatanaka via cfe-commits
- [PATCH] D11963: Create a __config_site file to capture configuration decisions.
Eric Fiselier via cfe-commits
- [PATCH] D12247: [libc++] remove possible trailing padding from aligned_storage
Yiran Wang via cfe-commits
- [PATCH] D12294: Misc cleanups re-commandeered from D11963.
Jonathan Roelofs via cfe-commits
- [libcxx] r245876 - Misc drive-by cleanups. NFC
Jonathan Roelofs via cfe-commits
- [libcxx] r245877 - Move test/std/utilities/date.time to proper stable name utilities/time/date.time
Eric Fiselier via cfe-commits
- r245879 - [MS ABI] Don't emit stackrestore in cleanups
David Majnemer via cfe-commits
- r245881 - [modules] Remove unnecessary deserialization of fully-external HeaderFileInfos for all files we've seen in this compilation.
Richard Smith via cfe-commits
- [PATCH] D12297: [libcxx] Fix most undefined behavior in <list>
Eric Fiselier via cfe-commits
- [PATCH] D12299: [libcxx] ABI-Breaking Fix for ALL undefined behavior in <list>.
Eric Fiselier via cfe-commits
- [PATCH] D12301: [PATCH] New checker for UB in handler of a function-try-block
Aaron Ballman via cfe-commits
- [libclc] r245894 - Update mailing list reference.
Peter Collingbourne via cfe-commits
- [PATCH] D11857: CFI: Introduce -fsanitize=cfi-icall flag.
Kostya Serebryany via cfe-commits
- [PATCH] D12215: [UBSan] Add the ability to print more precise error kind in summary line.
Alexey Samsonov via cfe-commits
- [PATCH] D11737: Add -linker (and -linker=) alias for -fuse-ld=
Eric Christopher via cfe-commits
- r245901 - [ARM NEON] Add missing AArch64 vget tests.
Ahmed Bougacha via cfe-commits
- [PATCH] D12038: CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Peter Collingbourne via cfe-commits
- r245904 - [ARM NEON] Replace redundant code with a new GetFloatNeonType. NFC.
Ahmed Bougacha via cfe-commits
- r245906 - [ARM NEON] Use CGF cached Types instead of llvm::Type::get. NFC.
Ahmed Bougacha via cfe-commits
- r245908 - Use GetLinkerPath utility function to find linker for NaCl toolchain
Derek Schuff via cfe-commits
- r245909 - broken test. uses system ld.gold
Derek Schuff via cfe-commits
- r245910 - Revert "broken test. uses system ld.gold"
Derek Schuff via cfe-commits
- [PATCH] D12265: [ZORG] Add support for libc++ to SphinxDocBuilder.py
Eric Fiselier via cfe-commits
- r245913 - [clang-cl] Only respect /Oy- for x86_32
David Majnemer via cfe-commits
- r245914 - Reimplement the PPC explicit option checking to be a bit more obvious
Eric Christopher via cfe-commits
- r245915 - [ARM NEON] Remove the old AArch64 vset_lane tests. NFC.
Ahmed Bougacha via cfe-commits
- [PATCH] D12306: [OpenMP] Implement the creation and registration of the offloading descriptor.
Samuel Antao via cfe-commits
- [libcxx] r245918 - Refactor and fix more flaky shared_mutex tests
Eric Fiselier via cfe-commits
- [PATCH] D12312: Emiting invariant.group.barrier and adding -fstrict-vptrs
Piotr Padlewski via cfe-commits
- [libcxx] r245922 - Mark test as XFAIL with MSAN until D12311 gets committed
Eric Fiselier via cfe-commits
- [PATCH] D11700: Added remove taint support to ProgramState.
Ted Kremenek via cfe-commits
- r245821 - [modules] Stop updating all identifiers when writing a module. This is
Sean Silva via cfe-commits
- [PATCH] D12313: Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin via cfe-commits
- [PATCH] D12134: [DEBUG INFO] Source correlation for lambda captured values.
Eric Christopher via cfe-commits
- r245923 - [X86] Expose the various _rot intrinsics on non-MS platforms
Michael Kuperstein via cfe-commits
- [clang-tools-extra] r245926 - Tests no longer need the 'REQUIRES: SHELL' line.
Angel Garcia Gomez via cfe-commits
- r245929 - Revert r245923 since it breaks mingw.
Michael Kuperstein via cfe-commits
- [clang-tools-extra] r245933 - Add replace-auto_ptr check.
Angel Garcia Gomez via cfe-commits
- [PATCH] D11361: [OpenMP] Target directive host codegen
Alexey Bataev via cfe-commits
- r245934 - clang-format: Add space before member function reference qualifiers.
Daniel Jasper via cfe-commits
- r245935 - Extract handling of user defined features into a function so we can
Eric Christopher via cfe-commits
- r245936 - Rewrite the PPC target feature handling to more resemble other targets.
Eric Christopher via cfe-commits
- r245937 - [OPENMP 4.0] Initial support for array sections.
Alexey Bataev via cfe-commits
- [PATCH] D12321: Avoid LoopConvertCheck replacements in template instantiations.
Angel Garcia via cfe-commits
- [PATCH] D12134: Improve debug info for implicitly captured vars in lambdas
David Blaikie via cfe-commits
- r245939 - Fix possible crash on null base or type for array elements.
Alexey Bataev via cfe-commits
- r245941 - Convert SampleProfile pass into a Module pass.
Diego Novillo via cfe-commits
- [clang-tools-extra] r245942 - Avoid LoopConvertCheck replacements in template instantiations.
Angel Garcia Gomez via cfe-commits
- [PATCH] D11297: PR17829: Functions declared extern "C" with a name matching a mangled C++ function are allowed
Andrey Bokhanko via cfe-commits
- [PATCH] D12137: Fix 4 typos in test/CodeGenCXX/
Reid Kleckner via cfe-commits
- r245949 - [Static Analyzer] Fixed a typo in a diagnostic message.
Gabor Horvath via cfe-commits
- r245951 - [Static Analyzer] Fix tests to reflect the change in the diagnostic message.
Gabor Horvath via cfe-commits
- r245953 - [Sema] Handle leading and trailing __ for GNU attributes
David Majnemer via cfe-commits
- [PATCH] D12123: [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Gábor Horváth via cfe-commits
- Implict casts disappeared from syntactic init list expressions in C++
Abramo Bagnara via cfe-commits
- [PATCH] D11789: Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange
Nathan Wilson via cfe-commits
- [PATCH] D12326: [Modules] Emit warning if module cannot instantiate static class member.
Serge Pavlov via cfe-commits
- r245965 - Revert r245879. Speculative, might have caused crbug.com/524604
Nico Weber via cfe-commits
- [PATCH] D12209: [libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
Jonathan Roelofs via cfe-commits
- [PATCH] D8774: [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев via cfe-commits
- [PATCH] D9357: [analyzer] Support spaces in compiler path and arguments.
Антон Ярцев via cfe-commits
- r245975 - [X86] Remove unnecessary MMX declarations from Intrin.h
Simon Pilgrim via cfe-commits
- [PATCH] D12272: [X86] Remove unnecessary MMX declarations from Intrin.h
Simon Pilgrim via cfe-commits
- [PATCH] D12340: [X86] Remove unnecessary 3DNow declarations from Intrin.h
Simon Pilgrim via cfe-commits
- [PATCH] D9040: [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Антон Ярцев via cfe-commits
- r245979 - Clarify the error message when the reason the conversion is not viable is because the returned value does not match the function return type.
Nick Lewycky via cfe-commits
- r245985 - Make sure that we evaluate __attribute__((enable_if)) on a method with no overloads. Patch by Ettore Speziale!
Nick Lewycky via cfe-commits
- [PATCH] D12344: ARM: Error out if float-ab=hard and abi=apcs-gnu on macho platforms
Akira Hatanaka via cfe-commits
- r245987 - [Headers][X86] Add -O0 assembly tests for avx2 intrinsics.
Ahmed Bougacha via cfe-commits
- [PATCH] D12212: [Headers][X86] Add -O0 assembly tests for intrinsics.
Ahmed Bougacha via cfe-commits
- r245992 - [Headers] Require x86-registered for r245987 codegen tests.
Ahmed Bougacha via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Richard Smith via cfe-commits
- [PATCH] D12352: Clang part -- Changing @llvm.objectsize(i8*, i1) to @llvm.objectsize(i8*, i8)
George Burgess IV via cfe-commits
- [PATCH] D4447: [libcxx] Fixes libc++ bug #19921 - Remove additional overloads for std::complex
Eric Fiselier via cfe-commits
- r246003 - Add missing newline.
Ted Kremenek via cfe-commits
- r246005 - Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange
Nathan Wilson via cfe-commits
- r246006 - Update file comment to more accurately describe what's implemented.
Eric Christopher via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Eric Fiselier via cfe-commits
- r246014 - [Sema] Don't assume CallExpr::getDirectCallee will succeed
David Majnemer via cfe-commits
- [PATCH] D12355: [libcxx] Optimize away unneeded length calculation in basic_string::compare(const char*)
Eric Fiselier via cfe-commits
- r246020 - Remove a TODO that isn't going to get fixed in this way.
Eric Christopher via cfe-commits
- r246021 - Remove dead code associated with parsing and setting ABI based on
Eric Christopher via cfe-commits
- [libcxx] r246022 - Remove XFAIL in test. The bug causing it has been fixed.
Eric Fiselier via cfe-commits
- r246024 - Group some of the inline assembly related function prototypes near
Eric Christopher via cfe-commits
- r246026 - Make FileManager::getFileSystemOptions consistent with CompilerInstance::getFileSystemOpts
Yaron Keren via cfe-commits
- r246027 - Convert a bunch of loops to ranged-for and clean up accordingly.
Eric Christopher via cfe-commits
- [PATCH] D12358: [Analyzer] Handling constant bound loops
Sean Eveson via cfe-commits
- [PATCH] D12359: New warning -Wnonconst-parameter when a pointer parameter can be const
Daniel Marjamäki via cfe-commits
- [PATCH] D12361: LoopConvert no longer take as alias references to other containers.
Angel Garcia via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [clang-tools-extra] r246034 - LoopConvert no longer take as alias references to other containers.
Angel Garcia Gomez via cfe-commits
- [PATCH] D12365: Make SideEffectFinder publicly available (nfc)
scott douglass via cfe-commits
- [PATCH] D12366: Avoid unnecessarily storing vtable pointers in more destructor cases
scott douglass via cfe-commits
- [PATCH] D12368: Add a clang release note about raising the minimum Windows version for the next major release
Greg Bedwell via cfe-commits
- r246037 - [ASTMatchers] Add type matcher for SubstTemplateTypeParmType.
Samuel Benzaquen via cfe-commits
- [PATCH] D12369: [clang-format] Fix alignConsecutiveAssignments not working properly
Beren Minor via cfe-commits
- [PATCH] D12370: Fix another LoopConvert fail.
Angel Garcia via cfe-commits
- [clang-tools-extra] r246039 - Fix another LoopConvert fail.
Angel Garcia Gomez via cfe-commits
- r246040 - Change Native Client x86 usr include and link path to match SDK expectations
Derek Schuff via cfe-commits
- [PATCH] D11271: Change Native Client x86 usr include and link path to match SDK expectations
Derek Schuff via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- [PATCH] D11844: [Modules] More descriptive diagnostics for misplaced import directive
Serge Pavlov via cfe-commits
- [PATCH] D12375: [PATCH] Relax parse ordering rules for attributes
Aaron Ballman via cfe-commits
- r246054 - [ARM] Error out if float-ab=hard and abi=apcs-gnu on macho platforms.
Akira Hatanaka via cfe-commits
- [libcxx] r246055 - Refactor flaky shared_mutex tests
Eric Fiselier via cfe-commits
- [PATCH] D11333: [libcxx] Add special warning flag detection logic to compiler.py
Jonathan Roelofs via cfe-commits
- [PATCH] D12378: [OpenCL] Improve diagnostics detecting implicit vector conversion.
Alexey Bader via cfe-commits
- [PATCH] D11553: [libcxx] Rewrite C++03 __invoke.
Marshall Clow via cfe-commits
- [libcxx] r246068 - [libcxx] Rewrite C++03 __invoke.
Eric Fiselier via cfe-commits
- [libcxx] r246069 - [libcxx] Add special warning flag detection logic to compiler.py
Eric Fiselier via cfe-commits
- [libcxx] r246070 - [libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
Eric Fiselier via cfe-commits
- [PATCH] D12379: Fix the bugs in the mapDiagnosticRanges (Still in progress)
Zhengkai Wu via cfe-commits
- [PATCH] D11740: ABI versioning macros for libc++
Evgeniy Stepanov via cfe-commits
- r246083 - [X86][SSE] Add _mm_undefined_* intrinsics
Simon Pilgrim via cfe-commits
- [PATCH] D12052: [X86][SSE] Add _mm_undefined_* intrinsics
Simon Pilgrim via cfe-commits
- [PATCH] D12381: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.
Gábor Horváth via cfe-commits
- Fwd: [PATCH] __attribute__((enable_if)) and non-overloaded member functions
Nick Lewycky via cfe-commits
- [PATCH] __attribute__((enable_if)) and non-overloaded member functions
Ettore Speziale via cfe-commits
- r246088 - [ms-inline-asm] Add field access to MS inline asm identifier lookup
Reid Kleckner via cfe-commits
- r246093 - Corrected 3 typos. NFC
Charles Li via cfe-commits
- [PATCH] D12221: [RFC] Introduce `__attribute__((nontemporal))`.
Michael Zolotukhin via cfe-commits
- [PATCH] D12382: Extend linux header search to find libc++ headers in c++/vN for any N.
Evgeniy Stepanov via cfe-commits
- r246094 - [ARM] Mark mcr/mrc builtin operands as required-immediate.
Ahmed Bougacha via cfe-commits
- r246095 - DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12384: Libc++abi: find libc++ headers w/o find_path
Evgeniy Stepanov via cfe-commits
- [PATCH] D12385: Generating Assumption loads fix
Piotr Padlewski via cfe-commits
- r246099 - DI: Update DISubprogram testcases after LLVM r246098
Duncan P. N. Exon Smith via cfe-commits
- r246105 - [Static Analyzer] Checks to catch nullability related issues.
Gabor Horvath via cfe-commits
- [libcxx] r246113 - Creating release candidate rc4 from release_370 branch
Hans Wennborg via cfe-commits
- [libcxxabi] r246114 - Creating release candidate rc4 from release_370 branch
Hans Wennborg via cfe-commits
- [libunwind] r246120 - Creating release candidate rc4 from release_370 branch
Hans Wennborg via cfe-commits
- r246122 - Pull out cpu string -> enum parsing for x86 as a separate function,
Eric Christopher via cfe-commits
- r246124 - [modules] The key to a DeclContext name lookup table is not actually a
Richard Smith via cfe-commits
- [PATCH] D12389: Conditionalize X86 Darwin MaxVectorAlign on the presence of AVX.
Ahmed Bougacha via cfe-commits
- [PATCH] D12390: Also enable the avx/avx512 ABIs for i386, not just x86_64.
Ahmed Bougacha via cfe-commits
- r246127 - const-ify X86TargetInfo::getCPUKind.
Eric Christopher via cfe-commits
- r246128 - Pass in a cpu to initDefaultFeatures so that we can share this code
Eric Christopher via cfe-commits
- [libunwind] r246143 - [libunwind] Remove unused includes.
Peter Zotov via cfe-commits
- [PATCH] D12400: Fix store detection for return value in CGCall
Jakub Kuderski via cfe-commits
- [PATCH] D12401: Handling i686 architecture in makefiles for clang.
Nishanth H. Kottary via cfe-commits
- [PATCH] D12402: PR24595: clang-cl fails to compile vswriter.h header from Windows SDK 8.1 in 32 bit mode
Andrey Bokhanko via cfe-commits
- [PATCH] D12163: [Patch] [Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.empty() && "No error node found in the trimmed graph" (PR 24184)
Ying Yi via cfe-commits
- r246146 - clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
Daniel Jasper via cfe-commits
- [PATCH] D12405: [clang-format-vs] Format the whole document if nothing is selected
Beren Minor via cfe-commits
- [PATCH] D12406: [Analyzer] Add -analyzer-config option for function size the inliner considers as large
Sean Eveson via cfe-commits
- [libcxx] r246150 - Remove a switch statement, and replace with a bunch of ifs to silence a warning about 'all the enumeration values covered'. No functional change.
Marshall Clow via cfe-commits
- [PATCH] D9639: Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Daniel Jasper via cfe-commits
- [PATCH] D11433: [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.
Gábor Horváth via cfe-commits
- r245779 - [modules] Rearrange how redeclaration chains are loaded, to remove a walk over
Justin Bogner via cfe-commits
- [libcxx] r246168 - Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs via cfe-commits
- [clang-tools-extra] r246169 - [clang-tidy] Update docs for clang-tidy checks. NFC
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r246170 - [clang-tidy] Renamed a test file to <check-name>.cpp.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r246173 - [clang-tidy] Move clang-tidy docs to a separate directory. Create doc files for checks
Alexander Kornienko via cfe-commits
- r246174 - [CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich via cfe-commits
- r246180 - const-ify TargetInfo::handleUserFeatures.
Eric Christopher via cfe-commits
- r246182 - [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.
Gabor Horvath via cfe-commits
- r246183 - [Tests] Modified Lit Tests to be C++11 compatibile
Charles Li via cfe-commits
- r246188 - [Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.empty() && "No error node found in the trimmed graph"
Gabor Horvath via cfe-commits
- r246189 - Improve options printed on vectorization analysis diagnostics.
Tyler Nowicki via cfe-commits
- [PATCH] D12411: [PATCH] Expose AST language options to checkers
Aaron Ballman via cfe-commits
- r246192 - Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl via cfe-commits
- [PATCH] D12412: [CodeGen] Point empty %invoke.cont block to successor
Vedant Kumar via cfe-commits
- r246193 - [CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich via cfe-commits
- [PATCH] D11950: [CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich via cfe-commits
- r246195 - Rewrite the code generation handling for function feature and cpu attributes.
Eric Christopher via cfe-commits
- r246196 - Rename this file to have a processor suffix to help identify.
Eric Christopher via cfe-commits
- r246197 - Target attribute syntax compatibility fix - gcc uses no- rather than mno-.
Eric Christopher via cfe-commits
- r246200 - [X86] Add __builtin_ia32_undef* intrinsics to test
Simon Pilgrim via cfe-commits
- r246202 - Remove a dead assert, we'd have gotten the case above.
Eric Christopher via cfe-commits
- r246204 - [X86][F16C] Added debug codegen test for F16C intrinsics
Simon Pilgrim via cfe-commits
- r246206 - [X86][FMA4] Added debug codegen test for FMA4 intrinsics
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r246209 - Expose language options to the checkers; disable UseNullptrCheck when not compiling in C++11 mode.
Aaron Ballman via cfe-commits
- r246210 - CGDebugInfo: Factor out a getOrCreateStandaloneType() method.
Adrian Prantl via cfe-commits
- r246211 - [X86][XOP] Added debug codegen test for XOP intrinsics
Simon Pilgrim via cfe-commits
- r246213 - Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski via cfe-commits
- r246214 - Assume loads fix #2
Piotr Padlewski via cfe-commits
- r246215 - Don't call a member function on a null pointer.
Richard Smith via cfe-commits
- [PATCH] D12181: [sanitizer] Add -fsanitize-trap-function.
Josh Gao via cfe-commits
- r246223 - [X86][3DNow] Added debug codegen test for 3DNow! intrinsics
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r246224 - Reverting r246209 while I investigate a build bot failure: http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/30516
Aaron Ballman via cfe-commits
- r246225 - Use an explicit assignment.
Eric Christopher via cfe-commits
- r246228 - [X86] Use AVX features instead of ABI to init. SimdDefaultAlign.
Ahmed Bougacha via cfe-commits
- [PATCH] D12081: Add use-nullptr check to clang-tidy.
Aaron Ballman via cfe-commits
- r246229 - [X86] Conditionalize Darwin MaxVectorAlign on the presence of AVX.
Ahmed Bougacha via cfe-commits
- r246230 - [X86] Bump Darwin MaxVectorAlign to 64 when AVX512 is enabled.
Ahmed Bougacha via cfe-commits
- [PATCH] D10724: Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
Ahmed Bougacha via cfe-commits
- r246231 - CGDebugInfo: Instead of uniquing RetainedTypes, just refrain from retaining
Adrian Prantl via cfe-commits
- r246237 - Fix macro backtrace printing.
Richard Trieu via cfe-commits
- [clang-tools-extra] r246238 - [clang-tidy] Documented the reason to run the test in C++98 mode.
Alexander Kornienko via cfe-commits
- [PATCH] D11815: Pass subtarget feature "force-align-stack"
hfinkel at anl.gov via cfe-commits
- [PATCH] D12135: [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier via cfe-commits
- [PATCH] D11380: Implement LFTS searchers. Boyer_Moore and Boyer_Moore_Horspool
Eric Fiselier via cfe-commits
- [PATCH] D12422: Allow TLS vars in dllimport/export functions; only inline dllimport functions when safe (PR24593)
Hans Wennborg via cfe-commits
- [libcxx] r246250 - Creating release candidate final from release_370 branch
Hans Wennborg via cfe-commits
- [libcxxabi] r246251 - Creating release candidate final from release_370 branch
Hans Wennborg via cfe-commits
- [libunwind] r246257 - Creating release candidate final from release_370 branch
Hans Wennborg via cfe-commits
- r246259 - Merge the two feature map setting functions into a single function
Eric Christopher via cfe-commits
- r246260 - Instead of duplicating code, call the base implementation.
Eric Christopher via cfe-commits
- r246263 - PR24597: Fix in-place evaluation of call expressions to provide a proper "this"
Richard Smith via cfe-commits
- [libcxx] r246266 - [libcxx] Optimize away unneeded length calculation in basic_string::compare(const char*)
Eric Fiselier via cfe-commits
- [libcxx] r246270 - Fix bug in test_allocator<void> that used the wrong value to represent object state
Eric Fiselier via cfe-commits
- [PATCH] D12173: [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode
Marshall Clow via cfe-commits
- [libcxx] r246271 - [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier via cfe-commits
- [libcxx] r246272 - [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode
Eric Fiselier via cfe-commits
- [libcxx] r246273 - Remove empty file that arcanist created
Eric Fiselier via cfe-commits
- [libcxx] r246275 - Finally get the test suite passing in C++03!!
Eric Fiselier via cfe-commits
- r246278 - [OPENMP 4.0] Codegen for array sections.
Alexey Bataev via cfe-commits
- [libcxx] r246280 - Fix most GCC warnings during build. Only -Wattribute left.
Eric Fiselier via cfe-commits
- r246282 - Revert r246214 and r246213
Steven Wu via cfe-commits
- r246288 - Revert "[OPENMP 4.0] Codegen for array sections."
Daniel Jasper via cfe-commits
- r246295 - Support Debian s390x multiarch paths
Sylvestre Ledru via cfe-commits
- [clang-tools-extra] r246298 - Reapplying r246209, which exposed language options to the checkers. This time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code.
Aaron Ballman via cfe-commits
- r246303 - fix typo; NFC
Sanjay Patel via cfe-commits
- [PATCH] D12435: [Concepts] Add diagnostic; invalid specifier on function or variable concept declaration
Nathan Wilson via cfe-commits
- [PATCH][Solaris] Default to -fno-cxa-finalize
Xan López via cfe-commits
- [PATCH][Solaris] Add -lc also when linking shared libraries
Xan López via cfe-commits
- [clang-tools-extra] r246310 - Disable several more clang-tidy modernize checkers when not compiling in C++ mode. Loop conversion would make recommendations for C code, so added a test to ensure that does not happen. The pass by value, use auto and replace auto_ptr checkers would not make recommendations for C code, and are disabled for performance reasons, but do not require an extra test.
Aaron Ballman via cfe-commits
- [PATCH] D12444: [Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
Vedant Kumar via cfe-commits
- [clang-tools-extra] r246318 - Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct.
Aaron Ballman via cfe-commits
- r246319 - Revert "[X86][F16C] Added debug codegen test for F16C intrinsics"
Renato Golin via cfe-commits
- r246320 - Revert "[X86][FMA4] Added debug codegen test for FMA4 intrinsics"
Renato Golin via cfe-commits
- r246321 - Revert "[X86][XOP] Added debug codegen test for XOP intrinsics"
Renato Golin via cfe-commits
- r246322 - Adding an AST matcher for namespaceAliasDecl.
Aaron Ballman via cfe-commits
- r246323 - Revert "[X86][3DNow] Added debug codegen test for 3DNow! intrinsics"
Renato Golin via cfe-commits
- r246324 - Updating the AST matcher documentation with a new entry; NFC.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r246325 - Updated to make use of the AST matcher instead of a custom matcher; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D12445: [Static Analyzer] Remove sinks from nullability checks.
Gábor Horváth via cfe-commits
- [PATCH] D12446: [PATCH] Enable clang-tidy misc-static-assert for C11
Aaron Ballman via cfe-commits
- r246338 - Allow TLS vars in dllimport/export functions; only inline dllimport functions when safe (PR24593)
Hans Wennborg via cfe-commits
- r246345 - [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region.
Devin Coughlin via cfe-commits
- r246346 - Fold TargetInfo::handleUserFeatures into TargetInfo::initFeatureMap.
Eric Christopher via cfe-commits
- r246347 - PR24612: Don't bail out of checking a constexpr function before checking
Richard Smith via cfe-commits
- [PATCH] D12453: [CUDA] Allow function overloads based on host/device attributes.
Artem Belevich via cfe-commits
- r246348 - Follow-up to r246338: use getParentFunctionOrMethod
Hans Wennborg via cfe-commits
- [PATCH] Change memcpy/memmove/memset to have dest and source alignment
Pete Cooper via cfe-commits
- [PATCH] D1623: Support __builtin_ms_va_list.
Charles Davis via cfe-commits
- [PATCH] D12458: [clang] add __builtin_unpredictable and convert to metadata
Sanjay Patel via cfe-commits
- [PATCH] D12462: [PATCH] [clang-tidy] Add inconsistent declaration parameter name check
Piotr Dziwinski via cfe-commits
- [PATCH] D12466: Fix empty -L Path on OSX hosts
Martell Malone via cfe-commits
- r246355 - Add a check for a function we're not testing.
Eric Christopher via cfe-commits
- r246359 - [AST] Don't crash when comparing incomplete object
David Majnemer via cfe-commits
- [PATCH] fix parentheses location in a CXXConstructExpr
Olivier Goffart via cfe-commits
- r246363 - [X86] Reapplied r246204, r246206, r246211, r246223
Simon Pilgrim via cfe-commits
- r246368 - Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth via cfe-commits
- [PATCH] D12471: Correct documentation for numSelectorArgs matcher
Dave Lee via cfe-commits
- r246375 - Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth via cfe-commits
- [PATCH] D12473: [clang-tidy] Add old style function check
Piotr Dziwinski via cfe-commits
- r246384 - [OpenMP] Make the filetered clause iterator a real iterator and type safe.
Benjamin Kramer via cfe-commits
- r246385 - Make test resistant to false matches of numbered (unnamed) labels inside other numbers.
Yaron Keren via cfe-commits
- [PATCH] D12482: Analyzer: Teach analyzer how to handle TypeTraitExpr
Ismail Pazarbasi via cfe-commits
- r246391 - Fix test for Release builds, the label form is <label>:14, not <label>14.
Yaron Keren via cfe-commits
- [libcxx] r246392 - Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier via cfe-commits
- r246393 - [OpenCL] Improve diagnostics detecting implicit vector conversion.
Alexey Bader via cfe-commits
- [PATCH] D11976: [libclang] Return deduced type for auto type, not the one written in the source.
Manuel Klimek via cfe-commits
- [libcxx] r246399 - Suppress clang warnings in some tests
Eric Fiselier via cfe-commits
- [PATCH] D8178: [libcxx] Fix PR22806 - Tuple incorrectly selects copy/move constructor when storing nested tuple-like types.
Eric Fiselier via cfe-commits
- [libcxx] r246408 - Move __lazy_* metafunctions to type traits and add tests
Eric Fiselier via cfe-commits
- [libunwind] r246413 - [libunwind] Add support for OpenRISC 1000.
Peter Zotov via cfe-commits
Last message date:
Sun Aug 30 22:26:38 PDT 2015
Archived on: Mon Aug 31 01:49:25 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).