summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [Preamble] Empty preamble is not an error.Haojian Wu2018-08-172-9/+0
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-171-3/+4
* [AArch64] - return address signingLuke Cheeseman2018-08-173-0/+36
* [hexagon] restore -fuse-cxa-atexit by defaultBrian Cain2018-08-171-1/+0
* Disable pubnames in NVPTX debug info using metadataDavid Blaikie2018-08-161-2/+5
* [InstrProf] Use atomic profile counter updates for TSanVedant Kumar2018-08-161-0/+5
* Update for LLVM API changeDavid Blaikie2018-08-161-1/+2
* AMDGPU: Correct errors in device tableMatt Arsenault2018-08-161-2/+2
* [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.Bruno Ricci2018-08-161-2/+4
* [AST] Pack the unsigned of SubstTemplateTypeParmPackType into TypeBruno Ricci2018-08-161-3/+4
* [AST] Pack the unsigned of DependentTemplateSpecializationType into TypeBruno Ricci2018-08-161-1/+2
* [X86] Remove masking from the 512-bit paddus/psubus builtins. Use a select bu...Craig Topper2018-08-162-66/+36
* [X86] Remove masking from the 512-bit padds and psubs builtins. Use select bu...Craig Topper2018-08-161-56/+32
* [Driver] -print-target-triple and -print-effective-triple optionsPetr Hosek2018-08-161-0/+12
* [Darwin Driver] Fix Simulator builtins and test casesChris Bieneman2018-08-152-9/+16
* Add a newline to SourceLocation dump outputStephen Kelly2018-08-156-7/+8
* [CStringSyntaxChecker] Reduces space around error message for strlcat.David Carlier2018-08-151-1/+1
* Refactor Darwin driver to refer to runtimes by componentChris Bieneman2018-08-152-64/+27
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-157-27/+49
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-1/+1
* [AST] Pack the bits of TemplateSpecializationType into TypeBruno Ricci2018-08-151-3/+5
* Silence "unused variable" warning.Richard Smith2018-08-151-0/+1
* [analyzer] Add support for constructors of arguments.Artem Dergachev2018-08-156-29/+221
* Fix Stmt::ignoreImplicitStephen Kelly2018-08-141-8/+14
* [CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.Artem Dergachev2018-08-141-0/+5
* [InlineAsm] Update the min-legal-vector-width function attribute based on inp...Craig Topper2018-08-141-0/+14
* SafeStack: Disable Darwin supportVlad Tsyrklevich2018-08-141-10/+0
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-145-71/+24
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-144-1/+59
* Revert test commitKevin P. Neal2018-08-141-1/+0
* Test commitKevin P. Neal2018-08-141-0/+1
* [gnu-objc] Make selector order deterministic.David Chisnall2018-08-141-3/+7
* Add a stub mangling for ObjC selectors in the Microsoft ABI.David Chisnall2018-08-141-2/+8
* [analyzer] Made a buildbot happy.Kristof Umann2018-08-141-2/+4
* [analyzer][UninitializedObjectChecker] Void pointers are casted back to their...Kristof Umann2018-08-141-2/+40
* [X86] Lowering addus/subus intrinsics to native IRTomasz Krupa2018-08-141-1/+47
* [CStringSyntaxChecker] Check strlcat sizeof checkDavid Carlier2018-08-141-4/+50
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-1416-498/+562
* [CodeGen] Before returning a copy/dispose helper function, bitcast it toAkira Hatanaka2018-08-141-2/+2
* [analyzer] Fix UninitializedObjectChecker to not crash on uninitialized "id" ...George Karpenkov2018-08-132-2/+2
* Fix Clang warnings and bad #include filenames in r339595 and r339599.Richard Smith2018-08-133-5/+7
* Model type attributes as regular Attrs.Richard Smith2018-08-1316-562/+498
* Convert if/else to a switch. NFC.Akira Hatanaka2018-08-131-42/+50
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-137-158/+398
* [analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...Kristof Umann2018-08-132-14/+19
* [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann2018-08-133-113/+201
* Enforce instantiation of template multiversion functionsErich Keane2018-08-132-5/+15
* [analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann2018-08-133-16/+17
* [analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann2018-08-134-297/+376
* [analyzer][UninitializedObjectChecker] Refactoring p1.: ImmutableList factory...Kristof Umann2018-08-131-7/+8
OpenPOWER on IntegriCloud