The Week Of Monday 16 June 2014 Archives by author
      
      Starting: Mon Jun 16 00:08:38 PDT 2014
         Ending: Sun Jun 22 22:17:57 PDT 2014
         Messages: 509
     
- Enable std::underlying_type for gcc >= 4.7
 
Albert J. Wong (王重傑)
 - triples for baremetal
 
Saleem Abdulrasool
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Saleem Abdulrasool
 - [PATCH] CodeGen: implement __emit and __yield intrinsics
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - r211177 - Driver: correct the backend option spelling
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - [PATCH] CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - r211216 - CodeGen: improve ms instrincics support
 
Saleem Abdulrasool
 - r211227 - tests: relax ms-intrinsics test
 
Saleem Abdulrasool
 - r211227 - tests: relax ms-intrinsics test
 
Saleem Abdulrasool
 - [PATCH] [x32] Add X32 support to driver
 
Saleem Abdulrasool
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Saleem Abdulrasool
 - [PATCH] Headers: be a bit more careful about inline asm
 
Saleem Abdulrasool
 - [PATCH] Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - [PATCH] Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - [PATCH] Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - [PATCH] Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - r211420 - Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - [PATCH] Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - r211420 - Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - r211420 - Driver: enhance MSC version compatibility
 
Saleem Abdulrasool
 - Make clang-cl accept .lib inputs
 
Ehsan Akhgari
 - [PATCH] Use the newly added FindInEnvPath helper in clang
 
Ehsan Akhgari
 - [PATCH] Use the newly added FindInEnvPath helper in clang
 
Ehsan Akhgari
 - [PATCH] Use the newly added FindInEnvPath helper in clang
 
Ehsan Akhgari
 - [PATCH] Add R600 div_scale builtin
 
Matt Arsenault
 - [libclc] r211044 - clctypes.h: Don't rely on stddef.h for size_t	and ptrdiff_t
 
Aaron Ballman
 - [libclc] r211044 - clctypes.h: Don't rely on stddef.h for size_t	and ptrdiff_t
 
Aaron Ballman
 - #pragma clang loop - documentation
 
Aaron Ballman
 - [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
 
Aaron Ballman
 - [PATCH] Driver: enhance MSC version compatibility
 
Aaron Ballman
 - [PATCH] Driver: enhance MSC version compatibility
 
Aaron Ballman
 - [PATCH] [C++1z] static_assert declarations within an anonymous union
 
Aaron Ballman
 - r211007 - [OPENMP] Initial support of 'reduction' clause
 
Alexey Bataev
 - [PATCH] [OPENMP] Initial support of 'reduction' clause
 
Alexey Bataev
 - r211011 - clang/AST/OpenMPClause.h: Update \param VL.	[-Wdocumentation]
 
Alexey Bataev
 - r211088 - [OPENMP] Renamed 'DataRecursiveASTVisitor' to just	'RecursiveASTVisitor' for 'reduction' clause and small reformatting	after Alp Toker's review.
 
Alexey Bataev
 - r211007 - [OPENMP] Initial support of 'reduction' clause
 
Alexey Bataev
 - r211096 - [OPENMP] Initial support for '#pragma omp for'.
 
Alexey Bataev
 - r211096 - [OPENMP] Initial support for '#pragma omp for'.
 
Alexey Bataev
 - r211140 - [OPENMP] Initial support for '#pragma omp for' (fixed	incompatibility with MSVC).
 
Alexey Bataev
 - r211147 - [OPENMP] Reformatting and code improvement.
 
Alexey Bataev
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Alexey Bataev
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Alexey Bataev
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Alexey Bataev
 - r211262 - [OPENMP] Improved diagnostic messages for vars with the	predetermined data sharing attributes and reformatting
 
Alexey Bataev
 - r211262 - [OPENMP] Improved diagnostic messages for vars with	the	predetermined data sharing attributes and reformatting
 
Alexey Bataev
 - r211140 - [OPENMP] Initial support for '#pragma omp for' (fixed	incompatibility with MSVC).
 
Alexey Bataev
 - r211342 - [OPENMP] Initial support for 'schedule' clause.
 
Alexey Bataev
 - r211347 - [OPENMP] Initial support for 'ordered' clause.
 
Alexey Bataev
 - r211352 - [OPENMP] Initial support for 'nowait' clause.
 
Alexey Bataev
 - Fix RecursiveASTVisitor to visit copy expressions of captured	variables in blocks (ObjC++11)
 
Mathieu Baudet
 - [PATCH] Documentation for loop unrolling pragmas.
 
Eli Bendersky
 - [PATCH] Documentation for loop unrolling pragmas.
 
Eli Bendersky
 - r211286 - Document unroll and unroll_count directives.
 
Eli Bendersky
 - r211292 - Fix PR20069: bad loop pragma arguments crash FE
 
Eli Bendersky
 - [PATCH] Fix PR20081: Properly parse >>> template endings when in	CUDA mode and C++11
 
Eli Bendersky
 - r211354 - Add module flags metadata to record the settings for	enum and wchar width
 
Eli Bendersky
 - r211357 - Fix PR20081: Parsing templates in the presence of -x cuda	-std=c++11
 
Eli Bendersky
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted	instead of 'class' when declaring a template template parameter.
 
David Blaikie
 - [PATCH 3/8] Pass around CorrectionCandidateCallbacks as	unique_ptrs so TypoCorrectionConsumer can keep the callback around as	long as needed.
 
David Blaikie
 - [PATCH 5/8] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
David Blaikie
 - r211139 - Replace some assert(0)'s with llvm_unreachable.
 
David Blaikie
 - [clang-tools-extra] r211245 - Unbreak the build after r211244.
 
David Blaikie
 - r211380 - Fix crash caused by unnamed union or struct when doing	ast-print
 
David Blaikie
 - [PATCH] Remove 'explicit' keyword from constructors with multiple	(non-default) arguments.
 
David Blaikie
 - [PATCH] Remove 'explicit' keyword from constructors with multiple	(non-default) arguments.
 
David Blaikie
 - [PATCH] Add -Wrange-loop-analysis to warn when a range-based	for-loop is creating a copy.
 
David Blaikie
 - r211473 - Revert "Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp."
 
David Blaikie
 - r211473 - Revert "Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp."
 
David Blaikie
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - r211303 - Frontend: Add a CC1 flag to dump module dependencies to a	directory
 
Justin Bogner
 - r211306 - Frontend: Fix a typo
 
Justin Bogner
 - r211310 - test: Just check the VFS when testing module-dependency-dump
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - r211338 - Frontend: Disentangle removePathTraversal from	concatenating paths
 
Justin Bogner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Justin Bogner
 - r211363 - Disable Modules/dependency-dump-dependent-module.m on	win32 for now.
 
Justin Bogner
 - r211403 - Driver: Remove some superfluous calls to Arg->claim()
 
Justin Bogner
 - r211411 - Driver: Record that we're in crashdump and push flags to	ConstructJob
 
Justin Bogner
 - r211421 - Driver: In crashdumps with -fmodule,	dump the module dependencies
 
Justin Bogner
 - r211474 - Driver: Skip the -ivfsoverlay argument in driver crash diags
 
Justin Bogner
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Phoebe Buckheister
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Phoebe Buckheister
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Phoebe Buckheister
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Phoebe Buckheister
 - [LLVMdev] triples for baremetal
 
Eric Christopher
 - [cfe-dev] triples for baremetal
 
Eric Christopher
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Eric Christopher
 - [PATCH] [x32] Add X32 support to driver
 
Pavel Chupin
 - [PATCH] [x32] Add X32 support to driver
 
Pavel Chupin
 - [PATCH] [x32] Add X32 support to driver
 
Pavel Chupin
 - [PATCH] [x32] Add X32 support to driver
 
Pavel Chupin
 - [libcxx] r211191 - Formatting improvements in the <string_view>	synopsis suggested by RSmith. No functionality change.
 
Marshall Clow
 - [PATCH] Remove 'explicit' keyword from constructors with multiple	(non-default) arguments.
 
James Dennett
 - r211113 - Revert "[OPENMP] Initial support for '#pragma omp for'."
 
Rafael Espindola
 - r211434 - Revert "Lex: Use the correct types for MS integer suffixes"
 
Rafael Espindola
 - [PATCH] Move the calling of emitTargetMD() later.
 
Rafael Ávila de Espíndola
 - [PATCH] Correctly Load Mixed FP-GP Variadic Arguments for x86-64
 
Rafael Espíndola
 - r211096 - [OPENMP] Initial support for '#pragma omp for'.
 
Rafael Espíndola
 - [PATCH] Move the calling of emitTargetMD() later.
 
Rafael Espíndola
 - r211426 - Lex: Use the correct types for MS integer suffixes
 
Rafael Espíndola
 - r211096 - [OPENMP] Initial support for '#pragma omp for'.
 
Hal Finkel
 - r211096 - [OPENMP] Initial support for '#pragma omp for'.
 
Hal Finkel
 - r211262 - [OPENMP] Improved diagnostic messages for vars with	the	predetermined data sharing attributes and reformatting
 
Hal Finkel
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Renato Golin
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
Renato Golin
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Renato Golin
 - triples for baremetal
 
Renato Golin
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Renato Golin
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Renato Golin
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Renato Golin
 - [PATCH] Improve robustness of tests for module flags metadata
 
Renato Golin
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Renato Golin
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Renato Golin
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Renato Golin
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Renato Golin
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Renato Golin
 - #pragma clang loop - documentation
 
Dmitri Gribenko
 - r211059 - ARM: Support for __builtin_arm_rbit() intrinsic.
 
Jim Grosbach
 - r211060 - AArch64: Support for __builtin_arm_rbit() and	__builtin_arm_rbit64().
 
Jim Grosbach
 - r211064 - AArch64: Fix silly think-o in tests.
 
Jim Grosbach
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
Jim Grosbach
 - [PATCH] #pragma vectorize
 
Mark Heffernan
 - [PATCH] Fix PR20069: bad loop pragma arguments crash FE
 
Mark Heffernan
 - [PATCH] Documentation for loop unrolling pragmas.
 
Mark Heffernan
 - [PATCH] Documentation for loop unrolling pragmas.
 
Mark Heffernan
 - [PATCH] Documentation for loop unrolling pragmas.
 
Mark Heffernan
 - [PATCH] Documentation for loop unrolling pragmas.
 
Mark Heffernan
 - [PATCH] Documentation for loop unrolling pragmas.
 
Mark Heffernan
 - [PATCH] CodeGen: improve ms instrincics support
 
Warren Hunt
 - [PATCH] CodeGen: improve ms instrincics support
 
Warren Hunt
 - r211223 - [MS-ABI] Implement typeid
 
Warren Hunt
 - Fwd: [PATCH] Correctly Load Mixed FP-GP Variadic Arguments for x86-64
 
Thomas Jablin
 - [PATCH] Correctly Load Mixed FP-GP Variadic Arguments for x86-64
 
Thomas Jablin
 - r211039 - Objective-C. Diagnose when property access is using declared
 
Fariborz Jahanian
 - r211132 - Objective-C ARC. Do not warn about properties with both
 
Fariborz Jahanian
 - r211195 - Objective-C. Attributes on class declarations carry over
 
Fariborz Jahanian
 - r211197 - Objective-C. Try to fix the test in buildbot in my last	patch.
 
Fariborz Jahanian
 - r211215 - Objective-C. Check for integer overflow in Objective-C's
 
Fariborz Jahanian
 - r211234 - Objective-C ARC. Allow conversion of (void*) pointers to
 
Fariborz Jahanian
 - r211237 - Objective-C. Revert my patch in r211234.
 
Fariborz Jahanian
 - r211243 - Objective-C ARC. Allow conversion of (void*) pointers to
 
Fariborz Jahanian
 - r211324 - Objective-C qoi. When Objective-C pointer mismatches with
 
Fariborz Jahanian
 - clang-format pointer binding patch
 
Daniel Jasper
 - clang-format pointer binding patch
 
Daniel Jasper
 - [PATCH] Fix/Improve SourceRange of defaulted destructors
 
Daniel Jasper
 - r211098 - clang-format: Introduce style with spaces on both sides of	*/&.
 
Daniel Jasper
 - [PATCH] Fix/Improve SourceRange of explicitly defaulted members
 
Daniel Jasper
 - [PATCH] Add a check to flag the usage of C-style casts (Google	Style).
 
Daniel Jasper
 - [PATCH] clang-format: [JS] Fix function formatting
 
Daniel Jasper
 - [PATCH] Update Mozilla Style
 
Daniel Jasper
 - [PATCH] clang-format: [JS] Fix function formatting
 
Daniel Jasper
 - [PATCH] Fix/Improve SourceRange of explicitly defaulted members
 
Daniel Jasper
 - [PATCH] Fix/Improve SourceRange of explicitly defaulted members
 
Daniel Jasper
 - [PATCH] clang-format: [JS] Fix function formatting
 
Daniel Jasper
 - r211344 - Fix/Improve SourceRange of explicitly defaulted members
 
Daniel Jasper
 - [clang-tools-extra] r211345 - clang-tidy: [misc-use-override]	Correctly handle defaulted destructors.
 
Daniel Jasper
 - [PATCH] Fix crash when serializing ObjCIvarDecl.
 
Yiding Jia
 - [PATCH] [Clang] Implement basic MinGW32 version-independent	installation detection
 
Chris Kay
 - [PATCH] [Clang] Implement basic MinGW32 version-independent	installation detection
 
Chris Kay
 - [PATCH] [Clang] Implement basic MinGW32 version-independent	installation detection
 
Chris Kay
 - [PATCH] MinGW toolchain
 
Yaron Keren
 - [PATCH] [Clang] Implement basic MinGW32 version-independent	installation detection
 
Yaron Keren
 - [PATCH] [Clang] Implement basic MinGW32 version-independent	installation detection
 
Yaron Keren
 - r211112 - Fix the comment which was backwards.
 
Yaron Keren
 - r211295 - Fixed formatting.
 
Yaron Keren
 - [libclc] r211062 - Add remaining float constants
 
Jeroen Ketema
 - [libclc] r211210 - Add missing undefs
 
Jeroen Ketema
 - [libclc] r211211 - Add pown
 
Jeroen Ketema
 - [libclc] r211432 - Fix breakage after r211259
 
Jeroen Ketema
 - LLVM buildmaster will be restarted today after 7 PM Pacific time
 
Galina Kistanova
 - [PATCH] MinGW toolchain
 
Reid Kleckner
 - [PATCH] Sema: Static redeclaration after extern declarations is a	Microsoft Extension
 
Reid Kleckner
 - [PATCH] CodeGen: improve ms instrincics support
 
Reid Kleckner
 - [PATCH] CodeGen: implement __emit and __yield intrinsics
 
Reid Kleckner
 - [PATCH] Inherit dll attributes to static locals
 
Reid Kleckner
 - [PATCH] Inherit dll attributes to static locals
 
Reid Kleckner
 - [PATCH] CodeGen: improve ms instrincics support
 
Reid Kleckner
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Reid Kleckner
 - [PATCH] CodeGen: improve ms instrincics support
 
Reid Kleckner
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Reid Kleckner
 - r211224 - Relax the cl-inputs.c test a little bit in case link.exe is	on PATH
 
Reid Kleckner
 - r211227 - tests: relax ms-intrinsics test
 
Reid Kleckner
 - r211248 - DiagnoseUnknownTypename always emits a diagnostic and	returns true
 
Reid Kleckner
 - [PATCH] Move the calling of emitTargetMD() later.
 
Reid Kleckner
 - [PATCH] Driver: enhance MSC version compatibility
 
Reid Kleckner
 - [PATCH] Driver: enhance MSC version compatibility
 
Reid Kleckner
 - r211216 - CodeGen: improve ms instrincics support
 
Reid Kleckner
 - [PATCH] Driver: enhance MSC version compatibility
 
Reid Kleckner
 - [PATCH] Lex: Use the correct types for MS integer suffixes
 
Reid Kleckner
 - [PATCH] Allow more lookup of types in dependent base classes
 
Reid Kleckner
 - [PATCH] Allow more lookup of types in dependent base classes
 
Reid Kleckner
 - [PATCH] libcxxabi/unwind: Add support for ARM EHABI in	AddressSpace.hpp
 
Nick Kledzik
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Nick Kledzik
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [clang-tools-extra] r211154 - Move google-explicit-constructor check	to a separate source file.
 
Alexander Kornienko
 - [PATCH] Move google-explicit-constructor check to a separate source	file.
 
Alexander Kornienko
 - [PATCH] Add a check to flag the usage of C-style casts (Google Style).
 
Alexander Kornienko
 - [PATCH] Add a check to flag the usage of C-style casts (Google	Style).
 
Alexander Kornienko
 - [PATCH] Add a check to flag the usage of C-style casts (Google	Style).
 
Alexander Kornienko
 - [PATCH] Remove 'explicit' keyword from constructors with multiple	(non-default) arguments.
 
Alexander Kornienko
 - r211464 - Remove unused diagnostic and diagnostic group.
 
Benjamin Kramer
 - [PATCH] Factor DataflowWorklist out of LiveVariables and	UninitializedValues analyses
 
Ted Kremenek
 - [PATCH] Retry building modules that were compiled by other	instances and are out-of-date
 
Argyrios Kyrtzidis
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Argyrios Kyrtzidis
 - r211270 - Fix assertion hit or bogus compiler error in cases when	instantiating ObjC property accesses used with overloaded binary	operators.
 
Argyrios Kyrtzidis
 - [PATCH]  Avoid invalidating successfully loaded module files
 
Argyrios Kyrtzidis
 - [PATCH] Fix crash when serializing ObjCIvarDecl.
 
Argyrios Kyrtzidis
 - r211438 - [PCH] Remove the BackingIvarReferencedInAccessor field from	DECL_OBJC_IVAR abbreviation record.
 
Argyrios Kyrtzidis
 - [PATCH] Fix crash when serializing ObjCIvarDecl.
 
Argyrios Kyrtzidis
 - [PATCH] Fix crash when serializing ObjCIvarDecl.
 
Argyrios Kyrtzidis
 - r211439 - [test] Add '-target' option to fix bot failure.
 
Argyrios Kyrtzidis
 - [PATCH] Retry building modules that were compiled by other instances	and are out-of-date
 
Ben Langmuir
 - [PATCH] Retry building modules that were compiled by other	instances and are out-of-date
 
Ben Langmuir
 - r211129 - Retry building modules that were compiled by other	instances and are out-of-date
 
Ben Langmuir
 - [PATCH] Retry building modules that were compiled by other	instances and are out-of-date
 
Ben Langmuir
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Ben Langmuir
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Ben Langmuir
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Ben Langmuir
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Ben Langmuir
 - [PATCH]  Avoid invalidating successfully loaded module files
 
Ben Langmuir
 - r211330 - Avoid invalidating successfully loaded module files
 
Ben Langmuir
 - r211051 - Check that the directory does not exist.
 
Sylvestre Ledru
 - r211053 - actually,	just check if it is a file (including directory or symlink)
 
Sylvestre Ledru
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
Jiangning Liu
 - [PATCH] Sema: Static redeclaration after extern declarations is a	Microsoft Extension
 
David Majnemer
 - r211041 - MS ABI: Implement x86_64 RTTI
 
David Majnemer
 - [PATCH] MS ABI: Implement x86_64 RTTI
 
David Majnemer
 - [PATCH] MS local statics mangling: don't count enum scopes
 
David Majnemer
 - [PATCH] MS local statics mangling: don't double-increment	mangling number for switches
 
David Majnemer
 - [PATCH] CodeGen: Don't emit a thread-wrapper if we can't touch	the backing variable
 
David Majnemer
 - r211238 - Sema: Static redeclaration after extern declarations is a	Microsoft Extension
 
David Majnemer
 - [PATCH] Sema: Static redeclaration after extern declarations is a	Microsoft Extension
 
David Majnemer
 - r211402 - CodeGen: Refactor dynamic_cast and typeid
 
David Majnemer
 - r211408 - CodeGen: typeid/dynamic_cast tests don't need asserts
 
David Majnemer
 - r211410 - CodeGen: Fix test to work with assertions as well
 
David Majnemer
 - r210392 - Unbreak release builds.
 
David Majnemer
 - [PATCH] Lex: Use the correct types for MS integer suffixes
 
David Majnemer
 - r211426 - Lex: Use the correct types for MS integer suffixes
 
David Majnemer
 - [PATCH] Lex: Use the correct types for MS integer suffixes
 
David Majnemer
 - r211441 - Lex: Use the correct types for MS integer suffixes
 
David Majnemer
 - r211426 - Lex: Use the correct types for MS integer suffixes
 
David Majnemer
 - r211446 - The i128 suffix isn't always available.
 
David Majnemer
 - r211473 - Revert "Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp."
 
David Majnemer
 - r211467 - Revert r211402 (and r211408, r211410), "CodeGen:	Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp.
 
David Majnemer
 - r211473 - Revert "Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp."
 
David Majnemer
 - r211473 - Revert "Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp."
 
David Majnemer
 - r211483 - AST: Add ranges for AsmStmt's inputs and outputs
 
David Majnemer
 - r211484 - StaticAnalyzer: Switch a loop to a range-based for
 
David Majnemer
 - r211485 - Parse: Simplify construction of the clobber list
 
David Majnemer
 - [PATCH] detect CFAutorelease(0) in static analyzer
 
Sean McBride
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
James Molloy
 - r211101 - Rewrite ARM NEON intrinsic emission completely.
 
James Molloy
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
James Molloy
 - FW: [PATCH] Fix big-endian NEON intrinsics
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - r211362 - The ability to use vector initializer lists is a GNU vector	extension
 
James Molloy
 - [PATCH] Fix big-endian NEON intrinsics
 
James Molloy
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
James Molloy
 - [PATCH] Rewrite arm_neon.h generation from scratch
 
Tim Northover
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Tim Northover
 - r211149 - AArch64: re-enable tests that were looking for a	non-existent backend.
 
Tim Northover
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Tim Northover
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Tim Northover
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Tim Northover
 - r211122 - Remove dead code.
 
Diego Novillo
 - [PATCH] Add new debug kind LocTrackingOnly.
 
Diego Novillo
 - #pragma clang loop - documentation
 
Tyler Nowicki
 - r211135 - Documentation for #pragma clang loop directive and options	vectorize and interleave.
 
Tyler Nowicki
 - #pragma clang loop - documentation
 
Tyler Nowicki
 - [PATCH] Fix PR20069: bad loop pragma arguments crash FE
 
Tyler Nowicki
 - [PATCH] Documentation for loop unrolling pragmas.
 
Tyler Nowicki
 - Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
 
Tyler Nowicki
 - [PATCH] Documentation for loop unrolling pragmas.
 
Tyler Nowicki
 - r211380 - Fix crash caused by unnamed union or struct when doing	ast-print
 
Serge Pavlov
 - r211380 - Fix crash caused by unnamed union or struct when doing	ast-print
 
Serge Pavlov
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexander Potapenko
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexander Potapenko
 - r210936 - Copy the documentation of -fstandalone-debug from the	man page to the user
 
Adrian Prantl
 - [PATCH] Inherit dll attributes to static locals
 
Nico Rieck
 - [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
 
Jon Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - triples for baremetal
 
Jonathan Roelofs
 - triples for baremetal
 
Jonathan Roelofs
 - [PATCH] ARM: allow inline atomics on Cortex M
 
Jonathan Roelofs
 - [PATCH] triples for baremetal
 
Jonathan Roelofs
 - [cfe-dev] [PATCH] triples for baremetal
 
Jonathan Roelofs
 - [PATCH] Proposal on how to fix temporary dtors.
 
Jordan Rose
 - [PATCH] Division by zero
 
Jordan Rose
 - [PATCH] [analyzer][Review request] Partial fix for PR19102.
 
Jordan Rose
 - [PATCH] add BugReporterVisitor to PthreadLockChecker
 
Jordan Rose
 - [PATCH] Make VLA size checker detect negative array sizes
 
Jordan Rose
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted instead	of 'class' when declaring a template template parameter.
 
Jordan Rose
 - r211209 - [analyzer] Don't create new PostStmt nodes if we don't have	to.
 
Jordan Rose
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted instead	of 'class' when declaring a template template parameter.
 
Jordan Rose
 - [PATCH] Division by zero
 
Jordan Rose
 - [PATCH] Proposal on how to fix temporary dtors.
 
Jordan Rose
 - r211327 - diagtool: refactor TreeView to resemble C++
 
Jordan Rose
 - [PATCH] Proposal on how to fix temporary dtors.
 
Jordan Rose
 - r211411 - Driver: Record that we're in crashdump and push flags to	ConstructJob
 
Jordan Rose
 - r211453 - [analyzer] Check for NULL passed to CFAutorelease.
 
Jordan Rose
 - [PATCH] detect CFAutorelease(0) in static analyzer
 
Jordan Rose
 - [PATCH] Division by zero
 
Anders Rönnholm
 - [PATCH] Division by zero
 
Anders Rönnholm
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexey Samsonov
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexey Samsonov
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexey Samsonov
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Alexey Samsonov
 - [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
 
Daniel Sanders
 - [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
 
Daniel Sanders
 - triples for baremetal
 
Iain Sandoe
 - [PATCH] Make vector asan annotations exception-friendly
 
Kostya Serebryany
 - [libcxx] r208319 - Add Address Sanitizer support to std::vector
 
Kostya Serebryany
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Kostya Serebryany
 - [PATCH] [RFC] Print exact source locations of global variables in	ASan error reports.
 
Kostya Serebryany
 - r210936 - Copy the documentation of -fstandalone-debug from the	man page to the user
 
Sean Silva
 - r210936 - Copy the documentation of -fstandalone-debug from the	man page to the user
 
Sean Silva
 - [PATCH] PR15677 - Crash in template diffing.
 
Nikola Smiljanić
 - [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
 
Brad Smith
 - r211075 - Use the integrated assembler by default on OpenBSD/powerpc.
 
Brad Smith
 - [PATCH] Use appropriate default PIE settings for OpenBSD
 
Brad Smith
 - r211030 - Add -std=c++1z flag for C++17 features.
 
Richard Smith
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted instead of	'class' when declaring a template template parameter.
 
Richard Smith
 - r211050 - [modules] When we merge redecl chains or mark a decl used	with an update
 
Richard Smith
 - [PATCH] Fix/Improve SourceRange of defaulted destructors
 
Richard Smith
 - [PATCH] Fix/Improve SourceRange of explicitly defaulted members
 
Richard Smith
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted	instead of 'class' when declaring a template template parameter.
 
Richard Smith
 - r211267 - [c++1z] Implement N3994: a range-based for loop can declare	a variable with super-terse notation
 
Richard Smith
 - [PATCH] Fix PR20081: Properly parse >>> template endings when in	CUDA mode and C++11
 
Richard Smith
 - r211388 - Don't crash when emitting a glvalue conditional where one	arm is a
 
Richard Smith
 - [PATCH] Implement throw in conditional operator
 
Richard Smith
 - r211392 - [C++1z] Implement N3981: Disable trigraphs by default in	C++1z mode.
 
Richard Smith
 - r211031 - [C++1z] Implement N4051: 'typename' is permitted	instead of 'class' when declaring a template template parameter.
 
Richard Smith
 - r211394 - [C++1z] Implement N3928: message in static_assert is	optional.
 
Richard Smith
 - r211395 - Fix typo in r211394.
 
Richard Smith
 - r211396 - [C++1z] Add C++1z to the C++ status page.
 
Richard Smith
 - r211397 - Be less bold.
 
Richard Smith
 - r211398 - C++ status page: restore the convention of saying "SVN"	until we reach a release.
 
Richard Smith
 - r211469 - Fix dead link.
 
Richard Smith
 - r211470 - [cxx_status] Be a bit more precise.
 
Richard Smith
 - r211471 - [cxx_status] Minor wording tweaks.
 
Richard Smith
 - clang-format pointer binding patch
 
Sobczak, Janusz
 - [PATCH] Improve robustness of tests for module flags metadata
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum and	wchar width
 
Oliver Stannard
 - r211276 - Improve robustness of tests for module flags metadata
 
Oliver Stannard
 - [PATCH] Improve robustness of tests for module flags metadata
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - r211354 - Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - [PATCH] Add module flags metadata to record the settings for enum	and wchar width
 
Oliver Stannard
 - triples for baremetal
 
Tom Stellard
 - [libcxx] r211217 - Creating 3.4.2-final from release_34 branch.
 
Tom Stellard
 - [PATCH] clang-format: [JS] Fix function formatting
 
Adam Strzelecki
 - [PATCH] clang-format: [JS] Fix function formatting
 
Adam Strzelecki
 - [PATCH] clang-format: [JS] Fix function formatting
 
Adam Strzelecki
 - [PATCH] clang-format: [JS] Fix function formatting
 
Adam Strzelecki
 - [PATCH] clang-format: [JS] Fix function formatting
 
Adam Strzelecki
 - [PATCH 0/8] Initial implementation of delayed typo correction.
 
Kaelyn Takata
 - [PATCH 1/8] Move TypoCorrectionConsumer into a header.
 
Kaelyn Takata
 - [PATCH 2/8] Add the initial TypoExpr AST node for delayed typo	correction.
 
Kaelyn Takata
 - [PATCH 3/8] Pass around CorrectionCandidateCallbacks as unique_ptrs	so TypoCorrectionConsumer can keep the callback around as long	as needed.
 
Kaelyn Takata
 - [PATCH 4/8] Have TypoCorrectionConsumer remember the last	TypoCorrection returned.
 
Kaelyn Takata
 - [PATCH 5/8] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
Kaelyn Takata
 - [PATCH 6/8] Add another keyword-selection flag to	CorrectionCandidateCallback.
 
Kaelyn Takata
 - [PATCH 7/8] Add a callback for recovering using a typo correction.
 
Kaelyn Takata
 - [PATCH 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
 
Kaelyn Takata
 - [PATCH 3/8] Pass around CorrectionCandidateCallbacks as	unique_ptrs so TypoCorrectionConsumer can keep the callback around as	long as needed.
 
Kaelyn Takata
 - [PATCH 4/8] Have TypoCorrectionConsumer remember the last	TypoCorrection returned.
 
Kaelyn Takata
 - [PATCH 5/8] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
Kaelyn Takata
 - r211133 - Remove an unused argument from checkCorrectionVisibility.
 
Kaelyn Takata
 - r211134 - Fix the caller of checkCorrectionVisibility too.
 
Kaelyn Takata
 - [PATCH v2 0/9] Initial implementation of delayed typo correction.
 
Kaelyn Takata
 - [PATCH v2 1/9] Move TypoCorrectionConsumer into a header.
 
Kaelyn Takata
 - [PATCH v2 2/9] Add the initial TypoExpr AST node for delayed typo	correction.
 
Kaelyn Takata
 - [PATCH v2 3/9] Pass around CorrectionCandidateCallbacks as	unique_ptrs so TypoCorrectionConsumer can keep the callback	around as long as needed.
 
Kaelyn Takata
 - [PATCH v2 4/9] Have TypoCorrectionConsumer remember the last	TypoCorrection returned.
 
Kaelyn Takata
 - [PATCH v2 5/9] Start adding the infrastructure for handling TypoExprs.
 
Kaelyn Takata
 - [PATCH v2 6/9] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
Kaelyn Takata
 - [PATCH v2 7/9] Add another keyword-selection flag to	CorrectionCandidateCallback.
 
Kaelyn Takata
 - [PATCH v2 8/9] Add a callback for recovering using a typo correction.
 
Kaelyn Takata
 - [PATCH v2 9/9] Wire up LookupMemberExpr to use the new TypoExpr.
 
Kaelyn Takata
 - [PATCH v2 0/9] Initial implementation of delayed typo correction.
 
Kaelyn Takata
 - [PATCH v2 1/9] Move TypoCorrectionConsumer into a header.
 
Kaelyn Takata
 - [PATCH v2 2/9] Add the initial TypoExpr AST node for delayed typo	correction.
 
Kaelyn Takata
 - [PATCH v2 3/9] Pass around CorrectionCandidateCallbacks as	unique_ptrs so TypoCorrectionConsumer can keep the callback	around as long as needed.
 
Kaelyn Takata
 - [PATCH v2 4/9] Have TypoCorrectionConsumer remember the last	TypoCorrection returned.
 
Kaelyn Takata
 - [PATCH v2 5/9] Start adding the infrastructure for handling TypoExprs.
 
Kaelyn Takata
 - [PATCH v2 6/9] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
Kaelyn Takata
 - [PATCH v2 7/9] Add another keyword-selection flag to	CorrectionCandidateCallback.
 
Kaelyn Takata
 - [PATCH v2 8/9] Add a callback for recovering using a typo correction.
 
Kaelyn Takata
 - [PATCH v2 9/9] Wire up LookupMemberExpr to use the new TypoExpr.
 
Kaelyn Takata
 - r211011 - clang/AST/OpenMPClause.h: Update \param VL.	[-Wdocumentation]
 
NAKAMURA Takumi
 - r211011 - clang/AST/OpenMPClause.h: Update \param VL.	[-Wdocumentation]
 
NAKAMURA Takumi
 - r211348 - OMPScheduleClause::OMPScheduleClause(): Fix possible typos, 	s/\brief/\param/g. [-Wdocumentation]
 
NAKAMURA Takumi
 - r211363 - Disable Modules/dependency-dump-dependent-module.m on win32	for now.
 
NAKAMURA Takumi
 - r211363 - Disable Modules/dependency-dump-dependent-module.m on	win32 for now.
 
NAKAMURA Takumi
 - r211467 - Revert r211402 (and r211408, r211410),	"CodeGen: Refactor dynamic_cast and typeid" It crashes msvc codegen in	clang/test/SemaCXX/undefined-internal.cpp.
 
NAKAMURA Takumi
 - r211005 - Hide the concept of diagnostic levels from lex, parse	and sema
 
Alp Toker
 - r211007 - [OPENMP] Initial support of 'reduction' clause
 
Alp Toker
 - r211023 - Use the ShowInSystemHeader bit consistently for all	diagnostics
 
Alp Toker
 - r211025 - Fix typos
 
Alp Toker
 - [PATCH] Sema: Static redeclaration after extern declarations	is a Microsoft Extension
 
Alp Toker
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Alp Toker
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Alp Toker
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Alp Toker
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Alp Toker
 - Fix RecursiveASTVisitor to visit copy expressions of captured	variables in blocks (ObjC++11)
 
Alp Toker
 - [PATCH] Move the calling of emitTargetMD() later.
 
Alp Toker
 - r211323 - diagtool: simplify TreeView diagnostic classification
 
Alp Toker
 - r211327 - diagtool: refactor TreeView to resemble C++
 
Alp Toker
 - [PATCH] Warn on use of vector initializers in ARM BE mode
 
Alp Toker
 - r211327 - diagtool: refactor TreeView to resemble C++
 
Alp Toker
 - r211420 - Driver: enhance MSC version compatibility
 
Alp Toker
 - r211447 - TextDiagnostic: print remark level diagnostics in bold too
 
Alp Toker
 - r211448 - DiagnosticRenderer: emit basic notes as real diagnostics
 
Alp Toker
 - r211449 - Make MS i128 suffix test from r211446 more robust
 
Alp Toker
 - [clang-tools-extra] r211450 - Track changes from clang r211448.
 
Alp Toker
 - r211458 - Make WindowsToolChain portable
 
Alp Toker
 - r211459 - WindowsToolChain: decouple build environment from the	toolchain
 
Alp Toker
 - r211461 - Enable WindowsToolChain on all native Windows builds
 
Alp Toker
 - r211462 - TextDiagnosticPrinter: use the mapped level for remark flag	computation
 
Alp Toker
 - [PATCH] Add -Wrange-loop-analysis to warn when a range-based	for-loop is creating a copy.
 
Alp Toker
 - r211475 - Fix the category name for hash-warnings and hash-errors
 
Alp Toker
 - r211479 - DiagnosticIDs: use diagnostic severities to simplify	extension handling
 
Alp Toker
 - r211420 - Driver: enhance MSC version compatibility
 
Alp Toker
 - r211482 - cindex.py: remove obsolete workaround and FIXME
 
Alp Toker
 - r211420 - Driver: enhance MSC version compatibility
 
Alp Toker
 - r211138 - Convert assert(0) to llvm_unreachable to silence a warning	about Addend being uninitialized in default case.
 
Craig Topper
 - r211139 - Replace some assert(0)'s with llvm_unreachable.
 
Craig Topper
 - r211142 - Convert an llvm_unreachable in an 'else' block to a removal	of the	'if' and an assertion of its condition. Suggestion from David Blaikie.
 
Craig Topper
 - r211143 - Replace some assert(0)'s with llvm_unreachable.
 
Craig Topper
 - [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop	is creating a copy.
 
Richard Trieu
 - [PATCH] PR15677 - Crash in template diffing.
 
Richard Trieu
 - r211121 - Change libclang initialization to use std::call_once	instead of
 
Zachary Turner
 - r211140 - [OPENMP] Initial support for '#pragma omp for' (fixed	incompatibility with MSVC).
 
Zachary Turner
 - r211140 - [OPENMP] Initial support for '#pragma omp for' (fixed	incompatibility with MSVC).
 
Zachary Turner
 - r211285 - Don't call llvm_start_multithreaded() during init. As of	LLVM
 
Zachary Turner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Zachary Turner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Zachary Turner
 - [PATCH] Teach CC1 to dump module dependencies to a directory
 
Zachary Turner
 - [PATCH] clang/Frontend/MultiplexConsumer.h
 
Vassil Vassilev
 - [PATCH] Implement throw in conditional operator
 
Marius Wachtler
 - [libclc] r211044 - clctypes.h: Don't rely on stddef.h for size_t and	ptrdiff_t
 
Aaron Watry
 - [libclc] r211045 - Add all(igentype) builtin
 
Aaron Watry
 - [libclc] r211046 - relational: Add isequal(floatN) builtin
 
Aaron Watry
 - [libclc] r211047 - math: Implement mix builtin
 
Aaron Watry
 - [libclc] r211049 - Revert "clctypes.h: Don't rely on stddef.h for	size_t and ptrdiff_t"
 
Aaron Watry
 - [libclc] r211044 - clctypes.h: Don't rely on stddef.h for size_t	and ptrdiff_t
 
Aaron Watry
 - [libclc] r211065 - Fix definition of INFINITY and add NAN/HUGE_VAL[F]
 
Aaron Watry
 - clang-format pointer binding patch
 
Nico Weber
 - [PATCH] libcxxabi/unwind: Add support for ARM EHABI in	AddressSpace.hpp
 
Nico Weber
 - [PATCH] libcxxabi/unwind: Add support for ARM EHABI in	AddressSpace.hpp
 
Nico Weber
 - r211359 - [PowerPC] Add MultiarchIncludeDirs for powerpc64le
 
Ulrich Weigand
 - r211360 - [PowerPC] Fix ELF interpreter name for powerpc64le-linux
 
Ulrich Weigand
 - r211361 - Add file missed in r211360 commit
 
Ulrich Weigand
 - r211370 - [PowerPC] Fix small argument stack slot offset for LE
 
Ulrich Weigand
 - [PATCH] MS local statics mangling: don't count enum scopes
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't double-increment mangling	number for switches
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't count enum scopes
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't double-increment	mangling number for switches
 
Hans Wennborg
 - r211078 - MS static locals mangling: don't count enum scopes
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't count enum scopes
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't count enum scopes
 
Hans Wennborg
 - r211079 - MS static locals mangling: don't double-increment mangling	number for switches
 
Hans Wennborg
 - [PATCH] MS local statics mangling: don't double-increment	mangling number for switches
 
Hans Wennborg
 - r211081 - Add support for the /Fi argument to clang-cl (PR20036)
 
Hans Wennborg
 - [PATCH] Inherit dll attributes to static locals
 
Hans Wennborg
 - r211137 - Fix bug in code for avoiding dynamic initialization of	dllimport globals
 
Hans Wennborg
 - [PATCH] Inherit dll attributes to static locals
 
Hans Wennborg
 - r211173 - Inherit dll attributes to static locals
 
Hans Wennborg
 - [PATCH] Inherit dll attributes to static locals
 
Hans Wennborg
 - r211189 - Make clang-cl accept .lib inputs (PR20065)
 
Hans Wennborg
 - [PATCH] Driver: generate file lists to pass through to linkers
 
Hans Wennborg
 - [PATCH] Use the newly added FindInEnvPath helper in clang
 
Hans Wennborg
 - [PATCH] Use the newly added FindInEnvPath helper in clang
 
Hans Wennborg
 - r211085 - Add documentation for PGO with instrumentation to clang's	User's Manual.
 
Bob Wilson
 - r208756 - Create a redeclaration when an elaborated type specifier
 
Will Wilson
 - [PATCH] Fix clang-tidy delete of stack object
 
Aaron Wishnick
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Michael Wong
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Michael Wong
 - [PATCH] Documentation for loop unrolling pragmas.
 
tnowicki at apple.com
 - [PATCH] Move the calling of emitTargetMD() later.
 
robert lytton
 - [PATCH] Move the calling of emitTargetMD() later.
 
robert lytton
 - [PATCH] Move the calling of emitTargetMD() later.
 
robert lytton
    
 
    
      Last message date: 
       Sun Jun 22 22:17:57 PDT 2014
    Archived on: Tue Aug  4 15:31:41 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).