summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Fix incorrect RVV sdiv/udiv loweringrelase/12.xFraser Cormack2021-02-125-178/+178
* [DAGCombine] Do not remove masking argument to FP16_TO_FP for some targetsNemanja Ivanovic2021-02-126-1/+53
* PR48587: is_constant_evaluated() should not evaluate to true during aRichard Smith2021-02-122-5/+106
* [GlobalISel] Check if branches use the same MBB in matchOptBrCondByInvertingCondJessica Paquette2021-02-122-4/+29
* [clangd] Fix clang tidy provider when multiple config files exist in director...Nathan James2021-02-123-1/+62
* Fix "not all control paths return a value" warning. NFCI.Simon Pilgrim2021-02-101-0/+1
* PR48606: The lifetime of a constexpr heap allocation always startedRichard Smith2021-02-082-2/+36
* [AST] Update LVal before evaluating lambda decl fields.Zequan Wu2021-02-082-1/+17
* [lldb-vscode] correctly use Windows macrosWalter Erquinigo2021-02-086-15/+15
* Fix lldb-vscode builds on Windows targeting POSIXWalter Erquinigo2021-02-086-14/+19
* Fix runInTerminal failures on WindowsWalter Erquinigo2021-02-084-13/+36
* [🍒][libc++] Fix libcxx build on 32bit architectures with 64bit time_t defa...Louis Dionne2021-02-081-0/+6
* [🍒]Disable CFI in __get_elem to allow casting a pointer to uninitialized m...Reid Kleckner2021-02-081-1/+1
* [🍒][libc++] Rename include/support to include/__supportLouis Dionne2021-02-0831-84/+85
* [OpenMP][libomptarget] Fixed an issue that device sync is skipped if the kern...Shilei Tian2021-02-052-4/+26
* [MemorySSA] Don't treat lifetime.end as NoAliasNikita Popov2021-02-053-55/+16
* [MemCpyOpt] Add test for incorrect optimization across lifetime (NFC)Nikita Popov2021-02-051-4/+39
* workflows: Update libclang-abi-tests to work with minor release baselinesTom Stellard2021-02-051-2/+22
* Add a release note about deprecating the clang-cl /fallback flagHans Wennborg2021-02-051-0/+4
* [OpenMP] Disabled profiling in `libomp` by default to unblock link errorsShilei Tian2021-02-046-13/+18
* [OpenMP] Fix building using LLVM_ENABLE_RUNTIMESGiorgis Georgakoudis2021-02-042-5/+14
* [clang][aarch64][WOA64][docs] Release note for longjmp crash with /guard:cfPeter Waller2021-02-041-0/+5
* Revert "[OpenMP] Disabled profiling in `libomp` by default to unblock link er...Shilei Tian2021-02-046-29/+10
* [X86] Accept 64-bit GPRs for vextractps when using a register that requires E...Craig Topper2021-02-033-2/+9
* [OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent`Shilei Tian2021-02-033-0/+100
* [CSSPGO] Introducing distribution factor for pseudo probe.Hongtao Yu2021-02-0320-74/+595
* [CSSPGO] Factor out common part for CSSPGO inline and AFDO inlineWenlei He2021-02-033-131/+80
* [CSSPGO] Call site prioritized inlining for sample PGOWenlei He2021-02-0310-81/+904
* [CSSPGO] Passing the clang driver switch -fpseudo-probe-for-profiling to the ...Hongtao Yu2021-02-033-1/+16
* [CSSPGO] Tweaking inlining with pseudo probes.Hongtao Yu2021-02-034-9/+204
* [CSSPGO] Support of CS profiles in extended binary format.Hongtao Yu2021-02-0310-50/+113
* [OpenMP] Disabled profiling in `libomp` by default to unblock link errorsShilei Tian2021-02-036-10/+29
* Extend release notes for AST Matchers changesStephen Kelly2021-02-031-6/+32
* PR44325 (and duplicates): don't issue -Wzero-as-null-pointer-constantRichard Smith2021-02-032-1/+26
* [OpenMP] Fix seg fault in libomptarget when using Info with multiple threadsJoseph Huber2021-02-032-3/+5
* [OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper taskShilei Tian2021-02-031-1/+25
* [OpenMP][deviceRTLs] Added `[[clang::loader_uninitialized]]` explicitlyShilei Tian2021-02-031-2/+5
* [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode librariesShilei Tian2021-02-031-8/+8
* [OpenMP][Libomptarget] Fix conditional in CMake for remote pluginAtmn Patel2021-02-031-5/+6
* [elfabi] Fix tests which failed on different timezonesHaowei Wu2021-02-032-4/+4
* [X86] Fix disassembly of x86-64 GDTLS code sequenceAndrew Ng2021-02-033-3/+27
* [LV] Fix crash when computing max VF too earlyCullen Rhodes2021-02-032-4/+32
* [RISCV] Update the version number to v0.10 for vector.Hsiangkai Wang2021-02-032-2/+2
* [RISCV] Update the version number to v0.10 for vector.Hsiangkai Wang2021-02-039-31/+31
* [PowerPC][Power10] Fix XXSPLI32DX not correctly exploiting specific casesAlbion Fung2021-02-032-18/+9
* [PowerPC] Do not emit XXSPLTI32DX for sub 64-bit constantsNemanja Ivanovic2021-02-032-1/+24
* [VE] Change inetger constants 32-bit friendlyKazushi (Jam) Marukawa2021-02-031-5/+5
* [OpenMP] Fix python3 compatibility in openmp's lit.cfgTobias Hieta2021-02-031-1/+1
* [X86][AVX] canonicalizeLaneShuffleWithRepeatedOps - don't merge VPERMILPD ops...Simon Pilgrim2021-02-032-19/+30
* [X86][AVX] Add PR48908 shuffle test caseSimon Pilgrim2021-02-031-0/+151