summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-3/+0
* [modules] Remove unused MACRO_TABLE record.Richard Smith2015-04-101-3/+1
* Add Clang support for remaining integer divide and permute instructions from ...Nemanja Ivanovic2015-04-092-0/+11
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+3
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-0/+7
* Added flag to disable isel instruction on PPC target. Using regular branches ...Olivier Sallenave2015-04-091-0/+2
* Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel2015-04-092-2/+5
* clang-cl: Support the /fp options (PR23112)Hans Wennborg2015-04-081-1/+5
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-082-1/+4
* fix typo; NFCSanjay Patel2015-04-071-1/+1
* [Sema] Don't permit dependent alignments on non-dependent typedef-namesDavid Majnemer2015-04-071-0/+2
* 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