The Week Of Monday 4 May 2015 Archives by date
Starting: Mon May 4 00:39:00 PDT 2015
Ending: Sun May 10 21:01:36 PDT 2015
Messages: 482
- r236412 - clang-format: Force aligning different brackets relative to each other.
Daniel Jasper
- r236413 - clang-format: NFC: Use default member initializers and other cleanups.
Daniel Jasper
- r236415 - clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.
Daniel Jasper
- [PATCH] Update block formatting to behave like Xcode
Daniel Jasper
- [PATCH] [Profile] Clang support for setting profile output from command line
Manuel Klimek
- [PATCH] clang-format: Builder closing paren must be a call
Adam Strzelecki
- r236419 - Frontend: Stop leaking when not -disable-free
Duncan P. N. Exon Smith
- r236422 - Revert "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
- r236422 - Revert "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
- [PATCH][RFC] Respect alignment of nested bitfields
Ulrich Weigand
- [PATCH] clang-format: Builder closing paren must be a call
Daniel Jasper
- [PING^2] Respect alignment when loading up a coerced function argument
Ulrich Weigand
- 3.6.1 patch nomination: OpenCL ternaries
Fraser Cormack
- r236423 - [analyzer] scan-build: support spaces in compiler path and arguments.
Anton Yartsev
- r236422 - Revert "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
- r236424 - Reapply "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
- [PATCH] clang-format: Builder closing paren must be a call
Adam Strzelecki
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Gabor Ballabas
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев
- r236426 - Instantiate incomplete class used in template method.
Serge Pavlov
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- r236075 - Add -Wpessimizing-move and -Wredundant-move warnings.
David Blaikie
- r236431 - Get rid of compiler warning.
Serge Pavlov
- [PATCH 1/1] R600: Add fma and ldexp asic specific feature macros
Jan Vesely
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- 3.6.1 patches - fixes for crashes
Tom Stellard
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- 3.6.1 patch nomination for noexcept expressions
Aaron Ballman
- r236444 - [MS ABI] Fix a crash in vptr path calculation
David Majnemer
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Joerg Sonnenberger
- [PATCH] Change in symbol renaming to help demanglers and debugger. clang part.
Sunil Srivastava
- 3.6.1 patch nomination for noexcept expressions
Richard Smith
- 3.6.1 nominations for libc++abi
Tom Stellard
- 3.6.1 nominations for libc++abi
Eric Fiselier
- 3.6.1 nominations for libc++abi
Jonathan Roelofs
- r235537 - Set normal LLVM function attributes on global initializer functions
Filipe Cabecinhas
- [PATCH 1/1] R600: Add fma and ldexp asic specific feature macros
Tom Stellard
- [PATCH] Fix assertion on C++ attributes in fillAttributedTypeLoc (this fixes http://llvm.org/PR17424)
Alexey Frolov
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- r236350 - [modules] Add -fmodules-local-submodule-visibility flag.
Sean Silva
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- r236350 - [modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
- r236350 - [modules] Add -fmodules-local-submodule-visibility flag.
Sean Silva
- r236350 - [modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
- r236176 - [modules] Stop trying to fake up a linear MacroDirective history.
Argyrios Kyrtzidis
- r236176 - [modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
- r236176 - [modules] Stop trying to fake up a linear MacroDirective history.
Argyrios Kyrtzidis
- r236453 - R600: Add fma and ldexp asic specific feature macros
Jan Vesely
- [PATCH] Change in symbol renaming to help demanglers and debugger. clang part.
Reid Kleckner
- r236454 - [modules] Don't bother registering loaded macros if there are none.
Richard Smith
- r236176 - [modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- Missing qualifiers in derived to base implicit casts
Abramo Bagnara
- r236458 - Update MSVC compatibility doc note about exceptions
Reid Kleckner
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- r236459 - [clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant directory scan
Kostya Serebryany
- [PATCH] Fix buffer overflow in Lexer
Kostya Serebryany
- [PATCH] Fix buffer overflow in Lexer
Reid Kleckner
- r236466 - Fix buffer overflow in Lexer
Kostya Serebryany
- r236176 - [modules] Stop trying to fake up a linear MacroDirective history.
Argyrios Kyrtzidis
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] clang-format: [JS] support optional methods.
Martin Probst
- [PATCH] clang-format: [JS] support optional methods.
Martin Probst
- [PATCH] clang-format: [JS] support optional methods.
Martin Probst
- [PATCH] End-to-end CUDA compilation.
Eric Christopher
- [PATCH] Add std::move warnings to -Wmost, which also brings them under -Wall
Richard Trieu
- r236075 - Add -Wpessimizing-move and -Wredundant-move warnings.
Richard Trieu
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Richard Smith
- [PATCH] [PATCH] clang internal library headers changes for C++ modules
John Thompson
- r236475 - [MS ABI] Cleanup selectBasePath
David Majnemer
- [PATCH] clang-format: [JS] support optional methods.
Martin Probst
- [PATCH] clang-format: [JS] Do not collapse short interfaces.
Martin Probst
- r236479 - [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
- r236480 - [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- [PATCH] [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236481 - Revert revision 236480: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236482 - [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236483 - Revert revision 236482: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236485 - clang-format: [JS] Do not collapse short interfaces.
Daniel Jasper
- [PATCH] clang-format: [JS] Do not collapse short interfaces.
Daniel Jasper
- r236487 - [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236488 - clang-format: [JS] support optional methods.
Daniel Jasper
- Wrong comment parsing with -std=c89
Abramo Bagnara
- [PATCH] clang-format: [JS] support optional methods.
Daniel Jasper
- r236490 - Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236491 - [OPENMP] Fixed incorrect work with cleanups, NFC.
Alexey Bataev
- r236493 - [OPENMP] Allow use of macros in OpenMP directives/clauses.
Alexey Bataev
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Richard Barton
- [PATCH] Speed up modules compilation.
Manuel Klimek
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Renato Golin
- [PATCH] Have clang list the imported modules in the debug info
Greg Clayton
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- [PATCH] Update block formatting to behave like Xcode
Brian King
- r236423 - [analyzer] scan-build: support spaces in compiler path and arguments.
Anna Zaks
- r236519 - Allow TransformTypos to ignore corrections to a specified VarDecl.
Kaelyn Takata
- r236531 - [SystemZ] Add support for z13 and its vector facility
Ulrich Weigand
- r236532 - [SystemZ] Add support for z13 low-level vector builtins
Ulrich Weigand
- r236533 - [analyzer] This eliminates regression caused by r236423.
Anton Yartsev
- r236423 - [analyzer] scan-build: support spaces in compiler path and arguments.
Anton Yartsev
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- r236542 - Update testcase to match r236539
David Majnemer
- [PATCH] Update block formatting to behave like Xcode
Brian King
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- r236490 - Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC.
Hal Finkel
- r236547 - InstrProf: Don't start or end coverage regions inside of system macros
Justin Bogner
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PING^2] Respect alignment when loading up a coerced function argument
Hal Finkel
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Have clang list the imported modules in the debug info
Eric Christopher
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев
- [PATCH] Cosmetic change to use Input instead of repeatedly dereferencing Inputs[0].
Artem Belevich
- [PATCH] Cosmetic change to use Input instead of repeatedly dereferencing Inputs[0].
Eric Christopher
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Kostya Serebryany
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Kostya Serebryany
- [PATCH] Add std::move warnings to -Wmost, which also brings them under -Wall
Nico Weber
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Kostya Serebryany
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- 3.6.1 patch nomination for noexcept expressions
Tom Stellard
- 3.6.1 patches - fixes for crashes
Tom Stellard
- r236562 - Revert "[analyzer] scan-build: support spaces in compiler path and arguments."
Ahmed Bougacha
- 3.6.1 patches - fixes for crashes
Richard Trieu
- r236423 - [analyzer] scan-build: support spaces in compiler path and arguments.
Ahmed Bougacha
- 3.6.1 patches - fixes for crashes
Richard Trieu
- r236490 - Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC.
Bataev, Alexey
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] [OPENMP] Fixed codegen for 'reduction' clause
Alexey Bataev
- r236571 - [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attribute.c
Alexey Bataev
- r236573 - clang-format: Fix bug in multiline comment wrapping.
Daniel Jasper
- r236574 - [OPENMP] Fixed messages about predetermined DSA for loop control variables.
Alexey Bataev
- r236577 - clang-format: Prevent exponential runtime in token annotator.
Daniel Jasper
- r236578 - clang-format: Prevent assertion discovered by fuzzer.
Daniel Jasper
- [PATCH] [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dynamic/guided scheduling.
Alexey Bataev
- [PATCH] [MIPS] fix extension of integer types (function calls)
Strahinja Petrovic
- r236589 - clang-format: Fix another assertion discovered by the fuzzer.
Daniel Jasper
- r236423 - [analyzer] scan-build: support spaces in compiler path and arguments.
Anton Yartsev
- r236591 - Remove all computation of structural errors in clang-format's line parser.
Manuel Klimek
- r236592 - clang-format: Don't allow -i when reading from stdin.
Daniel Jasper
- [PATCH] Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs
Alexey Bataev
- [libcxx] r236593 - Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change.
Marshall Clow
- r236594 - Remove deprecated version of reformat.
Manuel Klimek
- 3.6.1 nominations for libc++abi
Marshall Clow
- r236597 - clang-format: Properly indent method calls without inputs.
Daniel Jasper
- r236598 - clang-format: Fix bad wrapping of ObjC method exprs.
Daniel Jasper
- r236599 - clang-format: Accept slightly more record declarations.
Daniel Jasper
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- 3.6.1 nominations for libc++abi
Tom Stellard
- r236602 - clang-format: Consider operator precedence as penalty when breaking
Daniel Jasper
- r236603 - clang-format: Allow ternary expressions inside template parameters if
Daniel Jasper
- [PATCH] Speed up modules compilation.
Daniel Jasper
- r236604 - clang-format: Merge labels and subsequent semicolons.
Daniel Jasper
- r236605 - [AArch64] Advertise that the __sync_*_compare_and_swap_1/2/4/8 builtins work
Reid Kleckner
- 3.6.1 nominations for libc++abi
Eric Fiselier
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Eli Bendersky
- [libclc] r236608 - Fix implementation of normalize builtin
Tom Stellard
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Manuel Klimek
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Dmitri Gribenko
- [PATCH] Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs
John McCall
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dynamic/guided scheduling.
John McCall
- [PATCH] [OPENMP] Fixed codegen for 'reduction' clause
John McCall
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Daniel Jasper
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Manuel Klimek
- r236621 - [driver] Cosmetic change to use Input instead of Inputs[0].
Artem Belevich
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Eric Christopher
- [PATCH] Cosmetic change to use Input instead of repeatedly dereferencing Inputs[0].
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Eric Christopher
- [clang-tools-extra] r236624 - Fixed infinite recursion bug.
John Thompson
- [clang-tools-extra] r236625 - Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once.
John Thompson
- [clang-tools-extra] r236624 - Fixed infinite recursion bug.
Aaron Ballman
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Daniel Jasper
- r236630 - clang-format: Don't indent 'signals' as access specifier if it isn't one
Daniel Jasper
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] End-to-end CUDA compilation.
Artem Belevich
- [PATCH] Speed up modules compilation.
Sean Silva
- [clang-tools-extra] r236625 - Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once.
Sean Silva
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Eric Christopher
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Eric Christopher
- [libclc] r236638 - Implement ldexp for R600/SI
Tom Stellard
- [libclc] r236639 - math: Add ldexp implementation
Tom Stellard
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Eric Christopher
- [PATCH] [ARM] Save option "arm-long-calls" to the IR as a function attribute
Eric Christopher
- r236641 - [docs] Update SanitizerCoverage docs.
Sergey Matveev
- [PATCH] Add 'sparcel' architecture to clang.
Eric Christopher
- [PATCH] Add 'sparcel' architecture to clang.
Chandler Carruth
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Have clang list the imported modules in the debug info
Eric Christopher
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [clang-tools-extra] r236625 - Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once.
Thompson, John
- [PATCH] Command-line options to set debugger "target"
Adrian Prantl
- [libclc] r236647 - Implement sinpi builtin
Jan Vesely
- [libclc] r236648 - Move ldexp soft implementation to a separate file
Jan Vesely
- [libclc] r236649 - r600: Use __clc_ldexp on asics that don't implement the intruction
Jan Vesely
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- r236651 - CGCXX: Use cast in getAddrOfCXXStructor()
Duncan P. N. Exon Smith
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- r236655 - Fix public-private.modulemap test case to clear the cache on every run.
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Peter Collingbourne
- [clang-tools-extra] r236625 - Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once.
Sean Silva
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Alexey Samsonov
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Alexey Samsonov
- [PATCH] [analyzer] Support spaces in compiler path and arguments.
Антон Ярцев
- [PATCH] Improve -Winvalid-noreturn
Richard Trieu
- [PATCH] Improve -Winvalid-noreturn
Richard Trieu
- r236682 - When performing delayed typo correction in a for-range loop's variable
Kaelyn Takata
- [PATCH] [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanitizier coverage mode.
Alexey Samsonov
- r236689 - [OPENMP] Fixed codegen for 'reduction' clause.
Alexey Bataev
- r236690 - [modules] Suport for merging a parsed enum definition into an existing imported but not visible definition.
Richard Smith
- [PATCH] [OPENMP] Fixed codegen for 'reduction' clause
Alexey Bataev
- r236691 - fix clang-fuzzer and clang-format-fuzzer
Kostya Serebryany
- r236692 - [OPENMP] Fixed test for reduction on 'sections' directive.
Alexey Bataev
- r236693 - [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dynamic/guided scheduling.
Alexey Bataev
- [PATCH] [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dynamic/guided scheduling.
Alexey Bataev
- r236697 - [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI
David Majnemer
- r236698 - Note that we support 'throw' for the MS ABI.
David Majnemer
- r236701 - Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.
Alexey Bataev
- [PATCH] Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs
Alexey Bataev
- [PATCH] Speed up modules compilation.
Manuel Klimek
- r236706 - Fix some glitches in the MSVCCompatibility document
David Majnemer
- [PATCH] Instantiate static constexpr member function of a local struct in a function template earlier.
Michael Park
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
David Chisnall
- r236709 - Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names.
NAKAMURA Takumi
- [PATCH] TargetParser prototype - NFC (ARM only)
Renato Golin
- [PATCH] Using ARMTargetParser in Clang
Renato Golin
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- [PATCH] [MIPS] fix extension of integer types (function calls)
Daniel Sanders
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Manuel Klimek
- [PATCH] Using ARMTargetParser in Clang
Renato Golin
- [PATCH] New AST matcher: gnuNullExpr
Szabolcs Sipos
- [PATCH] New AST matcher: gnuNullExpr
Alexander Kornienko
- [PATCH] New AST matcher: gnuNullExpr
Manuel Klimek
- r236715 - AVX-512: FP compare intrinsics - changed type of CC parameter from i8 to i32 according to the spec.
Elena Demikhovsky
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Daniel Jasper
- r236722 - Implements a way to retrieve information about whether some lines were not formatted due to syntax errors.
Manuel Klimek
- [PATCH] Implements a way to retrieve information about whether some lines werenot formatted due to syntax errors.
Manuel Klimek
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Manuel Klimek
- [PATCH] [clang-tidy] Support for Static Analyzer plugins (clang part)
Gábor Horváth
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] New AST matcher: gnuNullExpr
Szabolcs Sipos
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Alexander Kornienko
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] [clang-tidy] Support for Static Analyzer plugins (clang part)
Alexander Kornienko
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Alexander Kornienko
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] New AST matcher: gnuNullExpr
Manuel Klimek
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Alexander Kornienko
- r236730 - clang-format: Improve r236597, Properly indent method calls without inputs.
Daniel Jasper
- r236731 - Adding new AST matcher: gnuNullExpr
Szabolcs Sipos
- [PATCH] New AST matcher: gnuNullExpr
Szabolcs Sipos
- [PATCH] Fix for llvm.org/PR23161
Szabolcs Sipos
- r236733 - Fix clang getting started guide to require VC2013 instead of VS2012.
Yaron Keren
- r236734 - Update the subversion link to http://subversion.apache.org/packages.html.
Yaron Keren
- [PATCH] Fix for llvm.org/PR23161
Alexander Kornienko
- [PATCH] TargetParser prototype - NFC (ARM only)
Renato Golin
- [PATCH] TargetParser prototype - NFC (ARM only)
Reid Kleckner
- [PATCH] TargetParser prototype - NFC (ARM only)
Renato Golin
- [PATCH] Replace the broken LambdaCapture::isInitCapture API.
Richard Smith
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Kostya Serebryany
- [PATCH] [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanitizier coverage mode.
Kostya Serebryany
- r236751 - [opaque pointer type] Correctly pass the pointee type when creating a GEP constant expression
David Blaikie
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Joerg Sonnenberger
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- r236756 - [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanitizier coverage mode.
Alexey Samsonov
- [PATCH] [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanitizier coverage mode.
Alexey Samsonov
- r236760 - Replace the broken LambdaCapture::isInitCapture API.
James Dennett
- r236765 - [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] [Sema] Proposed fix for PR 21837
Davide Italiano
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Peter Collingbourne
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] Implement std::experimental::sample
Evgeniy Stepanov
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Evgeniy Stepanov
- r236773 - Fixed test failure on machines with 32-bit size_t.
Artem Belevich
- [PATCH] [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
- r236774 - [MS ABI] Make sure we number thread_local statics seperately
David Majnemer
- [PATCH] [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Kostya Serebryany
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- r236790 - [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
- [PATCH] [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r236793 - Update docs for SanitizerCoverage.
Alexey Samsonov
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Reid Kleckner
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library
Alexey Samsonov
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Alexey Samsonov
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- r236804 - Fix path separator issue on Windows.
Nikola Smiljanic
- [PATCH] Add a no_sanitize_vptr function attribute.
Alexey Samsonov
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Alexey Samsonov
- r236806 - Revert "Fix path separator issue on Windows."
Nikola Smiljanic
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- r236811 - clang-format: [JS] Fix regex literal detection.
Daniel Jasper
- [clang-tools-extra] r236812 - [clang-tidy] Fix for llvm.org/PR23161
Szabolcs Sipos
- [PATCH] Fix for llvm.org/PR23161
Szabolcs Sipos
- [PATCH] Refactor the formatter of clang-format.
Manuel Klimek
- r236813 - clang-format: [JS] Avoid bad line-warp around "function".
Daniel Jasper
- [PATCH] Mingw-w64 driver for clang
İsmail Dönmez
- r236806 - Revert "Fix path separator issue on Windows."
Yaron Keren
- r236806 - Revert "Fix path separator issue on Windows."
Nikola Smiljanic
- [PATCH] Insert override at the same line as the end of the function declaration
Alexander Kornienko
- [PATCH] Refactoring, update MacroInfo interface so a for range can be used to iterate through the tokens
Alexander Kornienko
- [PATCH] [ARM] Add v8.1a architecture
James Molloy
- r236821 - [OPENMP] Code cleanup for capturing of variables in OpenMP regions.
Alexey Bataev
- r236806 - Revert "Fix path separator issue on Windows."
Yaron Keren
- [PATCH] Add a KeepVirtual option to misc-use-override
Alexander Kornienko
- [PATCH] Add scan-build python implementation
Laszlo Nagy
- [PATCH] TargetParser prototype - NFC (ARM only)
Renato Golin
- [PATCH] Using ARMTargetParser in Clang
Renato Golin
- [PATCH] [ARM] Give an error on invalid -march values
John Brawn
- [PATCH] [ARM] Give an error on invalid -march values
John Brawn
- [PATCH] [ARM] Give an error on invalid -march values
Renato Golin
- [PING^2] Respect alignment when loading up a coerced function argument
Ulrich Weigand
- r236828 - [OPENMP] Fixed atomic construct with non-integer expressions.
Alexey Bataev
- [PATCH] [ARM] Add v8.1a architecture
Renato Golin
- [PATCH] [ARM] Give an error on invalid -march values
Renato Golin
- [PATCH] Refactor the formatter of clang-format.
Daniel Jasper
- [PATCH] Add scan-build python implementation
Daniel Marjamäki
- r236846 - [ARM] Give an error on invalid -march values
John Brawn
- [PATCH] Make emacs show when clang-format encountered a syntax error.
Manuel Klimek
- [PATCH] [ARM] Give an error on invalid -march values
John Brawn
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] Make emacs show when clang-format encountered a syntax error.
Daniel Jasper
- r236848 - Fix for bug 23429.
Nemanja Ivanovic
- [PATCH] Add scan-build python implementation
Sylvestre Ledru
- [PATCH] [OPENMP] Fixed codegen for 'schedule' clause with non-constant chunk size.
Alexey Bataev
- r236851 - clang-format: Several improvements around formatting braced lists.
Daniel Jasper
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Gabor Ballabas
- r236854 - Make emacs show when clang-format encountered a syntax error.
Manuel Klimek
- [PATCH] clang-tidy: check for repeated side effects in macro
Alexander Kornienko
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Alexander Kornienko
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Renato Golin
- [PATCH] [ARM] Add v8.1a architecture
James Molloy
- r236859 - Allow case-insensitive values for -mcpu for ARM and AArch64
Renato Golin
- [PATCH] [PATCH] Allow case-insensitive values for -mcpu for ARM and AArch64 targets in line with GCC.
Renato Golin
- [PATCH] Refactor the formatter of clang-format.
Manuel Klimek
- [libcxxabi] r236860 - Merging r231839:
Tom Stellard
- [PATCH] Refactor the formatter of clang-format.
Manuel Klimek
- [libcxxabi] r236861 - Merging r231852:
Tom Stellard
- [PATCH] Add 'sparcel' architecture to clang.
Douglas Katzman
- r236854 - Make emacs show when clang-format encountered a syntax error.
Daniel Jasper
- [PATCH] Fix crash in handling back-end warnings
Geoff Berry
- [libcxxabi] r236862 - Merging r233984:
Tom Stellard
- [PATCH] Fix crash in handling back-end warnings
Geoff Berry
- r236851 - clang-format: Several improvements around formatting braced lists.
Tobias Grosser
- r236851 - clang-format: Several improvements around formatting braced lists.
Daniel Jasper
- r236851 - clang-format: Several improvements around formatting braced lists.
Tobias Grosser
- [libcxxabi] r236864 - Add tests missed in r236862
Tom Stellard
- [PATCH] Fix crash in handling back-end warnings
Duncan P. N. Exon Smith
- [PATCH] Add 'sparcel' architecture to clang.
Chandler Carruth
- [libcxxabi] r236866 - Merging r234254:
Tom Stellard
- r236867 - clang-format: Only output IncompleteFormat if -cursor is given.
Daniel Jasper
- [libcxxabi] r236868 - Merging r236299:
Tom Stellard
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- r236869 - Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"
Renato Golin
- [PATCH] Fix crash in handling back-end warnings
Geoff Berry
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- 3.6.1 patch nomination: OpenCL ternaries
Tom Stellard
- [libcxxabi] r236872 - Fix merge conflict that resulted in bad preprocessor block
Eric Fiselier
- [libcxxabi] r236874 - Fix "TODO" and provide the configure-time options to find libunwind.
Anton Korobeynikov
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Reid Kleckner
- r236879 - Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- [PATCH] Do not emit thunks with available_externally linkage in comdats
Derek Schuff
- r236867 - clang-format: Only output IncompleteFormat if -cursor is given.
Renato Golin
- r236867 - clang-format: Only output IncompleteFormat if -cursor is given.
Daniel Jasper
- r236882 - Revert "clang-format: Only output IncompleteFormat if -cursor is given."
Renato Golin
- r236867 - clang-format: Only output IncompleteFormat if -cursor is given.
Renato Golin
- r236883 - Add the test case from PR 14044 to ensure it doesn't regress.
Kaelyn Takata
- [PATCH] Mingw-w64 driver for clang
Reid Kleckner
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- [PATCH] TargetParser prototype - NFC (ARM only)
Reid Kleckner
- [libcxxabi] r236889 - Typos
Anton Korobeynikov
- [PATCH] Fix crash in handling back-end warnings
Duncan P. N. Exon Smith
- [PATCH] Using ARMTargetParser in Clang
Reid Kleckner
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.No functional change.
Peter Collingbourne
- [PATCH] Fix dependency file escaping
Paul Robinson
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.No functional change.
Alexey Samsonov
- [PATCH] Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
- [PATCH] Move sanitizer parser and group expander from Driver to Basic.
Alexey Samsonov
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- [PATCH] Fix crash in handling back-end warnings
Diego Novillo
- r236898 - Fix BackendConsumer::EmitOptimizationMessage()
Diego Novillo
- r236901 - Using ARMTargetParser in Clang
Renato Golin
- [PATCH] TargetParser prototype - NFC (ARM only)
Renato Golin
- [PATCH] Using ARMTargetParser in Clang
Renato Golin
- [libcxx] r236902 - Fix typo in www. NFC
Jonathan Roelofs
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.
Peter Collingbourne
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.
Peter Collingbourne
- r236908 - Revert "Make emacs show when clang-format encountered a syntax error."
Tobias Grosser
- [PATCH] Fix dependency file escaping
Sean Silva
- r236867 - clang-format: Only output IncompleteFormat if -cursor is given.
Tobias Grosser
- [PATCH] Fix dependency file escaping
Nico Weber
- [PATCH] Fixed double-free in case of module loading error.
Artem Belevich
- [PATCH] Fixed double-free in case of module loading error.
David Blaikie
- [PATCH] Fixed double-free in case of module loading error.
Artem Belevich
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.
Alexey Samsonov
- [PATCH] Fix dependency file escaping
Paul Robinson
- [PATCH] [ARM] Save option "arm-long-calls" to the IR as a function attribute
Akira Hatanaka
- [libclc] r236915 - Implement half_rsqrt builtin v3
Tom Stellard
- [PATCH] Implement no_sanitize attribute.
Peter Collingbourne
- [PATCH] Fix dependency file escaping
Nico Weber
- [PATCH] Fix dependency file escaping
Paul Robinson
- [PATCH] Fix dependency file escaping
Sean Silva
- [libclc] r236920 - Implement fast_normalize builtin v4
Tom Stellard
- [PATCH] Fix dependency file escaping
Robinson, Paul
- [PATCH] Fix dependency file escaping
Robinson, Paul
- [PATCH] Fix dependency file escaping
Sean Silva
- r236926 - Factor out Hexagon code to build args.
Ikhlas Ajbar
- [PATCH] Fixed misleading parameter name for PPCallbacks::FileSkipped
Vladimir Voskresensky
- [StaticAnalyzer] Improve+Refactor malloc overflow checker
Aditya K
- [StaticAnalyzer] Improve+Refactor MallocOverflowSecurityChecker
Aditya K
- r236765 - [cuda] Include GPU binary into host object file and generate init/deinit code.
Hubert Tong
- [PATCH] Fix finding libunwind when only using LIBCXXABI_USE_LLVM_UNWINDER=ON
Jingyi Wei
- [PATCH] Fix finding libunwind when only using LIBCXXABI_USE_LLVM_UNWINDER=ON
Anton Korobeynikov
- [PATCH] Fix finding libunwind when only using LIBCXXABI_USE_LLVM_UNWINDER=ON
Jingyi Wei
- [libcxxabi] r236936 - LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it.
Anton Korobeynikov
- [PATCH] Fix finding libunwind when only using LIBCXXABI_USE_LLVM_UNWINDER=ON
Anton Korobeynikov
- [PATCH] Fix finding libunwind when only using LIBCXXABI_USE_LLVM_UNWINDER=ON
Anton Korobeynikov
- r236937 - Revert r236879, "Do not emit thunks with available_externally linkage in comdats"
NAKAMURA Takumi
- r236938 - Prune trailing LF.
NAKAMURA Takumi
- r236879 - Do not emit thunks with available_externally linkage in comdats
NAKAMURA Takumi
- [libclc] r236939 - Fix ldexp fp64 build error
Jan Vesely
- [libclc] r236940 - geometric: Limit fast_{distance, length} functions to single precision
Jan Vesely
- [libclc] r236941 - math: limit half_sqrt to single precision
Jan Vesely
- r236943 - Reapply r236854 and fixed r236867.
Daniel Jasper
- r236944 - clang-format: Fix bug in escaped newline calculation.
Daniel Jasper
- r236946 - clang-format: Preserve line break before } in __asm { ... }.
Daniel Jasper
- [libcxx] r236948 - Fix for LWG2454: Add raw_storage_iterator::base() member
Marshall Clow
- [libcxx] r236949 - Remove some debugging printout lines. No functionality change.
Marshall Clow
- [libcxx] r236950 - Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
- [libcxx] r236952 - Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element
Marshall Clow
- [libcxx] r236953 - Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr
Marshall Clow
- r236959 - De-virtualize some const versions of getCanonicalDecl by redirecting to the non-const version. Most of the Decl hierarchy already did it this way this just makes the rest consistent.
Craig Topper
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Ed Schouten
- r236960 - clang-format: Improve wrapping of << operators.
Daniel Jasper
- r236961 - [MS ABI] Update EH emission for MSVC 2015 compatibility
David Majnemer
- r236962 - [MS ABI] Form member pointers from virtual funcs overriding vbases
David Majnemer
- r236961 - [MS ABI] Update EH emission for MSVC 2015 compatibility
Nico Weber
- r236964 - Fix formatting of a few code blocks. NFC
Jonathan Roelofs
- r236965 - Fix indentation problem introduced in r236964. NFC
Jonathan Roelofs
- r236966 - [MS ABI] Import move assignment operators
David Majnemer
- r236967 - Give isCompatibleWithMSVC a better interface
David Majnemer
- r236961 - [MS ABI] Update EH emission for MSVC 2015 compatibility
David Majnemer
Last message date:
Sun May 10 21:01:36 PDT 2015
Archived on: Tue Aug 4 15:32:11 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).