The Week Of Monday 8 December 2014 Archives by date
Starting: Mon Dec 8 00:48:12 PST 2014
Ending: Sun Dec 14 23:46:12 PST 2014
Messages: 400
- r223628 - [libclang] Function templates can be 'overloaded' by return type, so encode the return type in the USR
Argyrios Kyrtzidis
- r223629 - [libclang] Reflect in USR generation that 'signed char' and 'unsigned char' can overload a 'char' in C++, by giving them distinct encodings.
Argyrios Kyrtzidis
- r223630 - [libclang] Encode the C++11 method reference qualifier in the USR.
Argyrios Kyrtzidis
- r223631 - [libclang] Encode C++11 rvalue reference types in the USR.
Argyrios Kyrtzidis
- r223632 - [libclang] Use same USR encoding for 'class' as 'struct'.
Argyrios Kyrtzidis
- r223633 - [libclang] Encode location info for anonymous embedded tag decls.
Argyrios Kyrtzidis
- r223634 - [libclang] Encode InjectedClassNameType in the USR.
Argyrios Kyrtzidis
- r223642 - [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be.
Argyrios Kyrtzidis
- [PATCH] Mangling of anonymous unions
Evgeny Astigeevich
- r223649 - clang/test/Index/usrs.cpp: Appease targeting msvc.
NAKAMURA Takumi
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Evgeniy Stepanov
- clang-apply-replacements doesn't handle windows newlines correctly
Alexander Kornienko
- [clang-tools-extra] r223651 - [clang-tidy] google-runtime-int: Don't check C code.
Alexander Kornienko
- clang-apply-replacements doesn't handle windows newlines correctly
Nikola Smiljanic
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- r223652 - clang-format: Support commas in lambda return types.
Daniel Jasper
- [PATCH] Fix DiagnosticErrorTrap with SuppressAllDiagnostics
Brad King
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Jonathan Roelofs
- [libcxx] r223661 - Explicitly include <sched.h> for sched_yield()
Sergey Dmitrouk
- [PATCH] Provide fixit if unscoped enumeration is used in nested name specifier. This fixes PR16951.
Serge Pavlov
- [TYPO] Fix number of diagnostic classes
AlexDenisov
- [PATCH] Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Samuel Benzaquen
- [PATCH] [OpenCL] fix the various -cl-* flags to relax FP arith
Pekka Jääskeläinen
- [PATCH] Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Manuel Klimek
- [PATCH] Consider only implicit builtin functions as device host in SemaCUDA
Jacques Pienaar
- r223683 - InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
- [PATCH] Bugfix for Codegen of atomic load/store ops.
John McCall
- r223685 - clang-format: Make clang-format-diff.py format java files.
Daniel Jasper
- r223688 - clang-format: [Java] Always break after annotations of multiline decls.
Daniel Jasper
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- r223690 - Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Samuel Benzaquen
- [PATCH] Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Samuel Benzaquen
- [PATCH] Consider only implicit builtin functions as device host in SemaCUDA
Reid Kleckner
- r223694 - clang-format: Indent correctly in conditional expressions after return.
Daniel Jasper
- r223699 - DebugInfo: Ensure the store for an assignment is attributed to the beginning of the assignment expression
David Blaikie
- EmitObjCBoxedExpr and EmitObjCMsgSendExpr unification
AlexDenisov
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- r223705 - Handle possible TypoExprs in member initializers.
Kaelyn Takata
- [PATCH] Consider only implicit builtin functions as device host in SemaCUDA
Jacques Pienaar
- [PATCH] Consider only implicit builtin functions as device host in SemaCUDA
Jacques Pienaar
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- r223714 - Add a test for MS-ABI this adjustment for virtual calls to member operators.
Nico Weber
- r223723 - Revert "Driver: Objective-C should respect -fno-exceptions"
David Majnemer
- r223724 - [modules] If the same .pcm file is imported via two different paths, don't
Richard Smith
- r223455 - Driver: Objective-C should respect -fno-exceptions
David Majnemer
- clang-apply-replacements doesn't handle windows newlines correctly
Alexander Kornienko
- r223726 - DebugInfo: Correctly identify the location of C++ member initializer list elements
David Blaikie
- clang-apply-replacements doesn't handle windows newlines correctly
Nikola Smiljanic
- [PATCH] [LIT] Add NativeMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Add new diagnostic to check for bad member function calls in mem-initializer-lists.
Emily Bellows
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- r223733 - MS ABI: Add another test for PR20017
David Majnemer
- [clang-tools-extra] r223750 - Handle newlines on Windows correctly.
Nikola Smiljanic
- clang-apply-replacements doesn't handle windows newlines correctly
Nikola Smiljanic
- r223753 - [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Richard Smith
- [PATCH] [libcxx] Support UDTs convertible to arithmetic types in <cmath>
Eric Fiselier
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Eric Fiselier
- patch: improve handling of value dependent exprs in CheckEnableIf
Nick Lewycky
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Marshall Clow
- r223759 - Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Duncan P. N. Exon Smith
- r223753 - [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Duncan P. N. Exon Smith
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] Port test/Driver/mg.c to use FileCheck instead of fgrep
İsmail Dönmez
- [clang-tools-extra] r223766 - clang-tidy: Add a basic python script to generate checks.
Daniel Jasper
- [clang-tools-extra] r223771 - [clang-tidy] Extended the example check, added a fix-it, etc.
Alexander Kornienko
- [PATCH] Add a way to tell MatchFinder not to visit template instantiations and implicitcode.
Alexander Kornienko
- [libcxx] r223775 - Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though.
Marshall Clow
- r223776 - Re-work the Clang system for classifying Intel x86 CPUs to use their
Chandler Carruth
- [clang-tools-extra] r223777 - [clang-tidy] Fix a typo.
Alexander Kornienko
- [libcxx] r223778 - Move the optional tests into test/experimental. They were put into test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around.
Marshall Clow
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Jonathan Roelofs
- r223779 - Don't actually generate code for testing the frontend's target cpu flag,
Chandler Carruth
- EmitObjCBoxedExpr and EmitObjCMsgSendExpr unification
jahanian
- r223803 - IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Eric Fiselier
- [PATCH] [OpenCL] fix the various -cl-* flags to relax FP arith
Hal Finkel
- r223814 - Fix a GCC error from r223803
Duncan P. N. Exon Smith
- [PATCH] [LIT] Allow suite configs to be preloaded allowing for better support of out-of-dir builds.
Eric Fiselier
- [PATCH] These builtin functions set errno. Mark them accordingly.
hfinkel at anl.gov
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Eric Fiselier
- r223825 - DebugInfo: Emit the correct location for initialization of a complex variable
David Blaikie
- r223828 - DebugInfo: Accurate location information for complex assignment
David Blaikie
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Eric Fiselier
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Jonathan Roelofs
- r223835 - DebugInfo: Correct location for compound complex assignment
David Blaikie
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Eric Fiselier
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Eric Christopher
- r223839 - DebugInfo: Correct the location of initializations of auto.
David Blaikie
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Jonathan Roelofs
- r223842 - DebugInfo: Correct location of initialization of auto __complex
David Blaikie
- r223846 - Objective-C SDK modernizer. Modernize to use
Fariborz Jahanian
- [PATCH] [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg
Eric Fiselier
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Eric Fiselier
- r223726 - DebugInfo: Correctly identify the location of C++ member initializer list elements
Kostya Serebryany
- [libcxx] r223848 - Update information on where to find buildbots. Remove dead buildbot links.
Eric Fiselier
- r223850 - clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).
Nico Weber
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Jonathan Roelofs
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- r223854 - DebugInfo: Correct location of aggregate assignment
David Blaikie
- r223855 - Modified the Objective-C lexer and parser (only
Sean Callanan
- r223860 - Updated the AST importer to support importing
Sean Callanan
- r223861 - cmake: Make SVNVersion.inc step depend on GetSVN.cmake.
Nico Weber
- [PATCH] [LIT] Add NativeMetricValue type to wrap types supported by the json encoder.
Daniel Dunbar
- r223870 - Tweak test case from r223842 to make it pass on Windows MSVC
Reid Kleckner
- r223871 - Make sure that vec_perm is listed as a static function in altivec.h.
Eric Christopher
- r223872 - DebugInfo: Correct the location of array accesses
David Blaikie
- [PATCH] [LIT] Add NativeMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- r223897 - DebugInfo: Fix another case of array access line information
David Blaikie
- r223900 - Made the ASTImporter resilient if it can't import
Sean Callanan
- r223902 - DebugInfo: Correct location information for array accesses to elements of variable array type.
David Blaikie
- r223861 - cmake: Make SVNVersion.inc step depend on GetSVN.cmake.
Jordan Rose
- [PATCH] These builtin functions set errno. Mark them accordingly.
Richard Smith
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- [PATCH] Add new diagnostic to check for bad member function calls in mem-initializer-lists.
Richard Trieu
- r223912 - Fixed the AST importer ot use redeclaration contexts properly.
Sean Callanan
- r223913 - Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Richard Smith
- [clang-tools-extra] r223914 - Update to match clang r223913.
Richard Smith
- r223759 - Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Richard Smith
- [PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Eric Fiselier
- [PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Daniel Dunbar
- [PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Eric Fiselier
- [PATCH] Add new diagnostic to check for bad member function calls in mem-initializer-lists.
Emily Bellows
- [PATCH] [LIT] Allow suite configs to be preloaded allowing for better support of out-of-dir builds.
Daniel Dunbar
- [PATCH] [LIT] Allow suite configs to be preloaded allowing for better support of out-of-dir builds.
Eric Fiselier
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Saleem Abdulrasool
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
John McCall
- [PATCH] [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [PATCH] Bugfix for Codegen of atomic load/store ops.
John McCall
- r223921 - clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on Lit internal runner.
NAKAMURA Takumi
- [Patch] libc++: Add a default rune table
Ed Schouten
- [cfe-dev] CodeGen issue with atomic_load_n
Beren Minor
- [Patch] libc++: Add a default rune table
Jonathan Roelofs
- r223860 - Updated the AST importer to support importing
Nico Rieck
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Renato Golin
- r223927 - [mips] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
- r223928 - OpenCL C: Add support for a set of floating point
Pekka Jaaskelainen
- [Patch] libc++: Add a default rune table
Ed Schouten
- r223855 - Modified the Objective-C lexer and parser (only
jahanian
- r223930 - clang-format: Remove a few else after return statements.
Daniel Jasper
- r223934 - Objective-C SDK modernizer. When modernizing an enum to
Fariborz Jahanian
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Jonathan Roelofs
- r223855 - Modified the Objective-C lexer and parser (only
Sean Callanan
- [Patch] libc++: Add a default rune table
Dan Albert
- r223935 - Added a testcase to make sure the parser allows
Sean Callanan
- r223936 - clang-format: Factor out UnwrappedLineFormatter into a separate file.
Daniel Jasper
- [PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
- r223937 - DebugInfo: Location information for scalar new expressions
David Blaikie
- r223938 - Make test case 32/64 bit neutral
David Blaikie
- r223855 - Modified the Objective-C lexer and parser (only
Sean Callanan
- r223936 - clang-format: Factor out UnwrappedLineFormatter into a separate file.
Nico Weber
- r223936 - clang-format: Factor out UnwrappedLineFormatter into a separate file.
Daniel Jasper
- r223860 - Updated the AST importer to support importing
Nico Weber
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Eric Christopher
- [libcxx] r223952 - Creating release directory for release_35.
Tom Stellard
- r223953 - DR1891, PR21787: a lambda closure type has no default constructor, rather than
Richard Smith
- [libcxx] r223954 - Creating release candidate rc1 from release_35 branch
Tom Stellard
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Renato Golin
- r223966 - Fixed an 80-column violation.
Sean Callanan
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
James Molloy
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Eric Christopher
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
James Molloy
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Eric Christopher
- [PATCH] Diagnose 'optnone' versus 'minsize' on a declaration
Robinson, Paul
- r223975 - AST: Properly calculate the linkage of a IndirectFieldDecl
David Majnemer
- r223976 - Revert the default changing behavior part of r216662 until we
Eric Christopher
- r223977 - Add a FIXME for unifying ARM target abi handling.
Eric Christopher
- [PATCH] Diagnose 'optnone' versus 'minsize' on a declaration
Aaron Ballman
- r223979 - Forgot to commit this change with r223975
David Majnemer
- r223980 - Rename a couple of preprocessor symbols to be more descriptive. NFC.
Paul Robinson
- [PATCH] Diagnose 'optnone' versus 'minsize' on a declaration
Robinson, Paul
- r223980 - Rename a couple of preprocessor symbols to be more descriptive. NFC.
David Majnemer
- r223980 - Rename a couple of preprocessor symbols to be more descriptive. NFC.
Robinson, Paul
- r223984 - Revert r223980 as it had wrong commit message.
Paul Robinson
- r223985 - Diagnose attributes 'optnone' and 'minsize' on the same declaration.
Paul Robinson
- [PATCH] Rename preprocessor symbols to be more descriptive. NFC
Chris Matthews
- [PATCH] Diagnose 'optnone' versus 'minsize' on a declaration
Robinson, Paul
- [PATCH] Rename preprocessor symbols to be more descriptive. NFC
Robinson, Paul
- r223987 - Revert r223578, perf data collection depends on the old symbol name.
Paul Robinson
- [PATCH] Rename preprocessor symbols to be more descriptive. NFC
Robinson, Paul
- [PATCH] Rename preprocessor symbols to be more descriptive. NFC
Chris Matthews
- [PATCH] [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Daniel Dunbar
- r223992 - Parse: Concatenated string literals should be verified in inline asm
David Majnemer
- r223935 - Added a testcase to make sure the parser allows
Jordan Rose
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Richard Smith
- [PATCH] MS ABI: Fix mangling of unsigned int tempalte params
Will Wilson
- [PATCH] MS ABI: Fix mangling of unsigned int tempalte params
David Majnemer
- r223999 - MS ABI: Fix mangling of unsigned int template params
Will Wilson
- [PATCH] MS ABI: Fix mangling of unsigned int tempalte params
Will Wilson
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] No memcpy for copy ctor with -fsanitize-address-field-padding=1
Nico Weber
- [PATCH] Fix __ldrexd arm intrinsic
Daniel Jump
- [PATCH] [Review request][analyzer] Duplicate '0 size allocation' check from unix.API in unix.Malloc.
Антон Ярцев
- [PATCH] [Review request][analyzer] Duplicate '0 size allocation' check from unix.API in unix.Malloc.
Антон Ярцев
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- r223977 - Add a FIXME for unifying ARM target abi handling.
Renato Golin
- ARM regression between r223766 and r223925
İsmail Dönmez
- [Patch] libc++: Add a default rune table
Ed Schouten
- ARM regression between r223766 and r223925
Renato Golin
- ARM regression between r223766 and r223925
İsmail Dönmez
- ARM regression between r223766 and r223925
Renato Golin
- [PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64
Daniel Sanders
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Will Wilson
- [Patch] libc++: Add a default rune table
Joerg Sonnenberger
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [PATCH] Port test/Driver/mg.c to use FileCheck instead of fgrep
İsmail Dönmez
- [Patch] libc++: Add a default rune table
Ed Schouten
- [Patch] libc++: Add a default rune table
Yaron Keren
- [Patch] libc++: Add a default rune table
Chandler Carruth
- [Patch] libc++: Add a default rune table
Joerg Sonnenberger
- [Patch] libc++: Add a default rune table
Joerg Sonnenberger
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- [libcxx] r224021 - Add an XFAIL for Newlib's missing fenv.h
Jonathan Roelofs
- FW: [PATCH] Itanium C++ ABI: Mangling of anonymous unions
Evgeny Astigeevich
- [libcxx] r224024 - Mark some more fenv tests as UNSUPPORTED by newlib
Jonathan Roelofs
- [Patch] libc++: Add a default rune table
Ed Schouten
- [libcxx] r224032 - Mark a bunch of long running tests as 'REQUIRES: long_tests'
Jonathan Roelofs
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Aaron Ballman
- [PATCH] Fix __ldrexd arm intrinsic
Tim Northover
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- [libcxx] r224037 - Add an XFAIL for Newlib's missing uchar.h
Jonathan Roelofs
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Richard Smith
- [PATCH] Handle 'optnone' versus -Os/-Oz more smoothly
Robinson, Paul
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- r224039 - When checking for nonnull parameter attributes, also check the ParmVarDecl since the attribute may reside there, instead of just on the FunctionDecl. Fixes PR21668.
Aaron Ballman
- r224040 - AST: Incomplete types might be zero sized
David Majnemer
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- [PATCH] Handle 'optnone' versus -Os/-Oz more smoothly
Aaron Ballman
- [clang] [bug 17456] cast diagnostic
Nathan Sidwell
- r224047 - Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later
Paul Robinson
- [PATCH] Handle 'optnone' versus -Os/-Oz more smoothly
Robinson, Paul
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- [libcxxabi] r224049 - Creating release directory for release_351.
Tom Stellard
- [libcxxabi] r224050 - Creating release candidate rc1 from release_351 branch
Tom Stellard
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Richard Smith
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Richard Smith
- r224040 - AST: Incomplete types might be zero sized
Richard Smith
- r224055 - [modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
- [libcxx] r224057 - Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__
Jonathan Roelofs
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Richard Smith
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Richard Smith
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Richard Smith
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
JF Bastien
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
JF Bastien
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
- [PATCH] Bugfix for Codegen of atomic load/store ops.
John McCall
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
JF Bastien
- [libcxx] r224064 - Add 'REQUIERS: long_tests' to a few more long tests
Jonathan Roelofs
- [libcxx] r224069 - Add 'REQUIRES: long_tests' to one more long test
Jonathan Roelofs
- r224072 - [Objective-C]. This patch extends objc_bridge attribute to support objc_bridge(id).
Fariborz Jahanian
- r223977 - Add a FIXME for unifying ARM target abi handling.
Eric Christopher
- [PATCH] Mangling of anonymous unions
Richard Smith
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Robinson, Paul
- [PATCH] [libcxx] Obey 29.6.5.21 for GCC.
Dan Albert
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Sean Silva
- [libcxx] r224095 - Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off.
Eric Fiselier
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- r223852 - AST: Don't assume two zero sized objects live at different addresses
Richard Smith
- [libcxx] r224096 - Add support for building libc++ as a 32 bit library
Eric Fiselier
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- [PATCH] [ms compatibility] Fix for PR9984.
David Majnemer
- [PATCH] Consider calls from implict host device functions as valid in SemaCUDA
Jacques Pienaar
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- [PATCH] Pretty print template arg enum constants (if possible)
Will Wilson
- [PATCH] [ms compatibility] Fix for PR9984.
David Majnemer
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- [PATCH] Add -mlong-double-64 flag
Taiju Tsuiki
- r224100 - Do not warn on keyword undef
Serge Pavlov
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Robinson, Paul
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- r224110 - CodeGen: Loads/stores to allocas for atomic ops shouldn't be volatile
David Majnemer
- [cfe-dev] CodeGen issue with atomic_load_n
David Majnemer
- [PATCH] [ms compatibility] Fix for PR9984.
Bataev, Alexey
- [libcxx] r224111 - Include newlib-specific locales in __locale
Sergey Dmitrouk
- r224112 - clang-format: Revamp nested block formatting.
Daniel Jasper
- [PATCH] Add BreakSingleLineRawStrings option.
Alexander Kornienko
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [PATCH] Add BreakSingleLineRawStrings option.
Daniel Jasper
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] Add BreakSingleLineRawStrings option.
Alexander Kornienko
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- r224120 - Don't break string literals in Java and JavaScript.
Alexander Kornienko
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- r224055 - [modules] When constructing paths relative to a module, strip out /./ directory
Aaron Ballman
- [clang] Patch for 6037
Nathan Sidwell
- [PATCH] [mips] Always clobber $1 for MIPS inline asm.
Toma Tabacu
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Aaron Ballman
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Joerg Sonnenberger
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Marshall Clow
- r224131 - Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):
Evgeny Astigeevich
- [PATCH] Mangling of anonymous unions
Evgeny Astigeevich
- [PATCH] [OPENMP] Codegen for the 'omp for' with static schedule (non-chunked).
Alexander Musman
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [PATCH] [ms compatibility] Fix for PR9984.
Reid Kleckner
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Robinson, Paul
- r224145 - Allow module deps to be printed in an arbitrary order
Reid Kleckner
- [PATCH] Bugfix for Codegen of atomic load/store ops.
John McCall
- r224145 - Allow module deps to be printed in an arbitrary order
Justin Bogner
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
John McCall
- [PATCH] [OPENMP] Codegen for the 'omp for' with static schedule (non-chunked).
John McCall
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Arthur O'Dwyer
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- r224145 - Allow module deps to be printed in an arbitrary order
Richard Smith
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- r224145 - Allow module deps to be printed in an arbitrary order
Justin Bogner
- r221562 - [Objective-C Sema]. Issue availability/deprecated warning when
Nico Weber
- r224145 - Allow module deps to be printed in an arbitrary order
Richard Smith
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Richard Smith
- r224055 - [modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
- [PATCH] Pretty print template arg enum constants (if possible)
Richard Smith
- [libcxx] r224162 - Add option to turn off installation of headers.
Eric Fiselier
- LLVM buildmaster will be restarted today after 5 PM Pacific today
Galina Kistanova
- r224164 - Frontend: Canonicalize to native paths when dumping module dependencies
Justin Bogner
- r221562 - [Objective-C Sema]. Issue availability/deprecated warning when
Nico Weber
- r224167 - Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- r224145 - Allow module deps to be printed in an arbitrary order
Justin Bogner
- r224172 - Typo correction: Ignore temporary binding exprs after overload resolution
Reid Kleckner
- r224173 - Implement feedback on r224172 in PR21899
Reid Kleckner
- [libcxxabi] r224182 - Use the newer python syntax for exceptions
Justin Bogner
- r224183 - Fix two small bugs in typo correction. One assertion failure building member expressions because the lookup finds a different name than the original, fixed by updating the LookupResult's name with the name of the found decl. Second is that we also diagnose delayed typo exprs in the index of an array subscript expression.
Nick Lewycky
- [PATCH] [libcxx] Allow the use of ccache when running the test suite.
Eric Fiselier
- r224184 - Pretty print support for template arg enum constants
Will Wilson
- r224185 - NFC: Minor formatting fix
Will Wilson
- [PATCH] Pretty print template arg enum constants (if possible)
Will Wilson
- r224189 - Sema: Constexpr functions must have return statements which have an expr
David Majnemer
- patch: remove the unqualified name cache for typos
Nick Lewycky
- r224193 - Parse: MS property members cannot have an in-class initializer
David Majnemer
- [PATCH] Don't break single-line raw string literals.
Daniel Jasper
- [PATCH] [libcxx] Allow the use of ccache when running the test suite.
Jonathan Roelofs
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Joerg Sonnenberger
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Joerg Sonnenberger
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Joerg Sonnenberger
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Joerg Sonnenberger
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Joerg Sonnenberger
- r224199 - clang-cl: Add unsupported /Gv option (PR21892)
Hans Wennborg
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- r224200 - clang-cl: Make /Gd ignored instead of unsupported
Hans Wennborg
- r224201 - clang-cl: ignore /cgthreads (PR21894)
Hans Wennborg
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Jonathan Roelofs
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Jonathan Roelofs
- r224202 - clang-cl: Fix handling of the /volatile flag (PR21893)
Hans Wennborg
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- r224204 - Sema: attribute((annotate)) must have at least one argument
David Majnemer
- r224205 - If a non-template constructor instantiated to X(X),
John McCall
- r224210 - Lex: Don't crash if both conflict markers are on the same line
David Majnemer
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Arthur O'Dwyer
- r224215 - AST: Limit zero-sized constexpr behavior to array types
David Majnemer
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- r224219 - CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Tim Northover
- r224221 - DebugInfo: More accurate line information for placement new.
David Blaikie
- r224223 - Don't break single-line raw string literals.
Alexander Kornienko
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- [clang patch] PR20146
Nathan Sidwell
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- r224228 - MSVC: A wide string literal from L#macro_arg in a macro
Alexey Bataev
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- r224230 - Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- r224231 - Fixed test/CodeGen/atomic_ops.c for compatibility with hexagon target
Alexey Bataev
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
Reid Kleckner
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
David Majnemer
- r224232 - Parse: Don't reorder tokens using ConsumeToken
David Majnemer
- r224233 - First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
- [PATCH] [OPENMP] Codegen for the 'omp for' with static schedule (non-chunked).
Alexander Musman
- r224234 - Test for 'omp for' (for r224233).
Alexander Musman
- r224237 - Sema: Don't leave switch stack inconsistent when recovering
David Majnemer
Last message date:
Sun Dec 14 23:46:12 PST 2014
Archived on: Tue Aug 4 15:31:58 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).