The Week Of Monday 23 March 2015 Archives by date
Starting: Mon Mar 23 02:02:04 PDT 2015
Ending: Sun Mar 29 22:27:44 PDT 2015
Messages: 415
- Re: [Diffusion] rL232793: [modules] Remove some redundant work when building a lookup table for a…
Ilia K
- Re: [Diffusion] rL232793: [modules] Remove some redundant work when building a lookup table for a…
Ilia K
- (libclang) Incomplete cursor traversals
jeaye
- r232939 - Convert cascading if-else-if to switch. NFC
Scott Douglass
- [PATCH] [OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
- [PATCH] Convert cascading if-else-if to switch. NFC
scott douglass
- r232940 - handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
Scott Douglass
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
scott douglass
- r232945 - Move private classes into anonymous namespaces
Benjamin Kramer
- r232947 - [tooling] Move ArgumentsAdjustingCompilations into an anonymous namespace.
Benjamin Kramer
- [clang-tools-extra] r232948 - Make helpers static. clang-tools edition.
Benjamin Kramer
- [PATCH] [AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Ed Maste
- [PATCH] [AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Michael Kuperstein
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Michael Kuperstein
- [PATCH] Refactor: Simplify boolean expressions in libclang
Richard
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
hfinkel at anl.gov
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Aaron Ballman
- [PATCH] Fix source range of defaulted/deleted member declarations
Eli Bendersky
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Kuperstein, Michael M
- r232956 - OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Kuperstein, Michael M
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Aaron Ballman
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
hfinkel at anl.gov
- [libclc] r232960 - Add __clc_ prefix to functions in sincos_helpers.cl
Tom Stellard
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Kuperstein, Michael M
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
hfinkel at anl.gov
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Aaron Ballman
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Hal Finkel
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Paul Robinson
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Eric Christopher
- [PATCH] [CodeGen] Properly support the half FP type with non-native operations (-fallow-half-args-and-returns)
Oliver Stannard
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Aaron Ballman
- [libclc] r232963 - Fix implementation of length builtin v2
Tom Stellard
- [libclc] r232964 - Implement distance builtin v2
Tom Stellard
- [libclc] r232965 - Implement half_sqrt builtin v2
Tom Stellard
- [PATCH] Have HasSideEffects() return false for __attribute__((const)) functions
Hal Finkel
- r232968 - [CodeGen] Convert double -> __fp16 in one step.
Ahmed Bougacha
- [PATCH] Fix source range of defaulted/deleted member declarations
Reid Kleckner
- r230580 - Improvement on sized deallocation from r230160:
Reid Kleckner
- r232971 - [CodeGen] Properly support the half FP type with non-native operations.
Ahmed Bougacha
- [PATCH] [CodeGen] Properly support the half FP type with non-native operations (-fallow-half-args-and-returns)
Ahmed Bougacha
- [PATCH] [CodeGen] Properly support the half FP type with non-native operations (-fallow-half-args-and-returns)
Ahmed Bougacha
- [PATCH] [CodeGen] Convert double -> __fp16 in one step.
Ahmed Bougacha
- [PATCH] [CodeGen] Convert double -> __fp16 in one step.
Ahmed Bougacha
- r232975 - Explicitly include raw_ostream.h instead of relying on transitive inclusion.
Benjamin Kramer
- r230580 - Improvement on sized deallocation from r230160:
Kostya Serebryany
- [libclc] r232977 - Implement fast_length builtin
Tom Stellard
- [libclc] r232978 - Implement fast_distance builtin
Tom Stellard
- [PATCH] Preliminary driver changes to build and stitch together host and device-side CUDA compilation pipelines.
Artem Belevich
- [PATCH] Preliminary driver changes to build and stitch together host and device-side CUDA compilation pipelines.
Eric Christopher
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- r232996 - Refactor: Simplify boolean expressions in libclang
Dmitri Gribenko
- r232997 - Fix and update comments and a small reformatting.
Eric Christopher
- [PATCH] Refactor: Simplify boolean expressions in libclang
Dmitri Gribenko
- r232999 - Refactor: Simplify boolean expresssions in lib/Lex
David Blaikie
- [clang-tools-extra] r233000 - Refactor: Simplify boolean expression in modularize
David Blaikie
- [PATCH] Refactor: Simplify boolean expresssions in lib/Lex
David Blaikie
- [PATCH] Refactor: Simplify boolean expresssions in lib/Lex
David Blaikie
- [PATCH] Fix source range of defaulted/deleted member declarations
Eli Bendersky
- [PATCH] Refactor: Simplify boolean expression in modularize
David Blaikie
- [PATCH] Fix source range of defaulted/deleted member declarations
Eli Bendersky
- [PATCH] Refactor: Simplify boolean expression in modularize
David Blaikie
- r232999 - Refactor: Simplify boolean expresssions in lib/Lex
Richard Smith
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- [PATCH] Fixing a clang crash with duplicate mangled name
Yunzhong Gao
- r233006 - Make Oveflow tracking more legible (CR feedback from Richard Smith on r232999)
David Blaikie
- r233007 - [modules] Fix an iterator invalidation bug found by the modules selfhost bot.
Richard Smith
- r232999 - Refactor: Simplify boolean expresssions in lib/Lex
David Blaikie
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- r233010 - [UBSan] Introduce "ubsan_standalone" library (Clang part).
Alexey Samsonov
- [PATCH] Add a diagnostic for PS4 pragma comment
Aaron Ballman
- [libcxx] r233012 - Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving the bug open because (1) I'm not sure that we're correct here, only better than before, and (2) no tests
Marshall Clow
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
hfinkel at anl.gov
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
hfinkel at anl.gov
- [PATCH] Improved error recovery for _Pragma
Aaron Ballman
- r233015 - Adds a warning for unrecognized argument to #pragma comment() on PS4.
Yunzhong Gao
- r233016 - [cmake] Clang's install should install clang/Config/config.h
Chris Bieneman
- r233019 - [SDK modernizer PATCH]. Fixes a bug whereby a call to super
Fariborz Jahanian
- [PATCH] Instantiate incomplete class used in template method.
Richard Smith
- [PATCH] Refactor: Simplify boolean expressions in lib/Parse
Richard
- [PATCH] Refactor: Simplify boolean expressions in lib/Parse
John McCall
- [PATCH] Refactor: Simplify boolean expressions in lib/Parse
Richard Smith
- r233023 - MS ABI: lambda call operators are instance methods and should use thiscall
Reid Kleckner
- [PATCH] Fix source range of defaulted/deleted member declarations
Reid Kleckner
- [PATCH] Add a diagnostic for PS4 pragma comment
Yunzhong Gao
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- r233028 - Record correct source range for defaulted/deleted members.
Eli Bendersky
- [PATCH] Fix source range of defaulted/deleted member declarations
Eli Bendersky
- [PATCH] Fix source range of defaulted/deleted member declarations
Eli Bendersky
- [libcxxabi] r228903 - unwind: move exported APIs out of header
Logan Chien
- [clang-tools-extra] r233032 - Fix clang-tidy to not assume wrong source locations for defaulted members.
Eli Bendersky
- [PATCH] Fix clang-tidy to account of correct source location of defaulted/deleted members
Eli Bendersky
- [PATCH] Fix clang-tidy to account of correct source location of defaulted/deleted members
Eli Bendersky
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- r233035 - [UBSan] Use shared library for UBSan on OS X (Clang part).
Alexey Samsonov
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- [PATCH] [UBSan] Use shared library for UBSan on OS X (Clang part).
Alexey Samsonov
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH][analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- r233043 - Cleanup: no need to pass DefinitionKind into ParseCXXInlineMethodDef
Eli Bendersky
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Joerg Sonnenberger
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Chandler Carruth
- r233023 - MS ABI: lambda call operators are instance methods and should use thiscall
NAKAMURA Takumi
- [PATCH] Refactor: Simplify boolean expressions in lib/Parse
Richard
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- r233045 - When looking for lexical decls from an external source, check all contexts
Richard Smith
- r233046 - [modules] More removal of unnecessary deserialization of lexical decls.
Richard Smith
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Paul Robinson
- r233050 - A couple of readASTFileSignature improvements (NFC)
Ben Langmuir
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Ben Langmuir
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Chandler Carruth
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
John McCall
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Ben Langmuir
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Chandler Carruth
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
John McCall
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Daniel Jasper
- r233052 - [modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
David Blaikie
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Ben Langmuir
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Daniel Jasper
- r233053 - Silence unused warning in non-assert builds.
Daniel Jasper
- r233059 - Make header standalone, it uses memset and memcmp.
Benjamin Kramer
- r233060 - [analyzer] Remove unused function. No functional change intended.
Benjamin Kramer
- [PATCH] Allow -gsplit-dwarf for all ELF targets, not just Linux
Joerg Sonnenberger
- r233069 - Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r233070 - Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- [PATCH] Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- [PATCH] Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- [PATCH] Keep track of the operator location of MemberExprs
Joe Ranieri
- r233073 - Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints"
Ehsan Akhgari
- r233074 - Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints"
Ehsan Akhgari
- r233082 - Reverting r233023 -- it caused test failures on Windows with MSVC x86.
Aaron Ballman
- r233023 - MS ABI: lambda call operators are instance methods and should use thiscall
Aaron Ballman
- [PATCH] Keep track of the operator location of MemberExprs
Aaron Ballman
- [PATCH] Keep track of the operator location of MemberExprs
Joe Ranieri
- [PATCH] Keep track of the operator location of MemberExprs
Aaron Ballman
- [PATCH] Keep track of the operator location of MemberExprs
Joe Ranieri
- r233085 - Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
- [PATCH] Keep track of the operator location of MemberExprs
Aaron Ballman
- [clang-tools-extra] r233087 - Fix false positive on anonymous namespaces in headers.
Samuel Benzaquen
- [PATCH] Fix false positive on anonymous namespaces in headers.
Samuel Benzaquen
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
David Blaikie
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Richard
- [PATCH] Create android x86_32 and x86_64 target info
Dan Albert
- r233052 - [modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Argyrios Kyrtzidis
- r233093 - [Objective-C diagnostic PATCH] Accept and ignore -Wreceiver-is-weak
Fariborz Jahanian
- Linkage computation for non-objects/non-functions in C
Abramo Bagnara
- [PATCH] R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
- r233109 - Removing a CHECK that is about to go wrong.
Sanjay Patel
- r233111 - Adding back a CHECK that works with r233110
Sanjay Patel
- r233115 - [Modules] Start making explicit modules produce deterministic output.
Chandler Carruth
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Chandler Carruth
- [PATCH] Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r233117 - [Modules] Stop creating timestamps for the modules cache and trying to
Chandler Carruth
- r233117 - [Modules] Stop creating timestamps for the modules cache and trying to
David Blaikie
- [PATCH] Add driver support for Native Client SDK
Derek Schuff
- [PATCH] Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Richard Smith
- r233135 - [CodeGen] Support native half inc/dec amounts.
Ahmed Bougacha
- r233138 - Fix obviously broken assertion, NFC
Reid Kleckner
- [libcxx] r233146 - Creating release candidate final from release_352 branch
Tom Stellard
- [libcxxabi] r233147 - Creating release candidate final from release_352 branch
Tom Stellard
- [PATCH] [CodeGen] Properly support the half FP type with non-native operations (-fallow-half-args-and-returns)
Ahmed Bougacha
- r233156 - [Modules] When writing out the on-disk hash table for the decl context
Chandler Carruth
- [PATCH] Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r233160 - Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r233161 - Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
- r233162 - [Modules] Make the DeclUpdates map be processed in insertion order.
Chandler Carruth
- [PATCH] Fix coverage-ld.c on systems with an Android linker in $PATH
Ehsan Akhgari
- [PATCH] Command-line options to set debugger "target"
Paul Robinson
- r233163 - [Modules] Disable the diff of the merged module, there is still some
Chandler Carruth
- r233156 - [Modules] When writing out the on-disk hash table for the decl context
David Blaikie
- pdqsort - a faster std::sort
Orson Peters
- r233156 - [Modules] When writing out the on-disk hash table for the decl context
Richard Trieu
- r233169 - InstrProf: Handle whitespace and comments at the ends of macros
Justin Bogner
- r233172 - Revert "[Modules] When writing out the on-disk hash table for the decl context lookup tables, we need to establish a stable ordering for constructing the hash table. This is trickier than it might seem."
Rafael Espindola
- r233172 - Revert "[Modules] When writing out the on-disk hash table for the decl context lookup tables, we need to establish a stable ordering for constructing the hash table. This is trickier than it might seem."
Justin Bogner
- [PATCH] (libclang) Incomplete cursor traversals
jeaye
- [PATCH] (libclang) Incomplete cursor traversals
David Blaikie
- r233173 - Temporarily disable one more non-determinism flag.
Daniel Jasper
- r233172 - Revert "[Modules] When writing out the on-disk hash table for the decl context lookup tables, we need to establish a stable ordering for constructing the hash table. This is trickier than it might seem."
Daniel Jasper
- [PATCH] (libclang) Incomplete cursor traversals
jeaye
- r233172 - Revert "[Modules] When writing out the on-disk hash table for the decl context lookup tables, we need to establish a stable ordering for constructing the hash table. This is trickier than it might seem."
Chandler Carruth
- r233156 - [Modules] When writing out the on-disk hash table for the decl context
Chandler Carruth
- r233177 - Create android x86_32 and x86_64 target info
Tamas Berghammer
- [PATCH] Create android x86_32 and x86_64 target info
Tamas Berghammer
- [PATCH] Added check for kind of UnqualifiedId in Declarator::isStaticMember()
Violeta Vukobrat
- r233172 - Revert "[Modules] When writing out the on-disk hash table for the decl context lookup tables, we need to establish a stable ordering for constructing the hash table. This is trickier than it might seem."
Rafael Espíndola
- [PATCH] Refactor: Simplify boolean expressions in lib/AST
Daniel Jasper
- r231424 - [modules] Rework merging of redeclaration chains on module import.
Argyrios Kyrtzidis
- [PATCH] Added check for kind of UnqualifiedId in Declarator::isStaticMember()
Reid Kleckner
- [PATCH] (libclang) Incomplete cursor traversals
David Blaikie
- [PATCH] Command-line options to set debugger "target"
David Blaikie
- [PATCH] Fix coverage-ld.c on systems with an Android linker in $PATH
Alexey Samsonov
- r233205 - Add Hardware Transactional Memory (HTM) Support
Kit Barton
- [PATCH] [PATCH v4] [PowerPC] Add Hardware Transaction Memory builtins support
Kit Barton
- r233208 - Fix addrspace when emitting constructors of static local variables
Jingyue Wu
- r233210 - Disable this test for PS4 target because PS4 issues different diagnostics.
Yunzhong Gao
- r233211 - Fix coverage-ld.c on systems with an Android linker in $PATH
Ehsan Akhgari
- [PATCH] Fix coverage-ld.c on systems with an Android linker in $PATH
Ehsan Akhgari
- r233205 - Add Hardware Transactional Memory (HTM) Support
Richard Smith
- [PATCH] Add driver support for Native Client SDK
Jan Voung
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Command-line options to set debugger "target"
Paul Robinson
- [PATCH] Command-line options to set debugger "target"
Eric Christopher
- [PATCH] Keep track of canonical decls in Redeclarable.
Rafael Espíndola
- [PATCH] Command-line options to set debugger "target"
David Blaikie
- [PATCH] Command-line options to set debugger "target"
Paul Robinson
- [PATCH] Command-line options to set debugger "target"
Paul Robinson
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Richard Smith
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Keep track of canonical decls in Redeclarable.
Richard Smith
- r233227 - Reapply r232888 after applying a fix for -msse4 code generation.
Eric Christopher
- r233228 - Keep track of canonical decls in Redeclarable.
Manuel Klimek
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Derek Schuff
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Derek Schuff
- [PATCH] Let Clang invoke CloudABI's linker
Eric Christopher
- r233234 - Reformatting, NFC
Richard Smith
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
Rafael Espíndola
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
- r233238 - Add an explanatory comment as to why we're turning on and off
Eric Christopher
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
- r233228 - Keep track of canonical decls in Redeclarable.
Sean Silva
- r233228 - Keep track of canonical decls in Redeclarable.
Sean Silva
- r233228 - Keep track of canonical decls in Redeclarable.
Richard Smith
- r233228 - Keep track of canonical decls in Redeclarable.
Sean Silva
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- [PATCH] Command-line options to set debugger "target"
Paul Robinson
- r233228 - Keep track of canonical decls in Redeclarable.
Richard Smith
- r233249 - [Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
- r233250 - [modules] If we reach a definition of a class for which we already have a
Richard Smith
- Crash in Sema + PATCH
Richard Smith
- r233228 - Keep track of canonical decls in Redeclarable.
Sean Silva
- r233251 - [Modules] Delete a bunch of complex code for ensuring visible decls in
Chandler Carruth
- r233261 - [Modules] Make "#pragma weak" undeclared identifiers be tracked
Chandler Carruth
- [libcxx] r233262 - Don't let time_put test use implementation dependent constructs.
Ed Schouten
- [PATCH] libc++: Don't let time_put test use implementation dependent constructs
Ed Schouten
- r233263 - [Modules] Add some more fun code to my modules stress test, this time
Chandler Carruth
- r233264 - [Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Renato Golin
- [PATCH] [RFC] Patch for Bug 18808 - clang -O3 -flto drops Target feature flags
suyog
- r233269 - Let Clang invoke CloudABI's linker.
Ed Schouten
- r233249 - [Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
- [PATCH] Let Clang invoke CloudABI's linker
Ed Schouten
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Bill Schmidt
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- [PPC] Add an option to disable isel
Olivier H Sallenave
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
hfinkel at anl.gov
- [libcxx] r233274 - Remove the state_types array.
Ed Schouten
- [libcxx] r233275 - Make the presence of stdin and stdout optional.
Ed Schouten
- [PATCH] Remove the state_types array
Ed Schouten
- [PATCH] Make the presence of stdin and stdout optional
Ed Schouten
- r233205 - Add Hardware Transactional Memory (HTM) Support
Kit Barton
- r233276 - clang-format: Fix merging of _T macros.
Daniel Jasper
- [PATCH] Remove the state_types array
Jonathan Roelofs
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Ed Schouten
- [PATCH] Remove the state_types array
Ed Schouten
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Eric Christopher
- [PATCH] Improvements to scan-build.
Антон Ярцев
- [PATCH] Improvements to scan-build.
Sylvestre Ledru
- [PATCH] [ms-cxxabi] Add CGCXXABI::NeedsBodylessEmission function.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Add basic support for vector deleting destructors.
Timur Iskhodzhanov
- [libcxxabi] r228351 - Install header files
Eric Fiselier
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Derek Schuff
- [libcxx] r233285 - Add tests for library version of is_convertible
Eric Fiselier
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Ed Schouten
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Renato Golin
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Eric Christopher
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Ed Schouten
- [PATCH] Improvements to scan-build.
Anna Zaks
- [PATCH] Improvements to scan-build.
Sylvestre Ledru
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Eric Christopher
- r233299 - Enable -ffunction-sections and -fdata-sections for CloudABI by default.
Ed Schouten
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Ed Schouten
- [PATCH] Clang: Enable -ffunction-sections and -fdata-sections for CloudABI by default
Ed Schouten
- r233304 - clang-format: Force line break in trailing calls after multline exprs.
Daniel Jasper
- r233249 - [Modules] A second attempt at writing out on-disk hash tables for the
Richard Smith
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Derek Schuff
- r233314 - [PowerPC] Remove assembly testing from test/CodeGen/ppc64-elf-abi.c
Bill Schmidt
- r233249 - [Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
- [PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
- r233320 - Fix -Wshift-count-negative. It didn't work if the right hand side
Davide Italiano
- [PATCH] [UBSan] Embed UBSan into ASan runtime (Clang part).
Alexey Samsonov
- [PATCH] Add driver support for Native Client SDK
Derek Schuff
- [PATCH] Add driver support for Native Client SDK
Derek Schuff
- [PATCH] Add driver support for Native Client SDK
Derek Schuff
- r233323 - [modules] Restrict the module use-declaration to only appear in top-level
Richard Smith
- r233325 - [Modules] Fix tiny bug where we failed to get the canonical decl when
Chandler Carruth
- r233327 - [Modules] Fix a sneaky bug in r233249 where we would look for implicit
Chandler Carruth
- r233249 - [Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
- [PATCH] [RFC] Patch for Bug 18808 - clang -O3 -flto drops Target feature flags
David Blaikie
- [PATCH] [RFC] Patch for Bug 18808 - clang -O3 -flto drops Target feature flags
David Blaikie
- [PATCH] [RFC] Patch for Bug 18808 - clang -O3 -flto drops Target feature flags
Eric Christopher
- [PATCH] [RFC] Patch for Bug 18808 - clang -O3 -flto drops Target feature flags
Eric Christopher
- r233331 - [Modules] Delete stale, pointless code. All tests still pass with this
Chandler Carruth
- r233332 - [Modules] Make the AST serialization always use lexicographic order when
Chandler Carruth
- r233333 - [Modules] Fix an obvious lack of deterministic ordering when processing
Chandler Carruth
- r233334 - [Modules] Clean up some code that was manually replicating what
Chandler Carruth
- r233335 - [Modules] Fix another pointer keyed set that we iterate over while
Chandler Carruth
- r233339 - [Modules] Sort the file IDs prior to building the flattened array of
Chandler Carruth
- r233341 - [modules] Handle defining a class template on top of an existing imported-but-not-visible definition.
Richard Smith
- r233342 - [Modules] Make our on-disk hash table of selector IDs be built in
Chandler Carruth
- [PATCH] Improvements to scan-build.
Антон Ярцев
- r233343 - [Modules] Make Sema's map of referenced selectors have a deterministic
Chandler Carruth
- [PATCH] Improvements to scan-build.
Антон Ярцев
- r233345 - [modules] Handle defining a tag with a typedef name for linkage purposes on top of an existing imported-but-not-visible definition.
Richard Smith
- r233347 - Diagnose delayed typos in an expr list that is in an invalid expression.
Kaelyn Takata
- r233348 - [Modules] When walking the lookup results in a namespace, sort them by
Chandler Carruth
- r220493 - Add a "signature" to AST files to verify that they haven't changed
Chandler Carruth
- r233299 - Enable -ffunction-sections and -fdata-sections for CloudABI by default.
Rafael Espíndola
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Rafael Espíndola
- [PATCH] [libcxx] Mark local printf variants as _LIBCPP_HIDDEN to prevent them from becoming part of the DSO.
Eric Fiselier
- [libcxx] r233360 - Add readelf support to abi_check. Prefer readelf over nm
Eric Fiselier
- [libcxx] r233364 - cleanup comments in sym_check
Eric Fiselier
- [PATCH] [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
- [libcxx] r233367 - Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.
Eric Fiselier
- [PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Renato Golin
- [libcxx] r233368 - Only enable special apple link flags for libc++abi (or none)
Eric Fiselier
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
- r233376 - [Sema] Diagnose default argument on a parameter pack.
Benjamin Kramer
- r233377 - [Sema] Implement DR777
Benjamin Kramer
- r233379 - Remove test for PR12917 for now. I'm relatively sure this is ill-formed per [dcl.fct.default]p3.
Benjamin Kramer
- [PATCH] Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
Timur Iskhodzhanov
- [PATCH] Pass inlinehint attribute to optimizer for all user marked inline functions
Chad Rosier
- [PATCH] Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
Timur Iskhodzhanov
- [PATCH] Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
Hans Wennborg
- [PATCH] Command-line options to set debugger "target"
David Blaikie
- r233384 - Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
Timur Iskhodzhanov
- [PATCH] Make -fsanitize-coverage flag a core option so it's available via the clang-cl driver too
Timur Iskhodzhanov
- [PATCH] [OPENMP] Codegen for 'atomic update' construct.
John McCall
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
David Blaikie
- [patch] Don't use unique section names by default if using the integrated as
Rafael Espíndola
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
- [PATCH] Improvements to scan-build.
Anna Zaks
- r233387 - [Sema] Factor diags with %plural. No functionality change intended.
Benjamin Kramer
- r233223 - Make the msse4/mno-sse4 flags aliases of the maximum sse values
David Blaikie
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
John McCall
- r233391 - Mark DR777 only as fixed in clang SVN.
Benjamin Kramer
- [PATCH] [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
John McCall
- [patch] Don't use unique section names by default if using the integrated as
Eric Christopher
- r233393 - Don't use unique section names by default if using the integrated as.
Rafael Espindola
- r233398 - Revert "Don't use unique section names by default if using the integrated as."
Rafael Espindola
- r233407 - [modules] Allow a function to be redefined if the old definition is not visible.
Richard Smith
- [PATCH] Add driver support for Native Client SDK
Jan Voung
- r232237 - Add a bunch of missing "CHECK" colons in tests. NFC.
Ahmed Bougacha
- [PATCH] [PPC] Move argument range checks for HTM and crypto builtins to Sema
Kit Barton
- r233420 - [modules] When merging class definitions, make the retained definition visible
Richard Smith
- r233425 - Add file forgotten from r233420.
Richard Smith
- r233426 - [Modules] Work around PR23030 again, in a different code path, where
Chandler Carruth
- r233430 - [modules] Allow a function template definition if we have a pre-existing but not visible definition of the same template.
Richard Smith
- [PATCH] [PPC] Move argument range checks for HTM and crypto builtins to Sema
Bill Schmidt
- r233443 - DebugInfo: Don't call DIBuilder::retainType(nullptr)
Duncan P. N. Exon Smith
- [PATCH] [PPC] Move argument range checks for HTM and crypto builtins to Sema
Richard Smith
- r233455 - Add initial version of a clang-fuzzer.
Manuel Klimek
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r233457 - A conversion from a scoped enumeration bitfield to an integral type is an
Richard Smith
- r233459 - Make the clang-fuzzer use the CompilerInstance directly.
Manuel Klimek
- r233462 - [Modules] Don't compute a modules cache path if we're not using modules!
Chandler Carruth
- r233459 - Make the clang-fuzzer use the CompilerInstance directly.
Sean Silva
- [PATCH] Fixing a clang crash with duplicate mangled name
Argyrios Kyrtzidis
- r233465 - [scan-build] Be friendly to "" in the argument list.
Anna Zaks
- r233459 - Make the clang-fuzzer use the CompilerInstance directly.
Kostya Serebryany
- r233490 - [lex] Turn range checks into asserts.
Benjamin Kramer
- r233491 - [lex] Don't read past the end of the buffer
Benjamin Kramer
- r233492 - [Parse] Don't crash on ~A::{
Benjamin Kramer
- r233493 - [lex] Don't create a garbage token if parsing of __has_include fails.
Benjamin Kramer
- r233494 - [parser] Push _Atomic locs through DeclaratorChunk.
Benjamin Kramer
- r233496 - [edit] Don't hit an assert when trying to delete a trailing space at EOF
Benjamin Kramer
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Chandler Carruth
- [PATCH] simplify pie/pic handling for android
Chandler Carruth
- r233497 - [lex] Provide a valid token when __has_include is found outside of a pp directive
Benjamin Kramer
- r233499 - [parse] Don't crash on alternative operator spellings from macros in c++11 attributes.
Benjamin Kramer
- [PATCH] PR19864: Revert r209764 in favor of the fix in r215766 (loop backedge jump attributed to confusing location when the last source line of a loop is inside a conditional)
Chandler Carruth
- [PATCH] Mingw-w64 driver for clang
Chandler Carruth
- [PATCH] libclang plugin patch
Chandler Carruth
- [PATCH] Introduce _LIBCPP_ABI_UNSTABLE to libc++
Chandler Carruth
- [PATCH] Add clang-fuzzer target
Chandler Carruth
- r233503 - [MS ABI] Rework .xdata HandlerType emission
David Majnemer
- r233491 - [lex] Don't read past the end of the buffer
Richard Smith
- r233491 - [lex] Don't read past the end of the buffer
Benjamin Kramer
- [PATCH] Added check for kind of UnqualifiedId in Declarator::isStaticMember()
Petar Jovanovic
- r233508 - Add check for kind of UnqualifiedId in Declarator::isStaticMember()
Petar Jovanovic
- [PATCH] Added check for kind of UnqualifiedId in Declarator::isStaticMember()
Petar Jovanovic
- [PATCH] [Sema] Don't permit dependent alignments on non-dependent typedef-names
David Majnemer
- [PATCH] simplify pie/pic handling for android
Rafael Ávila de Espíndola
- [PATCH] Raising minimum required CMake version to 2.8.12.2.
Chandler Carruth
- [PATCH] [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
- [PATCH] [X86] Use sys::getHostCPUFeatures to improve -march=native
Craig Topper
- r233511 - [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
- r233513 - [OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
Last message date:
Sun Mar 29 22:27:44 PDT 2015
Archived on: Tue Aug 4 15:32:07 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).