summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make address-space-lambda.cl pass on 32-bit WindowsHans Wennborg2020-01-241-6/+6
* [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is offMichał Górny2020-01-241-7/+9
* [PatchableFunction] Allow empty entry MachineBasicBlockFangrui Song2020-01-242-3/+72
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-2412-25/+49
* [X86][test] Add tests for -fpatchable-function-entry=N,M (where M>0) and its ...Fangrui Song2020-01-242-0/+81
* Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song2020-01-248-29/+135
* [AsmPrinter] Don't emit __patchable_function_entries entry if "patchable-func...Fangrui Song2020-01-244-28/+51
* [CodeGen] Move fentry-insert, xray-instrumentation and patchable-function bef...Fangrui Song2020-01-247-21/+45
* [XRay] Set hasSideEffects flag of PATCHABLE_FUNCTION_{ENTER,EXIT}Fangrui Song2020-01-241-2/+2
* Add test for spaceship operator to __configDavid Zarzycki2020-01-241-3/+2
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-242-2/+19
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-245-0/+36
* [Concepts] Update cxx_status.html with Concepts support statusSaar Raz2020-01-241-1/+4
* [Concepts] Add Concepts to ReleaseNotes.rstSaar Raz2020-01-241-1/+10
* [Concepts] Make constraint expressions unevaluated until satisfaction checkingSaar Raz2020-01-244-9/+25
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-2457-77/+72
* [Concepts] Implement P1616R1 - Using unconstrained template template paramete...Saar Raz2020-01-242-5/+10
* [Concepts] Add ExpressionEvaluationContexts to instantiation of constraintsSaar Raz2020-01-242-0/+20
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-2453-362/+1871
* [Concepts] Profile TypeConstraints in ProfileTemplateParameterListSaar Raz2020-01-242-1/+21
* [Concepts] Fix bug when referencing function parameters in instantiated funct...Saar Raz2020-01-242-3/+13
* [Concepts] Fix incorrect recovery in TryAnnotateTypeConstraintSaar Raz2020-01-241-1/+4
* [Concepts] Fix circular AST->Sema dependency in ASTConcept.cppSaar Raz2020-01-241-1/+4
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-2410-55/+144
* [clang-tidy] Fix check for generic lambda invented template parametersSaar Raz2020-01-241-1/+1
* [Concepts] Fix name-type conflict compilation issuesSaar Raz2020-01-241-4/+4
* [Concepts] Requires ExpressionsSaar Raz2020-01-2466-302/+3811
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-2416-152/+153
* [Concepts] Fix ConceptSpecializationExpr profiling crashSaar Raz2020-01-241-3/+3
* [Clang][IFS][Test] Work around in-process cc1 ASAN issues #2.Mitch Phillips2020-01-231-4/+12
* [clang][IFS][test] Temporary work around for in-process cc1 ASAN issues.Puyan Lotfi2020-01-232-1/+19
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-234-2/+27
* Update documentation and release notes to match the state ofRichard Smith2020-01-232-16/+26
* Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips2020-01-2310-40/+23
* [Sema] Avoid Wrange-loop-analysis false positivesMark de Wever2020-01-232-0/+78
* [test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after D73211James Clarke2020-01-231-0/+6
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-2312-126/+179
* [LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck2020-01-232-0/+24
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-233-10/+24
* Revert "[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DY...Tom Stellard2020-01-231-9/+1
* [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard2020-01-231-1/+9
* [mlir] Fix compilation with VS2019.Alexandre Ganea2020-01-231-3/+4
* [SLP] Don't allow Div/Rem as alternate opcodesAndrei Elovikov2020-01-232-35/+49
* [SLP] Add a test showing miscompilation in AltOpcode supportAndrei Elovikov2020-01-231-0/+131
* [clang-tidy] Disable Checks on If constexpr statements in template Instantiat...Nathan2020-01-234-2/+112
* [PGO][PGSO] Update BFI in CodeGenPrepare::optimizeSelectInst.Hiroshi Yamauchi2020-01-232-0/+26
* [InstCombine] Fix worklist management in DSE (PR44552)Nikita Popov2020-01-232-2/+64
* [AArch64] Don't rename registers with pseudo defs in Ld/St opt.Florian Hahn2020-01-222-0/+46
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-226-9/+10
* [HIP] use GetProgramPath for executable discoveryHolger Wünsche2020-01-221-15/+8
OpenPOWER on IntegriCloud