The Week Of Monday 27 January 2014 Archives by author
Starting: Mon Jan 27 01:32:00 PST 2014
Ending: Sun Feb 2 23:16:03 PST 2014
Messages: 386
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- r200221 - [Mips] Add tests to check MIPS arch macros.
Simon Atanasyan
- r200222 - [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips64r2 respectively.
Simon Atanasyan
- r200223 - [Mips] Fix __mips macro definition.
Simon Atanasyan
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- [PATCH] Knowledge of GCC attribtues
Aaron Ballman
- r200252 - Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU spelling, and a CXX11 spelling with the namespace "gnu". It also sets a bit on the spelling certifying that it is known to GCC. From this, we can warn about the extension appropriately. As a consequence, the FunctionDefinition functionality is completely removed.
Aaron Ballman
- [PATCH] Knowledge of GCC attribtues
Aaron Ballman
- [PATCH] Slightly better handling of transparent_union attribute
Aaron Ballman
- r200277 - Relaxing the alignment requirements for fields in a transparent_union. Emits the diagnostic only when subsequent alignments are more strict than the alignment required by the first field.
Aaron Ballman
- [PATCH] Slightly better handling of transparent_union attribute
Aaron Ballman
- clang: C++1y deprecated attribute message
Aaron Ballman
- clang: C++1y deprecated attribute message
Aaron Ballman
- clang: C++1y deprecated attribute message
Aaron Ballman
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- clang: C++1y deprecated attribute message
Aaron Ballman
- [PATCH] Sema: Diagnose improper application of inheritance keywords
Aaron Ballman
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- r200424 - Consolidating several table-generated files containing parser-related string switches into a single file. This reduces build-related complexity by replacing four separate projects (and table-gen instantiations) with a single one.
Aaron Ballman
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- Updated hacking page to point to new debugging visualizers.
Aaron Ballman
- r199144 - When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).
Aaron Ballman
- [PATCH] Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Silviu Baranga
- r200290 - Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)
Alexey Bataev
- r200510 - Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews.chandlerc.com/D2655)
Alexey Bataev
- r200513 - [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing. (http://llvm-reviews.chandlerc.com/D2451)
Alexey Bataev
- [PATCH] Model Constructor corresponding to a new call
Karthik Bhat
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Karthik Bhat
- [PATCH] Model Deallocator node in CFG
Karthik Bhat
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Karthik Bhat
- [PATCH] Model Deallocator node in CFG
Karthik Bhat
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200236 - Driver: support -fno-debug-types-section to override -fdebug-types-section
David Blaikie
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
David Blaikie
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
David Blaikie
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- r200381 - Fix crash on unmatched #endif's.
David Blaikie
- r200381 - Fix crash on unmatched #endif's.
David Blaikie
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- [PATCH] Whitespace issues during preprocessing
Justin Bogner
- [PATCH] Whitespace issues during preprocessing
Justin Bogner
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [libcxx] r200523 - Remove default function template argument from the header.
Logan Chien
- Updated hacking page to point to new debugging visualizers.
Eric Christopher
- r200497 - Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [clang-tools-extra] r200603 - Switch clang-query to use the lineeditor library.
Peter Collingbourne
- [clang-tools-extra] r200604 - Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [PATCH] Switch clang-query to use the lineeditor library.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
James Dennett
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
James Dennett
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- r200307 - [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.
Amara Emerson
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Amara Emerson
- Anonymous records with typedef names for linkage
Rafael EspĂndola
- Anonymous records with typedef names for linkage
Rafael EspĂndola
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
- [libcxx] r200364 - lit.site.cfg:cxx_under_test should take precedence over 'which clang++'
David Fang
- r200359 - Fixing PR18430 by checking that the size of bitfields plus padding does not
Yunzhong Gao
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Add support for -funsigned-bitfields
Renato Golin
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Renato Golin
- r200538 - ARM RT libs with generic name
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200539 - Add tests for ARM RT library name
Renato Golin
- r200538 - ARM RT libs with generic name
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200555 - Last option on -fexception for arm-disable-ehabi
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Joey Gouly
- r200230 - Comment parsing: don't crash while parsing \deprecated in a standalone comment
Dmitri Gribenko
- [PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Dmitri Gribenko
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Dmitri Gribenko
- r200622 - [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and revert its behavior for C++.
Dmitri Gribenko
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Jim Grosbach
- r199160 - [ms-abi] Always generate complete constructors in the Microsoft C++ ABI
Timur Iskhodzhanov
- r200435 - Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- r200238 - ObjectiveC. When introducing a new property declaration in
Fariborz Jahanian
- r200254 - ObjectiveC. Fixes a bug in recognition of an ivar
Fariborz Jahanian
- r200257 - Another test for patch for // rdar://15890251
Fariborz Jahanian
- r200338 - Objective-C. provide legacy encoding of *id and *Class types
Fariborz Jahanian
- r200342 - Objective-C. Fixes a bug where "new" family attribute
Fariborz Jahanian
- r200430 - Objective-C [IRGen]. Generator a tail call to objc_getProperty() in
Fariborz Jahanian
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- r200320 - clang-format: Add support for a space after @property
Daniel Jasper
- r200327 - clang-format: Fix option formatting in protocol buffer files.
Daniel Jasper
- r200337 - clang-format: Understand __attribute__s preceding parameter lists.
Daniel Jasper
- r200405 - clang-format: Fix formatting of custom proto options.
Daniel Jasper
- r200406 - clang-format: More custom option fixes for protocol buffer files.
Daniel Jasper
- r200469 - clang-format: Support ObjC's NS_ENUMs.
Daniel Jasper
- r200540 - clang-format: (JavaScript) Don't crash on empty string literals.
Daniel Jasper
- [clang-format patch] No spaces after : in js object literals in chromium style
Daniel Jasper
- clang-native-arm-cortex-a9 builder status
Galina Kistanova
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Reid Kleckner
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Reid Kleckner
- r200235 - Add 'static __inline__' to MSVC intrinsics with implementations
Reid Kleckner
- r200237 - intrin.h: include setjmp.h to get a jmp_buf definition
Reid Kleckner
- r200239 - Add implementations of some MSVC intrinsics
Reid Kleckner
- r200242 - Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm"
Reid Kleckner
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Reid Kleckner
- r200243 - Revert "intrin.h: include setjmp.h to get a jmp_buf definition"
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- r200280 - Test case for clobbers on cpuid in ms inline asm
Reid Kleckner
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- r200585 - [ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32
Reid Kleckner
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- r200587 - [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- r200597 - [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- r200598 - Remove local type use in template.
Reid Kleckner
- [libcxxabi] r200432 - [libunwind] remove stray conditional
Nick Kledzik
- [PATCH] Switch clang-query to use the lineeditor library.
Manuel Klimek
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Manuel Klimek
- r200381 - Fix crash on unmatched #endif's.
Manuel Klimek
- r200381 - Fix crash on unmatched #endif's.
Manuel Klimek
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Manuel Klimek
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Manuel Klimek
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Manuel Klimek
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Store warning option for custom diagnostic messages.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Use DiagnosticIDs::getWarningOption to pass check names.
Alexander Kornienko
- [PATCH] Store warning option for custom diagnostic messages.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Anton Korobeynikov
- r200640 - Report a correct end location for nameless parameters.
Benjamin Kramer
- r200641 - Sema: Reject templates in all extern "C" contexts.
Benjamin Kramer
- [PATCH] Expose the name of the checker producing each diagnostic message.
Ted Kremenek
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] Fix assertions on annot_* tokens in clang -E
Argyrios Kyrtzidis
- [PATCH] Fix assertions on annot_* tokens in clang -E
Argyrios Kyrtzidis
- [PATCH] Fix auto linking when a module is imported from a pch
Argyrios Kyrtzidis
- r199144 - When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).
Argyrios Kyrtzidis
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Argyrios Kyrtzidis
- r200622 - [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and revert its behavior for C++.
Argyrios Kyrtzidis
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Argyrios Kyrtzidis
- [PATCH] Fix assertions on annot_* tokens in clang -E
Ben Langmuir
- r200475 - Fix assertion failures on annot_* tokens in clang -E
Ben Langmuir
- [PATCH] Fix assertions on annot_* tokens in clang -E
Ben Langmuir
- r200492 - Revert "Fix assertion failures on annot_* tokens in clang -E"
Ben Langmuir
- [PATCH] Fix auto linking when a module is imported from a pch
Ben Langmuir
- r200505 - Fix autolinking when modules are imported in pch files
Ben Langmuir
- r200289 - Fix always-false conditional thinko in documentation.
Nick Lewycky
- r200292 - Clarify. Thanks to Sean Silva and Warren Hunt for help wordsmithing!
Nick Lewycky
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Daniel Liew
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Daniel Liew
- r200231 - XCore target exception handling
Robert Lytton
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
David Majnemer
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- r200423 - Sema: Diagnose improper application of inheritance keywords
David Majnemer
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- r200507 - Driver: Don't use DOS style paths on UNIX
David Majnemer
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
David Majnemer
- r200670 - MS ABI: Fix some layout tests
David Majnemer
- [PATCH] MS ABI: vptr injection should obey alignment requirements
David Majnemer
- clang: C++1y deprecated attribute message
Joseph Mansfield
- r200379 - Extensively comment bitfield layout, rearrange some
John McCall
- r200380 - Short-circuit a couple of queries (and avoid corrupting
John McCall
- Anonymous records with typedef names for linkage
John McCall
- r200380 - Short-circuit a couple of queries (and avoid corrupting
John McCall
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
John McCall
- r200437 - Actually test that the local static variable from my
John McCall
- r200438 - Diagnose typedef names for linkage purposes that would change
John McCall
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Tim Northover
- [PATCH] Add support for -funsigned-bitfields
Tim Northover
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Tim Northover
- r200470 - ARM & AArch64: share the BI__builtin_neon enum defs.
Tim Northover
- r200471 - ARM & AArch64: fully share NEON implementation of permutation intrinsics
Tim Northover
- r200472 - ARM & AArch64: extend shared NEON implementation to first block.
Tim Northover
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Tim Northover
- r200524 - ARM & AArch64: merge another NEON block completely.
Tim Northover
- r200525 - ARM & AArch64: more instructions into common block
Tim Northover
- r200526 - ARM & AArch64: move shared vld/vst intrinsics to common implementation.
Tim Northover
- r200527 - ARM & AArch64: another block of miscellaneous NEON sharing.
Tim Northover
- r200528 - ARM & AArch64: unify the rest of the completely shared NEON implementations
Tim Northover
- [Patch] PR14995 Too eagerly rejects operator function templates
Arthur O'Dwyer
- r200452 - SPARCv9 supports atomic operations up to 64 bits.
Jakob Stoklund Olesen
- [PATCH] Don't parse non-template name as template name
Ismail Pazarbasi
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- r200258 - Rumors of test_debuginfo's death are slightly exaggerated.
Adrian Prantl
- r200145 - Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RUN command line."
Adrian Prantl
- r200260 - Reverting because reverting r200145.
Adrian Prantl
- r200261 - Reverting because reverting r200145.
Adrian Prantl
- [PATCH] Objective C literals to bool conversion warning
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [PATCH] Model Constructor corresponding to a new call
Jordan Rose
- [PATCH] Objective-C literals to bool conversion warning
Jordan Rose
- [PATCH] Objective-C literals to bool conversion warning
Jordan Rose
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Jordan Rose
- [PATCH] Model Deallocator node in CFG
Jordan Rose
- r200469 - clang-format: Support ObjC's NS_ENUMs.
Jordan Rose
- Extend IdenticalExprChecker to find more potential problems
Jordan Rose
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [PATCH] Store warning option for custom diagnostic messages.
Jordan Rose
- [PATCH] Model Deallocator node in CFG
Jordan Rose
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Jordan Rose
- r200508 - libclang/Makefile: Reorder libraries.
Jordan Rose
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Jordan Rose
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
Jordan Rose
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
Jordan Rose
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
- r199769 - Teach Clang to look in its installation libdir for libraries (such as
Alexey Samsonov
- r200291 - Fix this test and don't run it in ASan bootstrap
Alexey Samsonov
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
- r200538 - ARM RT libs with generic name
Alexey Samsonov
- r200529 - [sanitizer] update the list of supported platforms in the docs
Kostya Serebryany
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- [PATCH] Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- r200385 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with an updated test)
Artyom Skrobov
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- r200460 - Update debugging visualizers section.
Nikola Smiljanic
- Updated hacking page to point to new debugging visualizers.
Nikola Smiljanic
- [PATCH] Add support for -funsigned-bitfields
Richard Smith
- [PATCH] Knowledge of GCC attribtues
Richard Smith
- r200251 - Remove dead code.
Richard Smith
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Richard Smith
- r200265 - Remove dead code; MacroDirective's IsHidden flag is always false.
Richard Smith
- [PATCH] Slightly better handling of transparent_union attribute
Richard Smith
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- [PATCH] Add support for -funsigned-bitfields
Richard Smith
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Richard Smith
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- clang: C++1y deprecated attribute message
Richard Smith
- Anonymous records with typedef names for linkage
Richard Smith
- clang: C++1y deprecated attribute message
Richard Smith
- clang: C++1y deprecated attribute message
Richard Smith
- clang: C++1y deprecated attribute message
Richard Smith
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- Anonymous records with typedef names for linkage
Richard Smith
- Anonymous records with typedef names for linkage
Richard Smith
- Anonymous records with typedef names for linkage
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- r200494 - Don't produce a 'returning reference to local' warning if a lambda returns a
Richard Smith
- r200496 - PR14995: Allow a dependent type as the second parameter of operator++ and
Richard Smith
- r200496 - PR14995: Allow a dependent type as the second parameter of operator++ and
Richard Smith
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- [PATCH] Don't parse non-template name as template name
Richard Smith
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Richard Smith
- r200573 - Track the currently-being-built submodule inside the preprocessor (rather than
Richard Smith
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Richard Smith
- r200584 - Fix comment typo in test.
Richard Smith
- r200671 - Tests for DR301-320.
Richard Smith
- r200672 - Tests for DR321-330.
Richard Smith
- r200673 - Implement DR329. We already did the right thing here in C++98 mode, but r104014
Richard Smith
- r200674 - Update C++ DR page now 3.4 has been released.
Richard Smith
- r200678 - Tests for DR331-350.
Richard Smith
- r200679 - Clang 3.4 was released, make the boxes green.
Richard Smith
- r200680 - Fix typo in CSS class name.
Richard Smith
- r200681 - Fix typo 'uusal'.
Richard Smith
- r200655 - NetBSD uses signed wchar_t on AArch64. It also wants __LITTLE_ENDIAN__ /
Joerg Sonnenberger
- r200656 - Test pre-defined macros of aarch64-netbsd.
Joerg Sonnenberger
- r200659 - Minor formatting improvement.
Joerg Sonnenberger
- r200661 - Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas.
Joerg Sonnenberger
- r200662 - Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to add
Joerg Sonnenberger
- r200665 - Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.
Joerg Sonnenberger
- r200666 - Use a switch for the emulation handling.
Joerg Sonnenberger
- r200667 - Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64
Joerg Sonnenberger
- r200668 - Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.
Joerg Sonnenberger
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Stellard, Thomas
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Tom Stellard
- [libclc] r200414 - Fixed ninja build issues relating to use of $(DESTDIR)
Tom Stellard
- [libclc] r200415 - Fixed rules names so they are unique when aliases are present.
Tom Stellard
- [libclc] r200416 - Updated README.TXT with information about using DESTDIR and building with Ninja.
Tom Stellard
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Tom Stellard
- [PATCH] Make x86 Android default target CPUs compatible with GCC
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- r200627 - Revert r200555, r200545.
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- r200145 - Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RUN command line."
NAKAMURA Takumi
- r200296 - [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI.
NAKAMURA Takumi
- r200302 - [CMake] Apply llvm_update_compile_flags() to add_clang_library().
NAKAMURA Takumi
- r200508 - libclang/Makefile: Reorder libraries.
NAKAMURA Takumi
- r200531 - [CMake] Prune stray entries in add_dependencies(). target_link_libraries() implies it.
NAKAMURA Takumi
- r200532 - [CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.
NAKAMURA Takumi
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
NAKAMURA Takumi
- r200563 - [CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs from arcmt-test.cpp.
NAKAMURA Takumi
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
NAKAMURA Takumi
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
NAKAMURA Takumi
- r200508 - libclang/Makefile: Reorder libraries.
NAKAMURA Takumi
- r200642 - clang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant
NAKAMURA Takumi
- r200643 - clang/CMakeLists.txt: Untabify.
NAKAMURA Takumi
- r200645 - [CMake] Move cmake_minimum_required(2.8.8) at the top.
NAKAMURA Takumi
- [PATCH] preview patch for fixit for finding modules needing import/inclusion
John Thompson
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Alp Toker
- clang: C++1y deprecated attribute message
Alp Toker
- r200381 - Fix crash on unmatched #endif's.
Alp Toker
- r200381 - Fix crash on unmatched #endif's.
Alp Toker
- clang: C++1y deprecated attribute message
Alp Toker
- clang: C++1y deprecated attribute message
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] Store warning option for custom diagnostic messages.
Alp Toker
- [PATCH] Objective C literals to bool conversion warning
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- r200356 - A new conversion warning for when an Objective-C object literal is implicitly
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- r200268 - Apply the typo correction replacement location fix from r191450 to the
Kaelyn Uhrain
- [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- [PATCH] Make x86 Android default target CPUs compatible with GCC
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Keith Walker
- r200320 - clang-format: Add support for a space after @property
Nico Weber
- r200381 - Fix crash on unmatched #endif's.
Nico Weber
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Nico Weber
- [clang-format patch] No spaces after : in js object literals in chromium style
Nico Weber
- r200652 - clang-format: Let chromium style inherit google style's javascript tweaks.
Nico Weber
- [clang-format patch] No spaces after : in js object literals in chromium style
Nico Weber
- r200343 - Intrin.h: implement __rdtsc and __halt
Hans Wennborg
- r200344 - Intrin.h: include setjmp.h to get a jmp_buf definition
Hans Wennborg
- r200243 - Revert "intrin.h: include setjmp.h to get a jmp_buf definition"
Hans Wennborg
- r200362 - clang-cl: Better error message when trying to compile stdin (PR18640)
Hans Wennborg
- r200568 - MS Intrin.h: implement __cpuidex and simplify __cpuid
Hans Wennborg
- r200256 - Temporarily disable test that fails on Mac OS X 10.9.
Bob Wilson
- r200618 - Fix an assertion failure when building for the iOS simulator. rdar://15959009
Bob Wilson
- [PATCH] XCore target -fexceptions flag handling
robert lytton
- [Patch] PR14995 Too eagerly rejects operator function templates
rahul
- [Patch] PR14995 Too eagerly rejects operator function templates
rahul
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
Last message date:
Sun Feb 2 23:16:03 PST 2014
Archived on: Tue Aug 4 15:31:28 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).