The Week Of Monday 2 December 2013 Archives by date
Starting: Mon Dec 2 00:18:44 PST 2013
Ending: Sun Dec 8 23:03:59 PST 2013
Messages: 626
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- [clang-tools-extra] r196037 - Add a .clang-format to avoid reflow of test RUN lines
Daniel Jasper
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- r196080 - clang-format: Fix excessive formatting caused by r195954.
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- [PATCH] [PATCH][AArch64]Add missing floating point convert, round and misc intrinsics
Hao Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions
Hao Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE pair intrinsics
Hao Liu
- [PATCH] [PATCH][AArch64]Add missing floating point convert, round and misc intrinsics
Tim Northover
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends
Jiangning Liu
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends - clang
Jiangning Liu
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - llvm
Jiangning Liu
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - clang
Jiangning Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions
Tim Northover
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends
Jiangning Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE pair intrinsics
Tim Northover
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends - clang
Tim Northover
- r196096 - Driver: Factor gold support out into a function
Alp Toker
- [PATCH] Added an option to specify fallback style.
Daniel Jasper
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Yaron Keren
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Aaron Ballman
- r196080 - clang-format: Fix excessive formatting caused by r195954.
Rafael Espíndola
- [PATCH] New warning when using memset etc on std class data
Daniel Marjamäki
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - llvm
Tim Northover
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - clang
Tim Northover
- r196103 - Using the proper set key when determining whether a SubsetSubject helper method has been previously generated.
Aaron Ballman
- r196105 - Replacing custom subject application logic with table-generated logic. Affects: guarded_var, pt_guarded_var, guarded_by, pt_guarded_by, acquired_after and acquired_before. No functional change intended.
Aaron Ballman
- r196107 - Switching the ibaction attribute handler to the generalized handler. No functional change intended.
Aaron Ballman
- [PATCH] Added an option to specify fallback style.
Alexander Kornienko
- [PATCH] Added an option to specify fallback style.
Daniel Jasper
- r196108 - Added an option to specify fallback style.
Alexander Kornienko
- [clang-tools-extra] r196109 - Adapt the code to the interface change in r196108.
Alexander Kornienko
- r196110 - The FieldDecl is already covered by the ValueDecl case, so it is being removed.
Aaron Ballman
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Joerg Sonnenberger
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Joerg Sonnenberger
- r196116 - The __w64 attribute handler was more generically named, but only applied to __w64 specifically. Renamed and removed some unused code. No functional change intended.
Aaron Ballman
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Joerg Sonnenberger
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Joerg Sonnenberger
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
David Blaikie
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- [PATCH] New warning when using memset etc on std class data
David Blaikie
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Douglas Gregor
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Aaron Ballman
- [libcxx] r196118 - Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
Marshall Clow
- r196119 - Rewriter: Output RewriteRope contents efficiently
Alp Toker
- r196120 - Re-enabled support for the Subjects for the weak attribute. This changes the diagnostic involved to be more accurate -- for C++ code, it will now report that weak applies to variables, functions or classes. Added additional test case for this.
Aaron Ballman
- [PATCH] Make RewriteBuffer write in chunks
Alp Toker
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Manuel Klimek
- r196122 - clang-format vs plugin: bake clang-format.exe into the vsix
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Alp Toker
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- [PATCHv3] implement -Wold-style-cast
Jordan Rose
- r196123 - Fix a typo in a comment: expasion -> expansion
James Dennett
- r196124 - clang-format vs plugin: use Alp's suggestion for getting the path
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- r196126 - Factored attribute mutual exclusion code into a helper function; split the cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended.
Aaron Ballman
- [libcxx] r196127 - Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
Marshall Clow
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Ana Pazos
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- r196131 - ClangFormatPackage.cs: fix inconsistent line endings
Hans Wennborg
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Automated handling of language options for attributes
Aaron Ballman
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Bill Wendling
- [PATCH] Automated handling of language options for attributes
Richard Smith
- r196138 - Automate attribute language option checking by specifying the list of options to test in tablegen.
Aaron Ballman
- [PATCH] Automated handling of language options for attributes
Aaron Ballman
- r196142 - Rectifying style issues with generated code. No functional change intended.
Aaron Ballman
- r196143 - Expand comments for Debug Info Version.
Manman Ren
- [PATCH] New warning when using memset etc on std class data
Jordan Rose
- r196145 - Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Manman Ren
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Peter Collingbourne
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
- r196153 - [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.
Chad Rosier
- r196155 - The CUDA device attribute doesn't need custom logic to check the number of attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended.
Aaron Ballman
- nothrow and const Attribtues
Aaron Ballman
- [PATCH] section attribute subjects
Aaron Ballman
- r196162 - Simplifying a test for duplicate vec_type_hint attributes. The assert and attribute kind test were superfluous. No functional change intended.
Aaron Ballman
- nothrow and const Attribtues
Richard Smith
- nothrow and const Attribtues
Richard Smith
- nothrow and const Attribtues
Aaron Ballman
- r196165 - Refactored the work group-related attributes to use a template, which reduces the amount of duplicate code in the handler. No functional change intended.
Aaron Ballman
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- [libcxx] r196174 - Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
Marshall Clow
- Patch to fix Clang armv7 IRGen crash - PR17759
Richard Smith
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- nothrow and const Attribtues
Richard Smith
- r196182 - MS inline asm: When LLVM called back to Clang to parse a name and do name
Dmitri Gribenko
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- r196189 - Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.
Jiangning Liu
- [PATCH] Emit an extension warning when changing system header tokens
Reid Kleckner
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- r196191 - Add some missing AArch64 Neon intrinsics like vuqadd_s64 and friends.
Jiangning Liu
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- nothrow and const Attribtues
Aaron Ballman
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Jiangning Liu
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Rafael Espíndola
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Richard Smith
- r196199 - AArch64: Add missing scalar pair intrinsics.
Hao Liu
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Ana Pazos
- Patch to fix Clang armv7 IRGen crash - PR17759
Richard Smith
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Bill Wendling
- r196204 - Test to ensure no old-style-cast warning is emitted for objc-arc __bridge casts
Alp Toker
- r196205 - revert r196152.
Hao Liu
- r196206 - Patch by Ana Pazos.
Jiangning Liu
- [PATCHv3] implement -Wold-style-cast
Alp Toker
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Jiangning Liu
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Hao Liu
- r196209 - AArch64: add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions.
Hao Liu
- r196211 - [AArch64]Add missing floating point convert, round and misc intrinsics.
Hao Liu
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - llvm
Kevin Qin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - clang
Kevin Qin
- r196212 - Emit an extension warning when changing system header tokens
Alp Toker
- r196213 - clang-format: Explicitly set fallback style that is tested.
Daniel Jasper
- r196214 - Fix method/variable name typos
Alp Toker
- r196215 - Documentation typo corrections
Alp Toker
- r196142 - Rectifying style issues with generated code. No functional change intended.
Alp Toker
- [libcxx] r196221 - Creating release candidate rc2 from release_34 branch
Bill Wendling
- r196226 - Remove HandleTagDeclDefinition class declaration
Alp Toker
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- [PATCH] Emit an extension warning when changing system header tokens
Alp Toker
- r196229 - Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
Justin Bogner
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- [PATCH] make helper function static
Bas van den Berg
- [libcxx] r196245 - Recreating release candidate rc2
Bill Wendling
- [libcxx] r196246 - Creating release candidate rc2 from release_34 branch
Bill Wendling
- [PATCH] make helper function static
Alp Toker
- [PATCH] make helper function static
Bas van den Berg
- [PATCH] make helper function static
David Blaikie
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- r196265 - Preserve carriage return when using clang-format's XML interface.
Manuel Klimek
- patch to preserve carriage returns when using clang-format VS plugin
Manuel Klimek
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -llvm
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -clang
Kevin Qin
- r196266 - Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Timur Iskhodzhanov
- r196273 - Typo caught by Alp Toker: s/appertain/appertains
Aaron Ballman
- r196142 - Rectifying style issues with generated code. No functional change intended.
Aaron Ballman
- r196275 - Check IR instead of assembly in this test.
Rafael Espindola
- r196276 - Check IR in this test.
Rafael Espindola
- r196277 - Check IR in this test.
Rafael Espindola
- r196278 - Check IR in this test.
Rafael Espindola
- r196279 - check IR in this test.
Rafael Espindola
- r196280 - check IR in this test.
Rafael Espindola
- r196281 - check IR in this test
Rafael Espindola
- r196282 - Check IR on this test.
Rafael Espindola
- r196284 - Check IR on this test.
Rafael Espindola
- r196285 - Check IR on this test.
Rafael Espindola
- r196286 - Check IR on this test.
Rafael Espindola
- r196287 - Check IR on this test.
Rafael Espindola
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Enrico Pertoso
- [PATCH] Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196296 - Issue diagnostic when constructor or destructor
Fariborz Jahanian
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- r196297 - clang-format: Improve clang-format's documentation of ColumnLimit=0.
Daniel Jasper
- [PATCH] Rework lli-child-target for portability and correctness
Alp Toker
- r196296 - Issue diagnostic when constructor or destructor
Jordan Rose
- [PATCH] Rework lli-child-target for portability and correctness
Alp Toker
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- Added SpaceAfterFunctionName option
Alexander Kornienko
- r196299 - CMake: enable building the clang-format vs plugin
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- [PATCH] Don't instrument inline functions that are not externally visible
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Ana Pazos
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- [PATCH] Refactor some operations in <string>
Marshall Clow
- r196311 - Fix corner case in module-based layering warning.
Daniel Jasper
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sean Silva
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
- r196316 - [objc] Emit a warning when the implementation of a designated initializer does not chain to
Argyrios Kyrtzidis
- r196317 - [objc] Emit warnings when the implementation of a designated initializer calls on
Argyrios Kyrtzidis
- r196318 - [objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
- r196319 - [objc] Add a warning when a class that provides a designated initializer, does not
Argyrios Kyrtzidis
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Jordan Rose
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
Richard Smith
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Alp Toker
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- Unavailable method checker
Ted Kremenek
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
- r196335 - Fix crash if a variable template specialization is used in a nested-name-specifier.
Richard Smith
- r196336 - clang-format-diff.py: Fix 'beintroduced' in help output
Alp Toker
- r196337 - Fix crash if a dependent template-id was assumed to be a type but instantiates
Richard Smith
- r196338 - Remove redundant check.
Richard Smith
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- [PATCH][ARM] Added support for krait cpu
Evan Cheng
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Chandler Carruth
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Rafael Espíndola
- r196346 - Add newline at eof.
NAKAMURA Takumi
- r196347 - check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.
NAKAMURA Takumi
- r196348 - clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES: nvptx64-registered-target". "nvptx" should imply it.
NAKAMURA Takumi
- r196349 - clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/
NAKAMURA Takumi
- r196350 - clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
NAKAMURA Takumi
- r196351 - Fix PR17637: incorrect calculation of template parameter depth
Faisal Vali
- r196352 - Fix error recovery in return statement.
Serge Pavlov
- r195983 - Update the LeakSanitizer documentation with a proper link.
Kostya Serebryany
- [cfe-commits] [libcxxabi] r149552 - /libcxxabi/trunk/test/catch_const_pointer_nullptr.cpp
Nico Weber
- [libcxxabi] r196355 - Fixed a couple of test errors; changed 'const A const *' to 'const A* const'. Thanks to Nico for the catch
Marshall Clow
- [PATCH] Leave constructor initializer lists on one line in styles with no column limit.
Daniel Jasper
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- r196359 - [AArch64 NEON] Add missing compare intrinsics.
Kevin Qin
- r196361 - [AArch64 NEON] Add ACLE intrinsic vceqz_f64.
Kevin Qin
- [PATCH][ARM] Added support for krait cpu
Renato Golin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - clang
Kevin Qin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - llvm
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -clang
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -llvm
Kevin Qin
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- Added SpaceAfterFunctionName option
Daniel Jasper
- r196368 - Sema: Propagate the mangling number into instantiations
David Majnemer
- [PATCH] Sema: Propagate the mangling number into instantiations
David Majnemer
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Jiangning Liu
- [PATCH] Microsoft Record Layout Required Alignment
Will Wilson
- [PATCH] Error on invalid options in -### mode
Renato Golin
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- [PATCH] Improve x86 android support, add x86_64 android target
David Majnemer
- [PATCH] Refactor duplicate functions
Bernie Ogden
- r196376 - Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)"
NAKAMURA Takumi
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Joerg Sonnenberger
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
NAKAMURA Takumi
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
NAKAMURA Takumi
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Faisal Vali
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196380 - Fix the regression caused by r196378
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196384 - Added a regression test for the change in r196380
Alexander Kornienko
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- [PATCH] Fix for [temp.local] p7 template-parameter of the member is not hidden if the member is a class
Karthik Bhat
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Rafael Espíndola
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- r196387 - When parsing ignored attribute arguments, presuming the first argument is an unresolved identifier the same way that we do for unknown arguments. This resolves PR18075, where we regressed the handling of OpenBSD's bounded attribute.
Aaron Ballman
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- [PATCH] Error on invalid options in -### mode
Rafael Ávila de Espíndola
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Renato Golin
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Renato Golin
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Jordan Rose
- r195805 - Remove 'DistinctSpellings' support from Attr.td and change its only user to
Jordan Rose
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
David Blaikie
- r195805 - Remove 'DistinctSpellings' support from Attr.td and change its only user to
Anna Zaks
- [PATCH] Error on invalid options in -### mode
Reid Kleckner
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Richard Smith
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Richard Smith
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Reid Kleckner
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Microsoft Record Layout Required Alignment
Reid Kleckner
- r196399 - Fix test case due to r196394 and improve it to not rely on LLVM code generation either.
David Blaikie
- r196402 - [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- r196406 - Fix indentation.
Richard Smith
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Faisal Vali
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sean Silva
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
John Thompson
- [clang-tools-extra] r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
John Thompson
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
Fariborz Jahanian
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- [clang-tools-extra] r196409 - Improve comment, as requested by Alp Toker.
John Thompson
- r196410 - Remove empty header.
Rafael Espindola
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
Aaron Ballman
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- [libcxx] r196411 - Give all members of exception types default visibility. Lack of this is causing some illegal code relocations rare and hard to reproduce cases.
Howard Hinnant
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
jahanian
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Richard Smith
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196417 - Getting rid of some hard-coded strings. No functional changes intended, though some test cases needed to be updated for attribute names becoming quoted.
Aaron Ballman
- r196420 - The MSP430Interrupt attribute does have a sema handler (it's in TargetAttributesSema). Added a FIXME about the attribute being nameless when it really does have a valid name, and a comment explaining why we're using the name instead of the attribute kind.
Aaron Ballman
- r196423 - Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested classes.
Faisal Vali
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Faisal Vali
- r196425 - Factor duplicated code for TransformTypeInObjectScope
Reid Kleckner
- r196428 - Common functionality is already checked within SemaDeclAttr.cpp and so it does not need to be re-checked for each target.
Aaron Ballman
- r196429 - Giving a Subjects list to DllExport, which allows the removal of some custom semantic handling. The same cannot be done for DllImport, and so comments were left explaining why.
Aaron Ballman
- [PATCH] build libcxxabi unwind stuff on darwin with need for dyld_priv.h
Nick Kledzik
- [PATCH] build libcxxabi unwind stuff on darwin with need for dyld_priv.h
Nico Weber
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add option to use temporary file for assembling with clang
David Blaikie
- [libcxxabi] r196436 - [unwind] remove darwin build dependency on <mach-o/dyld_priv.h>
Nick Kledzik
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
Lang Hames
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Richard Smith
- r196443 - Reject template-ids containing literal-operator-ids that have a dependent
Richard Smith
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196450 - Simplify the constructor to CodeGenABITypes.
Mark Lacey
- r196451 - Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196453 - Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] CMake: enable building the clang-format vs plugin
Josh Samuel
- r196454 - Fix init-captures for generic lambdas.
Faisal Vali
- r196455 - Fix non-MSVC build error in ASTContext::getAdjustedType
Reid Kleckner
- [PATCH] Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Faisal Vali
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
NAKAMURA Takumi
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196459 - Remove unused variable.
Richard Trieu
- [clang-tools-extra] r196460 - Revert r196439, "If the LLVM OBJ_DIR path contains any characters not listed in the"
NAKAMURA Takumi
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Jiangning Liu
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
NAKAMURA Takumi
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196463 - Fixed a bad assert from r194968. r194969 removed the assert.
Richard Trieu
- r196464 - Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a
Richard Smith
- r196451 - Add an AdjustedType sugar node for adjusting calling conventions
Rafael Espíndola
- r196466 - Correct hyphenations in comments and assert messages
Alp Toker
- r196463 - Fixed a bad assert from r194968. r194969 removed the assert.
Alp Toker
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
Lang Hames
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
Lang Hames
- r196476 - [objc] If an interface has no initializer marked as designated and introduces at least one new initializer,
Argyrios Kyrtzidis
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
- r196477 - Fix comment typo in r196476
Alp Toker
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Ana Pazos
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Enea Zaffanella
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- r196484 - clang-format-diff.py: pass through errors to stderr, not stdout
Alp Toker
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196486 - [c-index-test] Enhance perform_test_reparse_source() to allow remapping a file
Argyrios Kyrtzidis
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- r196488 - PR17983: Fix crasher bug in C++1y mode when performing a non-global array
Richard Smith
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r195983 - Update the LeakSanitizer documentation with a proper link.
Kostya Serebryany
- Patch for clang-format to allow references and pointers to bind differently
Chandler Carruth
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Chandler Carruth
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Chandler Carruth
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Jiangning Liu
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Alp Toker
- [PATCH][ARM] Added support for krait cpu
Renato Golin
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [PATCH] Add option to use temporary file for assembling with clang
Daniel Dunbar
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- [PATCH] Add option to use temporary file for assembling with clang
Tim Northover
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- r196510 - Fix a tranche of comment, test and doc typos
Alp Toker
- r196461 - Add an assert to make it clear we're on the first line
Jordan Rose
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196511 - Check the initial line number without going through PresumedLoc
Alp Toker
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196512 - clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196518 - AttributeList: tweak the conditional order to avoid two strcmps
Alp Toker
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- [PATCH] add option to break constructor initializers before colon
Florian Sowade
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Bill Wendling
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196527 - Fix assertion failure left over from changes to move away from "darwin" triples.
Bob Wilson
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- r196529 - [c-index-test] For the '-remap-file' option use a comma for separator which is more
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Aaron Ballman
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Aaron Ballman
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- r196531 - ObjectiveC: Don't warn when method implemented in
Fariborz Jahanian
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
Aaron Ballman
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Joerg Sonnenberger
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- r196535 - Implemented vget/vset_lane_f16 intrinsics
Ana Pazos
- [PATCH] -Wassign-enum: compare unqualified types
David Blaikie
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- [patch] Fix pr18141
Rafael Espíndola
- r196538 - For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
Joerg Sonnenberger
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Joerg Sonnenberger
- r196538 - For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
Joerg Sonnenberger
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Joerg Sonnenberger
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [PATCH] add option to break constructor initializers before colon
Nico Weber
- [libcxxabi] r196540 - 80-column wrap a comment in a test
Nico Weber
- [PATCH] -Wassign-enum: compare unqualified types
David Blaikie
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Doug Gregor
- [PATCH] -Wassign-enum: compare unqualified types
Doug Gregor
- [patch] Fix pr18141
Reid Kleckner
- r196545 - [ms-cxxabi] bitcast to i8* to deref a data member pointer
Reid Kleckner
- r196546 - Allow the warning 'case value not in enumerated type' to be silenced with
Dmitri Gribenko
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- r196548 - -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nico Weber
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nick Kledzik
- r196549 - Support MS-ABI's concept of "Required Alignment" imposed by
Warren Hunt
- [libcxxabi] r196550 - Fix minor initialization bug in Registers_x86_64.
Nico Weber
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nico Weber
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nico Weber
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- [clang-tools-extra] r196553 - Revert r196474, "Re-apply r196439, with sed patterns modified to be more DOS-path friendly."
NAKAMURA Takumi
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nick Kledzik
- [libcxxabi] r196554 - Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 1 of 2
Nico Weber
- [libcxxabi] r196555 - Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2
Nico Weber
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nico Weber
- r196558 - PR18152: When computing the semantic form for an initializer list, keep track
Richard Smith
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Kevin Qin
- [clang-tools-extra] r196559 - clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote safe chars rather than hairy quoting.
NAKAMURA Takumi
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
NAKAMURA Takumi
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [clang-tools-extra] r196559 - clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote safe chars rather than hairy quoting.
Lang Hames
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Argyrios Kyrtzidis
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- r196565 - Add introductory paragraph to the C++ status page
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- r196573 - Allow string literals as module names.
Daniel Jasper
- [PATCH] Allow string literals as module identifiers
Daniel Jasper
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
Hao Liu
- [PATCH] Add option to use temporary file for assembling with clang
Richard Sandiford
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Kevin Qin
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
Hao Liu
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Fix crashes during template recovery
Alp Toker
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Daniel Jasper
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- [PATCH] section attribute subjects
Aaron Ballman
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] __w64 attribute in ms mode
Alp Toker
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- r196582 - clang-format: Change line break decisions for array subscripts.
Daniel Jasper
- r196583 - Reverting changes from r196415; this patch exposed a different, but unrelated bug regarding the __has_attribute implementation. Reverting to unblock the Chrome tsan builds.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196584 - Tweak the ordering of a conditional to possibly avoid a few strcmps.
Aaron Ballman
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Joerg Sonnenberger
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- r196587 - Fix code typos spotted while working on type traits
Alp Toker
- r196589 - Add flag -fauto-profile as alias to -fprofile-sample-use.
Diego Novillo
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Richard Smith
- r196590 - Move the body of GCCInstallationDetector ctor into an init() function
Roman Divacky
- r196591 - [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future-proof.
Argyrios Kyrtzidis
- r196592 - Turning the __w64 attribute into an ignored attribute to match other Microsoft extensions we do not currently support. Note that __w64 has been deprecated in MSVC since 2008.
Aaron Ballman
- r196593 - Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- r196599 - Fixup to r196593.
Anna Zaks
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nick Kledzik
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Alp Toker
- [PATCH][darwin] old assembler rejects -Q option, -no-integrated-as
David Fang
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- r196605 - [MS-ABI] adds padding before all vbases after a bitfield
Warren Hunt
- [PATCH] Update to Microsoft VBases after bitfields
Warren Hunt
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- r196608 - Fix test case inefficiency
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
Alp Toker
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Richard Smith
- [PATCH] C++11: Reject string literal to non-const char * conversion
Ismail Pazarbasi
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Jordan Rose
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Joerg Sonnenberger
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- r196618 - Added support for mcpu krait
Ana Pazos
- r196621 - test/Driver: Check that @ arguments that aren't files are handled
Justin Bogner
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- [PATCH] Initial instrumentation based PGO implementation
Bob Wilson
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Joerg Sonnenberger
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Hans Wennborg
- r196627 - Fixing assertion failure introduced in 196602.
Warren Hunt
- [PATCH][AArch64] request to push AArch64 patches to branch 3.4
Ana Pazos
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
- r196629 - ObjectiveC. Continuing implementation of objc_bridge_related
Fariborz Jahanian
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Joerg Sonnenberger
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Brad Smith
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Richard Smith
- [patch] Fix pr18141
Rafael Espíndola
- r196642 - Give a more appropriate diagnostic when a template specialization or
Richard Smith
- r196644 - Add a SubsetSubject in Attr.td to automate checking of where the objc_designated_initializer
Argyrios Kyrtzidis
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r196646 - Type traits: No need for switch to handle __builtin_types_compatible_p
Alp Toker
- r196647 - Tweak r196646
Alp Toker
- r196648 - Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
John Thompson
- [clang-tools-extra] r196648 - Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
John Thompson
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- r196656 - CommentLexer: eliminate an NDEBUG from the headers
Alp Toker
- r196657 - Eliminate the last trivial NDEBUG uses in clang headers
Alp Toker
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- r196658 - CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg.
Benjamin Kramer
- [clang-tools-extra] r196659 - clang-modernize: Update PPCallback user.
Benjamin Kramer
- r196662 - [REFACTOR] Refactored some of the generic-lambda capturing code.
Faisal Vali
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Faisal Vali
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Bill Wendling
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Bill Wendling
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Bill Wendling
- r196712 - Fix pr18174.
Rafael Espindola
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Rafael Espíndola
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Faisalv
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Faisalv
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Brad Smith
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Albert J. Wong (王重傑)
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Tim Northover
- [llvm-branch-commits] [cfe-branch] r196673 - Merging r196191:
NAKAMURA Takumi
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Joerg Sonnenberger
- r196721 - Fix an assertion introduced by my previous refactoring.
Faisal Vali
- r196722 - Fix the message to go along with the assertion that was just fixed.
Faisal Vali
- r196723 - Move a generic lambda test into the more logical test file.
Faisal Vali
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Tim Northover
- r196727 - GlobalAlias::isDeclaration is always false. Remove dead code.
Rafael Espindola
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Joerg Sonnenberger
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Joerg Sonnenberger
- r196728 - Remove duplicated -cc1 in tests
Alp Toker
- r196729 - Fix a test that hasn't worked since 2007
Alp Toker
- r196730 - There's no such thing as %clang_cc1_only
Alp Toker
- [PATCH] add option to break constructor initializers before colon
Daniel Jasper
- r196733 - Remove all DISABLE lines from tests
Alp Toker
- r196734 - Re-enable ms inline asm parser test.
Alp Toker
- r196736 - Re-enable verification of test and update outdated diag checks
Alp Toker
- r196737 - Fix three tests that weren't checking anything
Alp Toker
- r196738 - Remove an old stdio.h include from the invalid-array test
Alp Toker
- r196739 - Eliminate the last remaining header NDEBUG
Alp Toker
- r196740 - Rename a variable that I missed in the previous refactoring.
Faisal Vali
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Bill Wendling
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Bill Wendling
- r196750 - [AArch64]Add missing pair intrinsics such as:
Hao Liu
- r196752 - [-cxx-abi microsoft] Properly mangle enums
David Majnemer
- r196753 - Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
- r196757 - Avoid extra error messages if method definition is inside function.
Serge Pavlov
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Kevin Qin
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Kevin Qin
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
Hao Liu
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
Hao Liu
- r196758 - Update compatibility page to list some GCC language extensions that Clang does
Richard Smith
Last message date:
Sun Dec 8 23:03:59 PST 2013
Archived on: Tue Aug 4 15:31:23 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).