summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the cl-no-signed-zeros cc1 optionSanjay Patel2015-04-041-2/+0
* Add a question mark to the end of an interrogatory warning.Eric Christopher2015-04-021-1/+1
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-2/+2
* [AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE for MSVC 2013Reid Kleckner2015-04-021-14/+11
* Lower the default alignment on ASTContext's operator new.Benjamin Kramer2015-04-022-2/+2
* [ast] Put the Stmt hierarchy on a diet for 64 bit targets.Benjamin Kramer2015-04-023-43/+44
* Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."Benjamin Kramer2015-04-023-11/+30
* Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer2015-04-024-52/+18
* [OPENMP] Fix crash on private variables not used in OpenMP region.Alexey Bataev2015-04-021-0/+7
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-2/+4
* [SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemapUlrich Weigand2015-04-011-0/+1
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-014-0/+39
* AVX-512: added clang intrinsics for logical and, or xor for 512 bitsElena Demikhovsky2015-04-011-0/+6
* [OPENMP] Sema analysis for 'atomic capture' construct.Alexey Bataev2015-04-012-3/+19
* [lex] Bitfieldize some booleans.Benjamin Kramer2015-03-311-7/+7
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-312-1/+8
* [PPC] Move argument range checks for HTM and crypto builtins to SemaKit Barton2015-03-301-1/+2
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-23/+37
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-3/+2
* [parser] Push _Atomic locs through DeclaratorChunk.Benjamin Kramer2015-03-291-1/+3
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-0/+6
* [modules] Allow a function to be redefined if the old definition is not visible.Richard Smith2015-03-271-0/+4
* [Sema] Factor diags with %plural. No functionality change intended.Benjamin Kramer2015-03-271-45/+14
* Make -fsanitize-coverage flag a core option so it's available via the clang-c...Timur Iskhodzhanov2015-03-271-1/+1
* [Sema] Diagnose default argument on a parameter pack.Benjamin Kramer2015-03-271-0/+2
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-0/+4
* [Modules] Make Sema's map of referenced selectors have a deterministicChandler Carruth2015-03-271-1/+1
* [Modules] Make our on-disk hash table of selector IDs be built inChandler Carruth2015-03-271-1/+1
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-272-4/+2
* [Modules] Fix another pointer keyed set that we iterate over whileChandler Carruth2015-03-271-1/+1
* [Modules] Clean up some code that was manually replicating whatChandler Carruth2015-03-261-2/+1
* [Modules] Fix an obvious lack of deterministic ordering when processingChandler Carruth2015-03-261-1/+1
* [Modules] Make the AST serialization always use lexicographic order whenChandler Carruth2015-03-261-1/+6
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-262-1/+7
* [Modules] Preserve source order for the map of late parsed templates.Chandler Carruth2015-03-264-7/+7
* [Modules] Make "#pragma weak" undeclared identifiers be trackedChandler Carruth2015-03-261-1/+1
* [Modules] Delete a bunch of complex code for ensuring visible decls inChandler Carruth2015-03-261-6/+0
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-264-1/+27
* [Modules] A second attempt at writing out on-disk hash tables for theChandler Carruth2015-03-262-0/+9
* Add an explanatory comment as to why we're turning on and offEric Christopher2015-03-261-0/+3
* Keep track of canonical decls in Redeclarable.Manuel Klimek2015-03-252-16/+5
* Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher2015-03-251-2/+2
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-252-0/+33
* [Modules] Make the DeclUpdates map be processed in insertion order.Chandler Carruth2015-03-251-1/+1
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-251-0/+2
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-253-1/+9
* [Modules] Start making explicit modules produce deterministic output.Chandler Carruth2015-03-241-1/+1
* [Objective-C diagnostic PATCH] Accept and ignore -Wreceiver-is-weakFariborz Jahanian2015-03-241-0/+4
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-26/+29
* Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...Ehsan Akhgari2015-03-243-9/+1
OpenPOWER on IntegriCloud