summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merging r228118:upstream/release_36Tom Stellard2015-06-221-0/+10
* Merging r232675:Tom Stellard2015-05-041-0/+7
* Revert "Merging r232439:"Tom Stellard2015-05-042-3/+0
* Merging r232439:Tom Stellard2015-05-012-0/+3
* Merging r229680:Daniel Sanders2015-04-271-0/+10
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-123-0/+12
* Merging r228792:Hans Wennborg2015-02-113-0/+11
* Merging r227251:Hans Wennborg2015-01-271-1/+13
* Merging r227062:Hans Wennborg2015-01-261-0/+2
* Merging r226863:Hans Wennborg2015-01-231-0/+2
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-206-44/+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
* [PowerPC] Add support for -mcmpbHal Finkel2015-01-061-0/+2
* Basic: fix compilation with MSVCSaleem Abdulrasool2015-01-061-2/+4
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-062-4/+22
* Fix dangling pointer in isDerivedFrom.Samuel Benzaquen2015-01-051-3/+3
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-2/+3
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-1/+1
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-4/+0
* Add non-const version getFileSystemOpts() access function.Yaron Keren2014-12-301-0/+3
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-7/+5
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-292-0/+6
* [x86] Fix an accidental commit of a change from Ii to iC on __builtin_ia32_cm...Craig Topper2014-12-291-1/+1
* [x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C...Craig Topper2014-12-291-55/+55
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-5/+7
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+2
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-0/+5
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-1/+1