summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-213-13/+33
* Revert "Sema: err_after_alias is unreachable, remove it"David Majnemer2015-01-211-0/+2
* Sema: err_after_alias is unreachable, remove itDavid Majnemer2015-01-211-2/+0
* Implement command line options for stack probe spaceHans Wennborg2015-01-203-1/+6
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-1/+5
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-5/+1
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-1/+5
* [AVX512] Add sub-vector FP extractsAdam Nemet2015-01-191-0/+2
* Add back a check removed in r226436David Majnemer2015-01-191-0/+2
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-192-4/+4
* [X86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision ...Craig Topper2015-01-191-2/+2
* [OPENMP] Disable copyprivate an nowait clauses in 'single' directive.Alexey Bataev2015-01-191-0/+4
* PR6037Nathan Sidwell2015-01-191-0/+3
* [x86] Mark that the AVX-512 cmpps/cmppd builtins need an ICE for the comparis...Craig Topper2015-01-191-2/+2
* Handle unscoped enumeration in nested name specifier.Serge Pavlov2015-01-182-1/+5
* Update error message text.Serge Pavlov2015-01-181-2/+2
* Address review feedback from r215780: Use a flag insteda of the heap. No beha...Nico Weber2015-01-181-1/+7
* Adding option -fno-inline-asm to disallow inline asmSteven Wu2015-01-163-0/+8
* Suggest objc_method_family(none) for a property named -newFoo or similar.Jordan Rose2015-01-161-3/+6
* Don't crash if a declarator in a friend decl doesn't have a name.Nico Weber2015-01-161-1/+1
* [AVX512] Add intrinsics for masked aligned FP loads and storesAdam Nemet2015-01-161-0/+4
* [PowerPC] Add a target option for invariant function descriptorsHal Finkel2015-01-151-0/+5
* Warn about dllexported explicit class template instantiation declarations (PR...Hans Wennborg2015-01-151-0/+3
* PR 20146Nathan Sidwell2015-01-151-0/+2
* AST: alignof might be dependent because of alignment attributesDavid Majnemer2015-01-151-12/+1
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-2/+0
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-152-6/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-1418-23/+15
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-143-6/+1
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-143-1/+6
* Update HelpText for -fsanitize= option.Alexey Samsonov2015-01-141-3/+2
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-0/+5
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-131-0/+1
* Inherit attributes when infering a framework moduleBen Langmuir2015-01-131-3/+21
* Remove unused method canInferFrameworkModuleBen Langmuir2015-01-131-16/+0
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-1/+1
* Extend the self move warning to record types.Richard Trieu2015-01-131-0/+4
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-124-8/+16
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+1
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-122-13/+16
* Parse: Get rid of cxx_exceptspec_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* Don't rely on the default constructor default constructing a begin andChandler Carruth2015-01-112-3/+10
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-101-0/+3
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-102-0/+5
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-3/+3
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-092-2/+2
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-092-0/+10
* Add help text for mmacosx-version-min=, mios-version-min=.Nico Weber2015-01-071-2/+4
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+2
OpenPOWER on IntegriCloud