summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try to fix the instrument-functions testsHans Wennborg2017-11-142-4/+4
* [refactor][selection] canonicalize member expr callee to the fullAlex Lorenz2017-11-142-1/+64
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-1411-88/+121
* [OPENMP] Fix DSA analysis for threadprivates after deserialization.Alexey Bataev2017-11-142-4/+13
* [refactor][extract] avoid extracting expressions from types in functionsAlex Lorenz2017-11-142-4/+20
* [tooling] Make compile_flags.txt negative test more hermeticSam McCall2017-11-141-1/+2
* Make isDefinition matcher support ObjCMethodDeclDave Lee2017-11-143-6/+65
* Make DiagnosticIDs::getAllDiagnostics static. NFC.Gabor Horvath2017-11-143-4/+4
* [ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath2017-11-142-0/+123
* [libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen2017-11-143-28/+2
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-145-67/+112
* [NewPassManager] Pass the -fdebug-pass-manager flag setting into the Analysis...Craig Topper2017-11-141-4/+4
* [PM] Require a registered x86 target for this test which uses the x86Chandler Carruth2017-11-141-0/+2
* [PM] Wire up support for the bounds checking sanitizer with the new PM.Chandler Carruth2017-11-142-0/+16
* [PM] Add a missing header that I had in the next commit but was neededChandler Carruth2017-11-141-0/+1
* [completion] complete ObjC interface names in an expressionAlex Lorenz2017-11-143-3/+30
* [PM] Port BoundsChecking to the new PM.Chandler Carruth2017-11-141-1/+1
* [Sema] Stable sort OverloadCandidates to remove non-deterministic orderingMandeep Singh Grang2017-11-141-1/+1
* Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner2017-11-132-7/+2
* Update link to protobufHans Wennborg2017-11-131-1/+1
* Update a link to the old code.google.com bug trackerHans Wennborg2017-11-131-1/+1
* Update link to the Chromium Clang pageHans Wennborg2017-11-131-3/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-132-241/+363
* OpenCL: Assume inline asm is convergentMatt Arsenault2017-11-132-4/+12
* [CodeGen] fix const-ness of cbrt and fmaSanjay Patel2017-11-136-45/+87
* [clang] Remove redundant return [NFC]Mandeep Singh Grang2017-11-133-5/+0
* [analyzer] ObjCGenerics: Don't warn on cast conversions involving explicit castDevin Coughlin2017-11-132-613/+580
* [ThinLTO] Handle -fdebug-pass-manager for backend invocations via clangTeresa Johnson2017-11-132-0/+11
* [X86] test/testn intrinsics lowering to IR. clang sideUriel Korach2017-11-139-232/+244
* ChangeJina Nahias2017-11-131-3/+3
* [analyzer] Document the issue hash debugging facilityGabor Horvath2017-11-131-0/+13
* [x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IRJina Nahias2017-11-134-129/+169
* Fix AST matcher documentation typoDave Lee2017-11-112-2/+2
* Add ObjC exception statement AST matchersDave Lee2017-11-114-0/+105
* [python] [tests] Fix test_linkage for unique external linkageMichal Gorny2017-11-111-1/+2
* Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio...Faisal Vali2017-11-114-25/+19
* [cxx_status] Add resolution of CWG issue 1581, since it's an important, visib...Richard Smith2017-11-111-1/+12
* [cxx_status] Update for moved Albuquerque papers.Richard Smith2017-11-111-3/+47
* [coroutines] Promote cleanup.dest.slot allocas to registers to avoid storing ...Gor Nishanov2017-11-113-17/+61
* [CUDA] Fix std::min on device side to return the min, not the max.Justin Lebar2017-11-111-1/+1
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-115-44/+51
* Revert "[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang"Teresa Johnson2017-11-112-11/+0
* Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu2017-11-113-0/+10
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-115-178/+285
* Add x86-registered-target to REQUIRES for new testTeresa Johnson2017-11-111-0/+1
* [ThinLTO] Handle -fdebug-pass-manager for backend invocations via clangTeresa Johnson2017-11-102-0/+10
* Remove declaration of EmitMCountInstrumentation(). NFCHans Wennborg2017-11-101-3/+0
* Fix for skipped CMake configuration on debuginfo-tests.Zachary Turner2017-11-101-0/+7
* [debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner2017-11-101-2/+0
* AMDGPU: Add -mxnack/-mno-xnack options that set +/-xnack featureKonstantin Zhuravlyov2017-11-102-1/+10