summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a crash on logical operators with vectors.Artem Dergachev2017-11-081-0/+10
* [clang-refactor] Get rid of OccurrencesFinder in RenamingAction, NFCHaojian Wu2017-11-081-18/+9
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-081-2/+5
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-083-13/+2
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-082-0/+76
* [X86] Add masked vcvtps2ph builtins to CheckX86BuiltinFunctionCall.Craig Topper2017-11-081-0/+3
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-102/+133
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-082-15/+34
* [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-071-0/+10
* [ObjC++] Don't warn about pessimizing move for __block variablesAlex Lorenz2017-11-071-0/+4
* Update SanitizerSpecialCaseList to use renamed functions in base class.Mitch Phillips2017-11-071-1/+1
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-073-0/+15
* Clang/libomptarget map interface flag renaming - NFC patchGeorge Rokos2017-11-071-41/+38
* [index] __builtin_offset's field reference is located at the end locationAlex Lorenz2017-11-071-1/+1
* [index] index field references in __builtin_offsetAlex Lorenz2017-11-071-0/+11
* SystemZ Swift TargetInfo: swifterror support in the backend is brokenArnold Schwaighofer2017-11-071-1/+1
* [analyzer] pr34779: CStringChecker: Accept non-standard headers.Artem Dergachev2017-11-071-2/+4
* [analyzer] Model correct dispatch_once() 'done' value in BodyFarmDevin Coughlin2017-11-061-21/+16
* Vary Windows toolchain selection by -fuse-ldDave Lee2017-11-061-1/+7
* [X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with m...Craig Topper2017-11-065-1847/+692
* [X86] Add 3dnow and 3dnowa to the list of valid target featuresMartin Storsjo2017-11-061-0/+2
* [Parser] Fix TryParseLambdaIntroducer() error handlingJan Korous2017-11-061-14/+21
* [CodeGen] match new fast-math-flag method: isFast()Sanjay Patel2017-11-061-1/+1
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-1/+2
* lowering broadcastmJina Nahias2017-11-062-7/+8
* CodeGenCXX: no default dllimport storage for mingwMartell Malone2017-11-041-1/+2
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-11-041-10/+2
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-11-033-57/+91
* Replace a use of std::for_each() with llvm::for_each(); NFC.Aaron Ballman2017-11-031-2/+1
* Move Extract.cpp that wasn't moved in r317343Alex Lorenz2017-11-031-0/+0
* [refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz2017-11-035-20/+193
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-034-16/+21
* [Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu2017-11-032-5/+11
* [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-031-3/+13
* [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-031-2/+21
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-034-13/+52
* [CUDA] Mark CUDA as a no-errno platform.Justin Lebar2017-11-031-0/+1
* [c++17] Visit class template explicit specializations just like all other cla...Richard Smith2017-11-031-9/+7
* [analyzer] [NFC] very minor ExprEngineC refactoringGeorge Karpenkov2017-11-031-4/+2
* [analyzer] do not crash on libcxx03 call_once implementationGeorge Karpenkov2017-11-031-8/+16
* Modular Codegen: Don't home always_inline functionsDavid Blaikie2017-11-021-3/+5
* Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie2017-11-021-9/+16
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-021-28/+41
* Add default calling convention support for regcall.Erich Keane2017-11-024-4/+22
* [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.Alexey Bataev2017-11-021-1/+2
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-021-1/+22
* Fix comment typoJan Korous2017-11-021-1/+1
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-021-6/+8
* [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld2017-11-021-1/+1
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-022-0/+4