The Week Of Monday 29 June 2015 Archives by subject
Starting: Mon Jun 29 00:18:09 PDT 2015
Ending: Sun Jul 5 23:23:06 PDT 2015
Messages: 449
- [clang-tools-extra] r240938 - [clang-tidy] Fix false positives in the macro parentheses checker
Daniel Marjamaki
- [clang-tools-extra] r241155 - [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...
Alexander Kornienko
- [clang-tools-extra] r241160 - [clang-tidy] minor coding style tweak. make functions static.
Daniel Marjamaki
- [clang-tools-extra] r241245 - [clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...
Daniel Marjamaki
- [clang-tools-extra] r241330 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [clang-tools-extra] r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Yaron Keren
- [clang-tools-extra] r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
David Blaikie
- [clang-tools-extra] r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Yaron Keren
- [clang-tools-extra] r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Eugene Kosov
- [libcxx] r241013 - Mark LWG#2439 as complete. This is a tightening up the wording; no code changes required.
Marshall Clow
- [libcxx] r241064 - Mark LWG#2266 as complete. This is a tightening up the wording; no code changes required.
Marshall Clow
- [libcxx] r241067 - Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
- [libcxx] r241068 - Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit'
Marshall Clow
- [libcxx] r241091 - Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map>
Marshall Clow
- [libcxx] r241092 - Forgot the support include file in r241091
Marshall Clow
- [libcxx] r241095 - K-ballo pointed out that I missed one of the specializations of packaged_task when I committed r241068. Thanks for the catch.
Marshall Clow
- [libcxx] r241111 - Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 requires any changes to the library.
Marshall Clow
- [libcxx] r241190 - Noticed that std::allocator<const T> was missing the definition for is_always_equal. Fixed this, and added a test for it.
Marshall Clow
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Reid Kleckner
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Duncan P. N. Exon Smith
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Teresa Johnson
- [PATCH] [anayzer] Basic checker option validation
Gábor Horváth
- [PATCH] [anayzer] Basic checker option validation
Anna Zaks
- [PATCH] [anayzer] Basic checker option validation
Gábor Horváth
- [PATCH] [ARM] Save option "arm-long-calls" to the IR as a function attribute
Eric Christopher
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Alexander Kornienko
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Beren Minor
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Alexander Kornienko
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Beren Minor
- [PATCH] [Clang] Implement basic MinGW32 version-independent installation detection
Yaron Keren
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Hal Finkel
- [PATCH] [mips] Interrupt attribute support.
Simon Dardis
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Ben Langmuir
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Richard Smith
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] [modules] PR20507: Avoid silent textual inclusion.
Sean Silva
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Alexey Bataev
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Alexey Bataev
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.
John McCall
- [PATCH] [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.
Alexey Bataev
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Bataev, Alexey
- [PATCH] [PATCH] [CONCEPTS] Parsing of concept keyword
Nathan Wilson
- [PATCH] [PATCH] [CONCEPTS] Parsing of concept keyword
Richard Smith
- [PATCH] [PPC] Implement vmrgew and vmrgow instructions
Bill Schmidt
- [PATCH] [SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
- [PATCH] [SEH] Add 32-bit lowering for SEH __try
David Majnemer
- [PATCH] [SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
- [PATCH] [Sema] Catch a case when 'volatile' qualifier is dropped while binding
Davide Italiano
- [PATCH] [Shave]: allow Clang to run the target linker.
Douglas Katzman
- [PATCH] [Shave]: allow Clang to run the target linker.
James Y Knight
- [PATCH] [Static Analyzer] Minor improvements to SATest
Gábor Horváth
- [PATCH] [Static Analyzer] Minor improvements to SATest
Anna Zaks
- [PATCH] [Static Analyzer] Minor improvements to SATest
Phabricator
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Reid Kleckner
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Reid Kleckner
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Reid Kleckner
- [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
Asaf Badouh
- [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
Elena Demikhovsky
- [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
Asaf Badouh
- [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
Asaf Badouh
- [PATCH] Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com
- [PATCH] Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] Add missing atomic libcall support.
James Y Knight
- [PATCH] Add missing atomic libcall support.
David Majnemer
- [PATCH] Add missing atomic libcall support.
James Y Knight
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 2)
Eric Christopher
- [PATCH] Allow deque to handle incomplete types
Evgeniy Stepanov
- [PATCH] AST matcher for catch(...)
Aaron Ballman
- [PATCH] AST matcher for catch(...)
Manuel Klimek
- [PATCH] AST matcher for catch(...)
Aaron Ballman
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] Attach attribute "trap-func-name" to IR function
Eric Christopher
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] Attach attribute "trap-func-name" to IR function
Eric Christopher
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] Attach attribute "trap-func-name" to IR function
Eric Christopher
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Renato Golin
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- [PATCH] clang-cl: For files setting output names, mention which flags they go with
Nico Weber
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Birunthan Mohanathas
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Manuel Klimek
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Daniel Jasper
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Birunthan Mohanathas
- [PATCH] clang-format: Add Block{Begin,End}Macros option
Birunthan Mohanathas
- [PATCH] clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Daniel Jasper
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- [PATCH] clang-format: Add SpaceAfterTemplate
Birunthan Mohanathas
- [PATCH] clang-format: Add SpaceAfterTemplate
Daniel Jasper
- [PATCH] clang-format: Add SpaceAfterTemplate
Birunthan Mohanathas
- [PATCH] clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
Daniel Jasper
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
strager
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
strager
- [PATCH] clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
strager
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
strager
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
strager
- [PATCH] clang-format: Treat 'operator new' as function name.
strager
- [PATCH] clang-format: Treat 'operator new' as function name.
Birunthan Mohanathas
- [PATCH] clang-format: Treat 'operator new' as function name.
strager
- [PATCH] Clang-tidy macro parantheses checker, fix false positives for some c++ type usages
Daniel Marjamäki
- [PATCH] Clang-tidy macro parantheses checker, fix false positives for some c++ type usages
Alexander Kornienko
- [PATCH] Clang-tidy macro parantheses checker, fix false positives for some c++ type usages
Daniel Marjamäki
- [PATCH] Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
David Majnemer
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
David Majnemer
- [PATCH] CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Richard Smith
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] Convert index operand to 32bit before creating the shuffle mask
Moritz Pflanzer
- [PATCH] D10536: [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- [PATCH] D10599: [OPENMP] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- [PATCH] D10634: Loss of Sign Checker
Daniel Marjamäki
- [PATCH] D10634: Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] D10634: Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] D10736: [PPC] Implement vmrgew and vmrgow instructions
Kit Barton
- [PATCH] D10737: [Support] Lazy load of dbghlp.dll on Windows
Phabricator
- [PATCH] D10831: Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] D10831: Attach attribute "trap-func-name" to IR function
Akira Hatanaka
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Alexandros Lamprineas
- [PATCH] D10839: code refactoring on ARMTargetInfo class
Renato Golin
- [PATCH] D10840: clang-format: Add Block{Begin,End}Macros option
Daniel Jasper
- [PATCH] D10840: clang-format: Add Block{Begin,End}Macros option
Birunthan Mohanathas
- [PATCH] D10857: Update documentation for unroll pragmas on loops with runtime trip counts
hfinkel at anl.gov
- [PATCH] D10875: Add missing builtins to altivec.h for ABI compliance (vol. 2)
Bill Schmidt
- [PATCH] D10875: Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- [PATCH] D10875: Add missing builtins to altivec.h for ABI compliance (vol. 2)
Eric Christopher
- [PATCH] D10875: Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- [PATCH] D10883: clang-format: Add Mozilla brace breaking style
Daniel Jasper
- [PATCH] D10892: warning when inner condition is identical
Kim Gräsman
- [PATCH] D10892: warning when inner condition is identical
Daniel Marjamäki
- [PATCH] D10907: [CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
- [PATCH] D10908: [CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
- [PATCH] D10908: [CodeGen] Don't crash classifying a union of an AVX vector and an int
Sunil Srivastava
- [PATCH] D10916: [cmake] install clang-tblgen
Andrew Wilkins
- [PATCH] D10933: Add new IdentifierNaming check
Beren Minor
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Nico Weber
- [PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
- [PATCH] D10938: [Sema] Warn when shifting a negative value
Davide Italiano
- [PATCH] D10938: [Sema] Warn when shifting a negative value
Richard Smith
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Peter Collingbourne
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Rafael Espíndola
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Peter Collingbourne
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Rafael Ávila de Espíndola
- [PATCH] D10942: CodeGen: Test that we do not assign a comdat to available_externally globals.
Peter Collingbourne
- [PATCH] D10949: A step towards getting libclang tests working on Windows
Yaron Keren
- [PATCH] D5611: libclang plugin patch
Manuel Klimek
- [PATCH] D6376: Fix JSON compilation database command unescaping.
Manuel Klimek
- [PATCH] D6551: Improvements to scan-build.
Антон Ярцев
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Manuel Klimek
- [PATCH] D9126: PR23175 (unit test) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Manuel Klimek
- [PATCH] D9127: PR23175 (fix) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file
Manuel Klimek
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- [PATCH] D9414: [ARM] Save option "arm-long-calls" to the IR as a function attribute
Eric Christopher
- [PATCH] Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
- [PATCH] Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
- [PATCH] Driver: add support for linking the UBSan runtime library on Windows.
Alexey Samsonov
- [PATCH] Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Alexander Kornienko
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Alexander Kornienko
- [PATCH] Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Amjad Aboud
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
David Blaikie
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Aboud, Amjad
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Michael Kuperstein
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Justin Bogner
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Richard Smith
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Justin Bogner
- [PATCH] Implement shared_mutex re: N4508
Eric Fiselier
- [PATCH] Implement shared_mutex re: N4508
Marshall Clow
- [PATCH] Implement shared_mutex re: N4508
Eric Fiselier
- [PATCH] Implement shared_mutex re: N4508
Marshall Clow
- [PATCH] Implement shared_mutex re: N4508
Eric Fiselier
- [PATCH] Implement shared_mutex re: N4508
Marshall Clow
- [PATCH] Implement shared_mutex re: N4508
Marshall Clow
- [PATCH] improve clang's static analysis of __builtin_sprintf_chk()
Sam Parker
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Daniel Marjamäki
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Alexander Kornienko
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Daniel Marjamäki
- [PATCH] Instantiation all of local class members.
Serge Pavlov
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Make locale code compile on CloudABI.
Ed Schouten
- [PATCH] Mingw-w64 driver for clang
Reid Kleckner
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] Mingw-w64 driver for clang
İsmail Dönmez
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] Mingw-w64 driver for clang
İsmail Dönmez
- [PATCH] Mingw-w64 driver for clang
Ivan Garramona
- [PATCH] Mingw-w64 driver for clang
Ruben Van Boxem
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] Mingw-w64 driver for clang
Reid Kleckner
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
Ying Yi
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
David Blaikie
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
Ying Yi
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Eric Christopher
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Eric Christopher
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Eric Fiselier
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Nikola Smiljanić
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- [PATCH] Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Richard Smith
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Richard Smith
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Sphinx-based clang man pages
Sean Silva
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- [PATCH] Sphinx-based clang man pages
Sean Silva
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- [PATCH] Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- [PATCH] Update documentation for unroll pragmas on loops with runtime trip counts
Bjarke Hammersholt Roune
- [PATCH] Update documentation for unroll pragmas on loops with runtime trip counts
Mark Heffernan
- [PATCH] warning when inner condition is identical
Daniel Marjamäki
- [Phabricator] Username Changed
reviews at reviews.llvm.org
- [PING][PATCH v2] Respect alignment when loading up a coerced function argument
Ulrich Weigand
- [PING^2] Respect alignment of nested bitfields
Ulrich Weigand
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Justin Bogner
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- FW: Proposed patch (4th revision) adds TLS Max Alignment diagnostic
Li, Charles
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r240791 - clang-format some of the files in lib/Driver. NFC
Daniel Jasper
- r240791 - clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- r240791 - clang-format some of the files in lib/Driver. NFC
Nico Weber
- r240791 - clang-format some of the files in lib/Driver. NFC
Saleem Abdulrasool
- r240928 - AVX-512: Implemented AVX-512 FMA intrinsics and tests.
Elena Demikhovsky
- r240929 - [ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
- r240934 - clang-format: Don't indent relative to unary operators (some more).
Daniel Jasper
- r240937 - [X86][AVX512BW] Add more intrinsics support:
Asaf Badouh
- r240941 - [x86][AVX512CD] Add conflict and lzcnt intrinsics in their 512bit versions
Asaf Badouh
- r240957 - clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- r240959 - clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- r240963 - Remove unnecessary include.
Adrian Prantl
- r240968 - [Modules] Test lock file removed on signal
Ben Langmuir
- r240969 - Make __has_extension(assume_nonnull) always true.
Douglas Gregor
- r240971 - Account for calling convention specifiers in function definitions in IR test cases
David Blaikie
- r240974 - Instantiation of local class members.
Serge Pavlov
- r240976 - Make __has_feature(nullability) and __has_extension(nullability) always true.
Douglas Gregor
- r240977 - Fix a test case broken by my previous commit.
Douglas Gregor
- r240980 - Comment fixes. NFC.
Douglas Katzman
- r240984 - More range-based for loops. NFC
Douglas Katzman
- r240989 - [CodeGen] Remove atomic sugar from record types in isSafeToConvert
David Majnemer
- r240994 - Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
- r241019 - PR23942: a pure-specifier's integer literal must be spelled '0'
Richard Smith
- r241019 - PR23942: a pure-specifier's integer literal must be spelled '0'
Filipe Cabecinhas
- r241019 - PR23942: a pure-specifier's integer literal must be spelled '0'
Richard Smith
- r241019 - PR23942: a pure-specifier's integer literal must be spelled '0'
Filipe Cabecinhas
- r241032 - Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
- r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
- r241036 - Add two missing arguments.
Adrian Prantl
- r241037 - Sphinx-based clang man pages
Andrew Wilkins
- r241038 - [MS ABI] Workaround corner-case bug in the ABI for operator delete
David Majnemer
- r241043 - [CodeGen] Tweak isTriviallyRecursive further
David Majnemer
- r241043 - [CodeGen] Tweak isTriviallyRecursive further
H.J. Lu
- r241046 - Unbreak the Visual C++ 2013 build after r241032.
Yaron Keren
- r241047 - Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r240971.
NAKAMURA Takumi
- r241053 - [X86] Add FXSR intrinsics
Michael Kuperstein
- r241053 - [X86] Add FXSR intrinsics
David Majnemer
- r241053 - [X86] Add FXSR intrinsics
Kuperstein, Michael M
- r241055 - [X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR intrinsics
Michael Kuperstein
- r241059 - clang-format: Properly parse parenthesis in braced lists.
Daniel Jasper
- r241060 - [CONCEPTS] Parsing of concept keyword
Hubert Tong
- r241065 - [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
- r241073 - [Static Analyzer] Minor improvements to SATest.
Gabor Horvath
- r241077 - [clang-cl] Use /arch: to set the base target CPU
Reid Kleckner
- r241083 - Add a function to ExternalASTSource that returns a descriptor that
Adrian Prantl
- r241084 - Debug Info: Emit debug info for @import declarations.
Adrian Prantl
- r241084 - Debug Info: Emit debug info for @import declarations.
David Blaikie
- r241088 - Use an early exit to improve readability. (NFC)
Adrian Prantl
- r241088 - Use an early exit to improve readability. (NFC)
David Blaikie
- r241088 - Use an early exit to improve readability. (NFC)
Adrian Prantl
- r241090 - Relax this test so it also works on platforms that use characters other
Adrian Prantl
- r241098 - Update testcases: DICompileUnits are now created distinct by DIBuilder.
Adrian Prantl
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Nico Weber
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Alexey Samsonov
- r241102 - CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
- r241106 - More range-based-for-loopification. NFC
Douglas Katzman
- r241117 - [MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
- r241120 - [modules] Make sure macros get made visible in the top-level file if we've got
Richard Smith
- r241121 - Fix use-after-free.
Peter Collingbourne
- r241129 - Fix a TODO dealing with canonicalizing attributes on functions by
Eric Christopher
- r241130 - Fix sse4 for target attribute feature additions.
Eric Christopher
- r241131 - [Sema] Don't crash when deduction fails for decltype(auto)
David Majnemer
- r241133 - CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- r241134 - Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
- r241134 - Use a stable sort to guarantee target feature ordering in the IR
Rafael Espíndola
- r241134 - Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
- r241134 - Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
- r241135 - [modules] Make the include guard optimization fire a bit more when considering
Richard Smith
- r241135 - [modules] Make the include guard optimization fire a bit more when considering
Sean Silva
- r241136 - CodeGen: Do not give local-linkage functions externally available linkage, even temporarily.
Peter Collingbourne
- r241137 - [modules] Before checking whether the controlling macro of a header is defined,
Richard Smith
- r241140 - -frewrite-includes: Rework how includes and modules are differentiated
Justin Bogner
- r241140 - -frewrite-includes: Rework how includes and modules are differentiated
David Blaikie
- r241140 - -frewrite-includes: Rework how includes and modules are differentiated
Justin Bogner
- r241140 - -frewrite-includes: Rework how includes and modules are differentiated
David Blaikie
- r241141 - -frewrite-includes: Prefer insert to emplace
Justin Bogner
- r241144 - Fix a couple of unused variables in no-asserts
Justin Bogner
- r241145 - [OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
- r241146 - [modules] Don't require the 'inline' specifier when merging an inline function;
Richard Smith
- r241154 - [DebugInfo] Fix debug info generation for function static variables, typedefs, and records
Michael Kuperstein
- r241154 - [DebugInfo] Fix debug info generation for function static variables, typedefs, and records
David Blaikie
- r241154 - [DebugInfo] Fix debug info generation for function static variables, typedefs, and records
Kuperstein, Michael M
- r241171 - [SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
- r241177 - Revert "[DebugInfo] Fix debug info generation for function static variables, typedefs, and records"
David Blaikie
- r241180 - [modules] Skip trailing attributes when skipping a class definition during parse-merging.
Richard Smith
- r241182 - [modules] Don't make out-of-line member specializations of an instantiated
Richard Smith
- r241187 - [SEH] Delete the 32-bit IR lowering for __finally blocks and use x64
Reid Kleckner
- r241188 - clang-format: Support member function reference qualifiers with
Daniel Jasper
- r241195 - [Sema] Range-loopify InititializationSequence destructor. NFC intended.
Davide Italiano
- r241199 - [SEH] Update EmitCapturedLocals to match r241187
Reid Kleckner
- r241201 - [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- r241205 - [modules] Remove some out-of-date (fixed) FIXMEs.
Richard Smith
- r241207 - [modules] Merging support for specializations of a function template. This very
Richard Smith
- r241218 - InstrProf: Pack the coverage mapping structs that we write out
Justin Bogner
- r241218 - InstrProf: Pack the coverage mapping structs that we write out
Duncan P. N. Exon Smith
- r241218 - InstrProf: Pack the coverage mapping structs that we write out
Justin Bogner
- r241225 - Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
- r241228 - Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fixes the tests there.
Peter Collingbourne
- r241229 - Specify -arch:IA32. Should fix hexagon bot.
Peter Collingbourne
- r241229 - Specify -arch:IA32. Should fix hexagon bot.
Renato Golin
- r241229 - Specify -arch:IA32. Should fix hexagon bot.
Peter Collingbourne
- r241237 - [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.
Alexey Bataev
- r241239 - [OPENMP 4.0] Codegen for 'cancellation point' directive.
Alexey Bataev
- r241240 - [OPENMP 4.0] Fixed test for 'cancellation point' directive.
Alexey Bataev
- r241241 - Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
- r241242 - Change OptionalFlag::setPosition() to set the flag as well.
Ted Kremenek
- r241243 - Parse 'technical term' format specifier.
Ted Kremenek
- r241244 - Revert 241171, 241187, 241199 (32-bit SEH).
Nico Weber
- r241248 - Specify --target, hopefully fixing non-x86 bots.
Peter Collingbourne
- r241251 - [MS ABI] nullptr data member ptrs are mangled differently for classes vs fns
David Majnemer
- r241253 - [OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
- r241256 - Implement an AST matcher for C++ exception catch handlers that can catch any exception type (...).
Aaron Ballman
- r241257 - clang-format: [JS] Fix character counting in template strings.
Daniel Jasper
- r241258 - [Modules] Be consistent about finding a module for framework headers
Ben Langmuir
- r241259 - clang-format: [JS] Support regex literals at the start of a file.
Daniel Jasper
- r241260 - test commit
Alexandros Lamprineas
- r241262 - clang-format: [JS] Fix bug in regex literal parsing.
Daniel Jasper
- r241263 - When testing for anyOf(), the test should not be for an exact type match for all members of the set. Instead, test that all members are convertible to the common type.
Aaron Ballman
- r241264 - clang-format: [JS] Skip comments when applying the regex-literal heuristic
Daniel Jasper
- r241267 - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Alexandros Lamprineas
- r241267 - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Rafael Espíndola
- r241272 - Remove whitespace from start of line, NFC.
Yaron Keren
- r241273 - clang-format: [JS] Treat regex literals like string literals.
Daniel Jasper
- r241275 - Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp for extracting target specific information."
Rafael Espindola
- r241291 - [Sema] Range-loopify SemaTemplateInstantiateDecl.cpp. NFC.
Davide Italiano
- r241292 - [Static Analyzer] No longer include the full path of the source file in the single file tests' bug identifiers.
Gabor Horvath
- r241293 - This patch adds support for the vector merge even word and vector merge odd word
Kit Barton
- r241296 - InstrProf: Add a comment to clarify an argument
Justin Bogner
- r241299 - [CodeGen] Use llvm::join to simplify string joining.
Benjamin Kramer
- r241306 - Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
- r241309 - Driver: Don't use reserved names. NFC
Justin Bogner
- r241310 - Driver: Remove the Job class. NFC
Justin Bogner
- r241310 - Driver: Remove the Job class. NFC
Rafael Espíndola
- r241310 - Driver: Remove the Job class. NFC
Sean Silva
- r241310 - Driver: Remove the Job class. NFC
Justin Bogner
- r241314 - Fix test case to appease buildbot.
Akira Hatanaka
- r241315 - Make corrections to r241314.
Akira Hatanaka
- r241319 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- r241321 - Revert r241319, investigating.
Yaron Keren
- r241327 - Driver: Replace a couple of out of date terms in the docs
Justin Bogner
- r241328 - clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match MS-mangled names.
NAKAMURA Takumi
- r241328 - clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match MS-mangled names.
Yaron Keren
- r241330 - Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- r241335 - Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
Yaron Keren
- r241336 - [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
- r241337 - clang-format: [Java/JS] Properly support instanceof and its precedence.
Daniel Jasper
- r241339 - clang-format: [JS] Allow line breaks after TypeScript type colons.
Daniel Jasper
- r241343 - - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Alexandros Lamprineas
- r241343 - - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Renato Golin
- r241355 - Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
- r241356 - StmtIterator: Put stmt and decl group pointer into a union.
Benjamin Kramer
- r241362 - Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetParser.cpp
Renato Golin
- r241363 - clang-format: Add MacroBlock{Begin,End} options
Birunthan Mohanathas
- r241399 - Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
- r241401 - clang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts.
NAKAMURA Takumi
- r241403 - [CMake] clang-*.*: Prevent versioning if the buildhost is targeting for Win32.
NAKAMURA Takumi
- r241405 - Add the missing return statements from revision 241399.
Nemanja Ivanovic
- r241407 - Document problems when trying libclang tests on Windows 7.
Yaron Keren
- r241421 - Mark clang/test/Modules/signal.m as REQUIRES:crash-recovery.
NAKAMURA Takumi
- r241424 - When we see something that looks like a constructor with a return type, only issue one error, not two.
Richard Smith
- r241425 - DR1909: Diagnose all invalid cases of a class member sharing its name with the class.
Richard Smith
- r241428 - PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
- r241429 - [OPENMP 4.0] Codegen for 'omp cancel' directive.
Alexey Bataev
- r241431 - [TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC
Craig Topper
Last message date:
Sun Jul 5 23:23:06 PDT 2015
Archived on: Tue Aug 4 15:32:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).