summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Make `llc --help` output readable againRoman Lebedev2020-01-271-7/+7
* [msan] Instrument x86.pclmulqdq* intrinsics.Evgenii Stepanov2020-01-272-0/+115
* Include <cstdlib> for std::abort() in clangdDimitry Andric2020-01-271-0/+1
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-275-135/+255
* [Support] Fix race in threading test, found by TSanSam McCall2020-01-271-1/+3
* [Concepts] Fix incorrect TemplateArgs for introduction of local parametersSaar Raz2020-01-272-4/+10
* [Concepts] Add missing null check to transformConstructorSaar Raz2020-01-271-2/+4
* [Concepts] Fix parsing of scope specifier in compound-requirements, add more ...Saar Raz2020-01-264-44/+62
* [docs][mips] 10.0 Release notesSimon Atanasyan2020-01-263-2/+27
* [ELF][PPC32] Support range extension thunks with addendsFangrui Song2020-01-254-23/+140
* [ELF][PPC32] Support canonical PLTFangrui Song2020-01-255-12/+104
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-2510-62/+124
* [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).Artem Belevich2020-01-241-2/+2
* [DebugInfo][test] Change two MIR tests to use -start-before=livedebugvalues i...Fangrui Song2020-01-242-4/+4
* 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
OpenPOWER on IntegriCloud