The Week Of Monday 6 January 2014 Archives by author
Starting: Mon Jan 6 03:14:35 PST 2014
Ending: Sun Jan 12 23:47:38 PST 2014
Messages: 530
- [libcxx patch] Modify testit to allow filtering tests by prefixes
Albert Wong (王重傑)
- [libcxx patch] Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value
Albert Wong (王重傑)
- [PATCH] clang warning when division of two integer literals loses precision
Matt Arsenault
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- r198705 - Updating the documentation about how to add attributes based on the rather extensive refactorings that have happened over the past several months.
Aaron Ballman
- r198765 - Treating the RegParmAttr as a TypeAttr because that is what it is.
Aaron Ballman
- [PATCH] Regparm Attribute
Aaron Ballman
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
Aaron Ballman
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Aaron Ballman
- r198805 - Attempting a fix the build bots should be happier with. Amends 198804.
Aaron Ballman
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Aaron Ballman
- r198887 - Attempting to appease the build bots on systems with ansi escape sequences.
Aaron Ballman
- r198892 - Fix ast-dump-color.cpp test following r198883
Aaron Ballman
- [PATCH] Target-specific attributes
Aaron Ballman
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Aaron Ballman
- r198896 - Removing the notion of TargetAttributesSema and replacing it with one where the parsed attributes are responsible for knowing their target-specific nature, instead of letting Sema figure it out. This is necessary so that __has_attribute can eventually determine whether a parsed attribute applies to the given target or not.
Aaron Ballman
- r198897 - __has_attribute now understands target-specific attributes. So when you ask whether an ARM target has the "interrupt" attribute, it will return true for ARM and MSP430 targets, and false for others.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- [PATCH] Target-specific attributes
Aaron Ballman
- r198899 - Updating documentation for the __has_attribute changes landed in r198897.
Aaron Ballman
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
Aaron Ballman
- patch: new attribute enable_if
Aaron Ballman
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Aaron Ballman
- [PATCH] Update code owner for parser
Aaron Ballman
- patch: new attribute enable_if
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- patch: new attribute enable_if
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Aaron Ballman
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Alexey Bataev
- r199073 - Rename target i386-linux-android to i686-linux-android
Alexey Bataev
- [PATCH] Select correct clang++ output directory when building with cmake as sub directory on Windows
Kenneth Benzie
- [PATCH] Select correct clang++ output directory when building with cmake as sub directory on Windows (Kenneth Benzie)
Kenneth Benzie
- [libc++] Patch: build regression
"C. Bergström"
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- r198940 - Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] SemaChecking: return type validation for member functions
David Blaikie
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
David Blaikie
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
David Blaikie
- r198837 - Fix the clang -Werror build after r198818
David Blaikie
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- r198639 - Driver: Accept -fprofile-instr-use and -fprofile-instr-generate
Justin Bogner
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
- r198649 - CodeGen: Sentences end with a period
Justin Bogner
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
- r198672 - CodeGen: Include llvm/Config/config.h for strtoll on Windows
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Enable C++11
Chandler Carruth
- [PATCH] Enable C++11
Chandler Carruth
- [patch?] Write Version.inc at cmake time, not at build time
Chandler Carruth
- [patch?] Write Version.inc at cmake time, not at build time
Chandler Carruth
- r198677 - Fix a -Wparentheses warning from GCC that caught a badly formed assert.
Chandler Carruth
- [PATCH] Enable C++11
Chandler Carruth
- r198686 - Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
- r198689 - Update Clang for the move of headers in r198688.
Chandler Carruth
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
- [clang-tools-extra] r198716 - Fix the top header that corresponds to this source file. Thanks for
Chandler Carruth
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
- r198747 - Add tests for clang plugins
Chandler Carruth
- r198840 - Update Clang's CFGBlock interface to conform to the strange part of
Chandler Carruth
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Chandler Carruth
- r198924 - clang-format: Slightly adapt line break in edge case.
Chandler Carruth
- r199042 - [PM] Update Clang to follow the header rename in LLVM r199041.
Chandler Carruth
- r199045 - [PM] Update the creation of an IR printing pass to reflect the API
Chandler Carruth
- r199079 - [PM] Update Clang to reflect the new header for the bitcode writer pass
Chandler Carruth
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Eric Christopher
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Eric Christopher
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Eric Christopher
- r198672 - CodeGen: Include llvm/Config/config.h for strtoll on Windows
Eric Christopher
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Eric Christopher
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- r198715 - Re-applying r198699 after reverting r198461.
Eric Christopher
- r198924 - clang-format: Slightly adapt line break in edge case.
Eric Christopher
- r198924 - clang-format: Slightly adapt line break in edge case.
Eric Christopher
- [libcxx] r198608 - Rename several internal templates to get rid of ___ (triple underscores) or worse, four. No functionality change.
Marshall Clow
- [libcxx] r198618 - Removed extra trailing underscore in #ifdef (__GNUC___ --> __GNUC__ )
Marshall Clow
- <string_view> for libc++
Marshall Clow
- [libcxx] r198623 - Back out the <type_traits> changes from r198431; they were breaking when building with glibc. Need to find a better solution for PR18218.
Marshall Clow
- [PATCH] Warn on suspicious use of absolute value function
Marshall Clow
- <string_view> for libc++
Marshall Clow
- <string_view> for libc++
Marshall Clow
- PATCH for PR18404 - Bug in regex_token_iterator::operator++(int) implementation
Marshall Clow
- [libcxx] r198878 - Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator.
Marshall Clow
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Marshall Clow
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Marshall Clow
- r198722 - [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.
Quentin Colombet
- [PATCH] Warn on suspicious use of absolute value function
James Dennett
- [PATCH] Fix a few code typos in Block ABI spec
Boris Dušek
- [PATCH] Fix a few code typos in the Block ABI spec
Boris Dušek
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Avila de Espindola
- r198692 - Remove unused include.
Rafael Espindola
- r198748 - Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espindola
- r198815 - Used the DataLayout methods instead of the Module methods.
Rafael Espindola
- r198891 - Use getPointerSizeInBits.
Rafael Espindola
- r198939 - Use 'w' instead of 'c' to represent the win32 mangling.
Rafael Espindola
- r198957 - Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Rafael Ávila de Espíndola
- [PATCH] Improve x86 android support, add x86_64 android target
Rafael Ávila de Espíndola
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Rafael Espíndola
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espíndola
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Espíndola
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Espíndola
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Rafael Espíndola
- XCore target: add section information.
Rafael Espíndola
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Rafael Espíndola
- [PATCH] Regparm Attribute
Rafael Espíndola
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- r198815 - Used the DataLayout methods instead of the Module methods.
Rafael Espíndola
- Add new redhat triple
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- Add new redhat triple
Rafael Espíndola
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
Renato Golin
- [PATCH] Enable C++11
Renato Golin
- r198747 - Add tests for clang plugins
Renato Golin
- r198747 - Add tests for clang plugins
Renato Golin
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Renato Golin
- r198597 - [OpenCL] Produce an error if an address space is used on the return
Joey Gouly
- [PATCH] [OpenCL] Disallow casting between address spaces
Joey Gouly
- r198868 - The OpenCL specification states that images are allocated
Joey Gouly
- [PATCH] Update code owner for parser
Joey Gouly
- [PATCH] Enable C++11
Arnaud Allard de Grandmaison
- [Patch] Fix for PR9812
Dmitri Gribenko
- [PATCH] Add Multilib selection machinery to Clang
Dmitri Gribenko
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Howard Hinnant
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Howard Hinnant
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Warren Hunt
- r198822 - [ms-abi] Fixed failing lit test.
Warren Hunt
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Warren Hunt
- r198900 - [ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonVirutalBase Layout
Warren Hunt
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
Warren Hunt
- r198907 - [ms-abi] Handle __declspec(align) on bitfields "properly"
Warren Hunt
- r198975 - [ms-abi] Adjusting Rules for Padding Between Bases
Warren Hunt
- r198988 - [ms-abi] Change the way alignment is tracked
Warren Hunt
- r198868 - The OpenCL specification states that images are allocated
Pekka Jaaskelainen
- r198652 - ObjectiveC. Computation of offsets when doing @encode type encoding
Fariborz Jahanian
- r198905 - ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
Fariborz Jahanian
- r198952 - ObjectiveC. Remove warning on mismatched methods
Fariborz Jahanian
- [patch, clang-format] Change the output of --version
Daniel Jasper
- [PATCH] Don't emit diagnostics for system headers.
Daniel Jasper
- r198769 - clang-format: Fix spacing in Cpp11 braced lists:
Daniel Jasper
- r198770 - clang-format: Don't hang forever when encountering a stray "}" in an @implementation block.
Daniel Jasper
- r198869 - clang-format: Some tweaks to braces list formatting:
Daniel Jasper
- r198870 - clang-format: Understand #pragma mark
Daniel Jasper
- r198871 - clang-format: Add @s when breaking NSString literals.
Daniel Jasper
- r198920 - clang-format: Understand ObjC boxed expressions.
Daniel Jasper
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- [PATCH] Add the check name to the clang-tidy diagnostic output.
Daniel Jasper
- [PATCH] [OpenCL] Disallow casting between address spaces
Pekka Jääskeläinen
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- <string_view> for libc++
Yaron Keren
- LLVM buildmaster will be restarted today after 5 PM Pacific
Galina Kistanova
- Recent buildmaster issues
Galina Kistanova
- [PATCH] Restructured code, no functional changes.
Manuel Klimek
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [clang-tools-extra] r198767 - Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] Restructured code, no functional changes.
Alexander Kornienko
- [clang-tools-extra] r198807 - Restructured code, no functional changes.
Alexander Kornienko
- [clang-tools-extra] r198808 - Updated file comment.
Alexander Kornienko
- [clang-tools-extra] r198832 - Reverted r198807, r198808, as they cause link errors in configure builds. Will look at this later.
Alexander Kornienko
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Alexander Kornienko
- [clang-tools-extra] r198875 - Re-applied r198807, r198808 with an additional change to fix linking in configure Release+Asserts build.
Alexander Kornienko
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Alexander Kornienko
- [PATCH] Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
- r198770 - clang-format: Don't hang forever when encountering a stray "}" in an @implementation block.
Benjamin Kramer
- r199013 - Make helper function static.
Benjamin Kramer
- r199017 - test case hygiene.
Benjamin Kramer
- r198645 - Properly sort CMake list. NFC.
Ted Kremenek
- r198888 - Have attribute 'objc_precise_lifetime' suppress -Wunused.
Ted Kremenek
- r198680 - For areVectorOperandsLaxBitCastable(), only return false if both opearands are vector types
Argyrios Kyrtzidis
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Argyrios Kyrtzidis
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Argyrios Kyrtzidis
- r198781 - [Serialization] In ASTReader::getInputFile record it when we didn't find the file to avoid looking it up again.
Argyrios Kyrtzidis
- r198849 - Revert "PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on"
Argyrios Kyrtzidis
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Argyrios Kyrtzidis
- r198856 - In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.
Argyrios Kyrtzidis
- [cfe-dev] [PATCH] Preserve -fretain-comments-from-system-headers in modules
Argyrios Kyrtzidis
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r198815 - Used the DataLayout methods instead of the Module methods.
Mark Lacey
- r198815 - Used the DataLayout methods instead of the Module methods.
Mark Lacey
- [cfe-dev] [PATCH] Preserve -fretain-comments-from-system-headers in modules
Ben Langmuir
- r198890 - Preserve -fretain-comments-from-system-headers in modules
Ben Langmuir
- [PATCH] Initial instrumentation based PGO implementation
Chris Lattner
- [PATCH] Initial instrumentation based PGO implementation
Chris Lattner
- patch: new attribute enable_if
Nick Lewycky
- patch: new attribute enable_if
Nick Lewycky
- patch: new attribute enable_if
Nick Lewycky
- r198995 - Use the appropriate SourceLocation for the template backtrace when doing
Nick Lewycky
- r198996 - Add a new attribute 'enable_if' which can be used to control overload resolution based on the values of the function arguments at the call site.
Nick Lewycky
- r198997 - Whoops! Fix major think-o in the first example in the documentation that I edited at 3am.
Nick Lewycky
- r198741 - For AArch64, support builtin neon vector type with 'long' as base element type.
Jiangning Liu
- [PATCH] [AArch64] Support builtin neon vector type with 'long' as base element type
Jiangning Liu
- FW: XCore target: add section information.
Robert Lytton
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
G M
- [patch] libcxx type_traits for msvc
G M
- [patch] [libcxx] new/new.cpp
G M
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
G M
- <string_view> for libc++
G M
- [patch] libcxx test suite bit testing test cases for clz/ctz
G M
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
David Majnemer
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
David Majnemer
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Cody Maloney
- Add new redhat triple
Cody Maloney
- Add new redhat triple
Cody Maloney
- Add new redhat triple
Cody Maloney
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] Add __sinpi and friends as libcalls
Tim Northover
- <string_view> for libc++
Arthur O'Dwyer
- r198911 - Pass -32/-64 to the assembler when building for sparc/sparc64.
Jakob Stoklund Olesen
- r198912 - Give the linker the right ELF type for SPARC targets.
Jakob Stoklund Olesen
- r198918 - Locate GCC installations on SPARC systems.
Jakob Stoklund Olesen
- r198923 - Use the right dynamic linker for SPARC Linux executables.
Jakob Stoklund Olesen
- r198943 - Implement -m32 and -m64 with llvm::Triple functions.
Jakob Stoklund Olesen
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199034 - MIPS and SPARC assemblers both take the -KPIC flag.
Jakob Stoklund Olesen
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199037 - SPARC passes non-trivial C++ objects indirectly like everybody else.
Jakob Stoklund Olesen
- XCore target: add section information.
Richard Osborne
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Adrian Prantl
- r198670 - update comment.
Adrian Prantl
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- r198713 - Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
- r198714 - Revert "Debug info: Ensure that the last stop point in a function is still within"
Adrian Prantl
- r198715 - Re-applying r198699 after reverting r198461.
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- [PATCH] New syntax and functionality for __has_attribute
Nico Rieck
- [PATCH] New syntax and functionality for __has_attribute
Nico Rieck
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Robinson, Paul
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] Formatter completely ignores try/catch blocks
Diego Alexander Rojas
- [PATCH] Formatter explicitly handles try/catch blocks.
Diego Alexander Rojas
- r198605 - Don't use magic constants in the digraph diagnostic
Jordan Rose
- r198605 - Don't use magic constants in the digraph diagnostic
Jordan Rose
- [patch?] Write Version.inc at cmake time, not at build time
Jordan Rose
- r198709 - [analyzer] Remove unused ARCNotOwnedSymbol retain count return effect.
Jordan Rose
- r198710 - [analyzer] Pointers escape into +[NSValue valueWithPointer:]...
Jordan Rose
- r198711 - [analyzer] Files with .c extensions are still C++ files if the compiler is CXX.
Jordan Rose
- r198779 - [analyzer] Warn about double-delete in C++ at the second delete...
Jordan Rose
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Jordan Rose
- r198747 - Add tests for clang plugins
Jordan Rose
- [PATCH] Enhance CFG to model C++ new more precisely
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198953 - [analyzer] Model getters of known- at synthesized Objective-C properties.
Jordan Rose
- [PATCH] Enhance CFG to model C++ new more precisely
Jordan Rose
- [PATCH] Enable C++11
Iain Sandoe
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [PATCH] Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Mark Seaborn
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- r198857 - Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198922 - reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; this time LeakSanitizerIsTurnedOffForTheCurrentProcess is used instead of __lsan_is_turned_off
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198705 - Updating the documentation about how to add attributes based on the rather extensive refactorings that have happened over the past several months.
Sean Silva
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Sean Silva
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Sean Silva
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Sean Silva
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Sean Silva
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Sean Silva
- [PATCH] Add Multilib selection machinery to Clang
Sean Silva
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Sean Silva
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Sean Silva
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Sean Silva
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Add support for -R driver flag on OpenBSD
Brad Smith
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Duncan P. N. Exon Smith
- r198605 - Don't use magic constants in the digraph diagnostic
Richard Smith
- r198605 - Don't use magic constants in the digraph diagnostic
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- r198721 - PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
- r198723 - PR18400: ignore cv-qualifiers on the underlying type of an enumeration.
Richard Smith
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Richard Smith
- r198726 - RP18408: If a member template is used as a template template argument, it does
Richard Smith
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- r198833 - PR18401: Fix assert by implementing the current proposed direction of core
Richard Smith
- r198805 - Attempting a fix the build bots should be happier with. Amends 198804.
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Richard Smith
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Target-specific attributes
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [PATCH] Use the MS ABI for Win32 target by default
Richard Smith
- r198903 - Reapply r198845, reverted in r198849, with a fix to make it valid C++98, not
Richard Smith
- patch: new attribute enable_if
Richard Smith
- [PATCH] PR12208 - Problem with -fno-elide-constructors
Richard Smith
- patch: new attribute enable_if
Richard Smith
- r198956 - Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a
Richard Smith
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Richard Smith
- r198983 - Fix "regression" caused by updating our notion of POD to better match the C++11
Richard Smith
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Richard Smith
- r198991 - PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVO
Richard Smith
- [PATCH] PR12208 - Problem with -fno-elide-constructors
Richard Smith
- [PATCH] [OpenCL] Disallow casting between address spaces
Richard Smith
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Joerg Sonnenberger
- [libcxx] r198698 - Replace casts of __impl_ with the correct reinterpret_cast of the
Joerg Sonnenberger
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Joerg Sonnenberger
- [PATCH] Rename target i386-linux-android to i686-linux-android
Evgeniy Stepanov
- r198651 - clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
NAKAMURA Takumi
- r198640 - CodeGen: Initial instrumentation based PGO implementation
NAKAMURA Takumi
- r198867 - check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820.
NAKAMURA Takumi
- r198906 - CGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling-else]
NAKAMURA Takumi
- r199059 - DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(stderr, O_BINARY) were removed.
NAKAMURA Takumi
- [clang-tools-extra] r199072 - [CMake] module-map-checker itself should depend just on LLVMSupport.
NAKAMURA Takumi
- [clang-tools-extra] r198693 - Initial checkin of new module-map-checker tool.
NAKAMURA Takumi
- r199076 - [CMake] Move BUG_REPORT_URL from clang to llvm.
NAKAMURA Takumi
- [clang-tools-extra] r198693 - Initial checkin of new module-map-checker tool.
John Thompson
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Thompson, John
- [PATCH] Fix failure to find header in module build
John Thompson
- [PATCH] Fix failure to find header in module build
John Thompson
- [PATCH] Fix failure to find header in module build
John Thompson
- r198598 - Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functions
Alp Toker
- r198599 - Use token kind instead of '%select{.|->}0' in diagnostic
Alp Toker
- r198600 - Diagnose enum redeclarations properly
Alp Toker
- r198601 - Highlight the previous underlying enum type when diagnosing a mismatch
Alp Toker
- r198603 - Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
Alp Toker
- r198604 - Support diagnostic formatting of keyword tokens
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198606 - Simplify diagnostic tag type using the token kind formatter
Alp Toker
- r198607 - Correct underlying integer type of enum TokenKind
Alp Toker
- r198621 - Prospective MSVC 2010 build fix
Alp Toker
- [PATCH] Enable C++11
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- [PATCH] Enable C++11
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198666 - Bring back magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198671 - Fix 'unkown' typo in test -target from r198321
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198750 - Build fix following r198747
Alp Toker
- r198751 - Prospective build fix for the Makefile system
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198764 - Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLES
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198782 - Ensure that ENABLE_SHARED is substituted for use in Windows builds
Alp Toker
- r198814 - Implement isCXX11FinalKeyword() in terms of isCXX11VirtSpecifier()
Alp Toker
- r198820 - Add a test for Static Analyzer checker plugins
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- [clang-tools-extra] r198831 - Fix typo
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198892 - Fix ast-dump-color.cpp test following r198883
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198935 - TryConsume parser cleanups
Alp Toker
- r198936 - Update LangOpt descriptions
Alp Toker
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Alp Toker
- [PATCH] Update code owner for parser
Alp Toker
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Alp Toker
- [libcxx] r198505 - Switch to using C++ style casts.
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Alp Toker
- r199054 - Delete inaccurate doc comment - isVariadic is long gone
Alp Toker
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] clang warning when division of two integer literals loses precision
Richard Trieu
- r198913 - Make the tautological out of range warning use Sema::DiagRuntimeBehavior so that
Richard Trieu
- [PATCH] clang warning when division of two integer literals loses precision
David Tweed
- r198924 - clang-format: Slightly adapt line break in edge case.
David Tweed
- [Patch] Fix for PR9812
Erik Verbruggen
- [Patch] Fix for PR9812
Erik Verbruggen
- [PATCH] Rename target i386-linux-android to i686-linux-android
Alexey Volkov
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [patch, clang-format] Change the output of --version
Nico Weber
- [patch?] Write Version.inc at cmake time, not at build time
Nico Weber
- r198694 - Shorten the output of `clang-format --version`, include revision number.
Nico Weber
- [patch, clang-format] Change the output of --version
Nico Weber
- r198704 - [cmake] Write Version.inc at cmake time, not at build time.
Nico Weber
- [patch?] Write Version.inc at cmake time, not at build time
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [PATCH] clang warning when division of two integer literals loses precision
Nico Weber
- r199067 - Add help text for -MMD, -MD, -MM, -M, -MF.
Nico Weber
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] PR18327: -Wsystem-headers introduces build errors
David Wiberg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [libcxx] r198878 - Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator.
Bob Wilson
- [CLANG PATCH] Add '-m16' argument to use new x86_16 target
David Woodhouse
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
jyoti allur
- [PATCH] NoReturn Warning: Non-Void Return Type
dblaikie at gmail.com
- [PATCH] SemaChecking: return type validation for member functions
dblaikie at gmail.com
- r198461 - Debug info: Ensure that the last stop point in a function is still within
dblaikie at gmail.com
- r198461 - Debug info: Ensure that the last stop point in a function is still within
dblaikie at gmail.com
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
dblaikie at gmail.com
- PATCH for PR18404 - Bug in regex_token_iterator::operator++(int) implementation
dblaikie at gmail.com
- r198818 - [ms-abi] Refactor Microsoft Record Layout
dblaikie at gmail.com
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
dblaikie at gmail.com
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
dblaikie at gmail.com
- r177997 - Actually mark ASan-unfriendly test as XFAIL
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
- r198924 - clang-format: Slightly adapt line break in edge case.
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
- r198924 - clang-format: Slightly adapt line break in edge case.
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
Last message date:
Sun Jan 12 23:47:38 PST 2014
Archived on: Tue Aug 4 15:31:26 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).