summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Analysis] improve function signature checking for snprintfllvmorg-13.0.0-rc1Sanjay Patel2021-08-022-3/+16
* [OpenMP] Fixing llvm-omp-device-info compilation with runtimesJose M Monsalve Diaz2021-08-022-1/+1
* [X86][AVX] Add test case for PR51281Simon Pilgrim2021-08-021-0/+39
* Revert "sanitizers: increase .clang-format columns to 100"Dmitry Vyukov2021-08-029-9/+0
* Revert "[Preprocessor] Implement -fminimize-whitespace."Tom Stellard2021-08-0219-395/+144
* [DAGCombiner] don't try to partially reduce add-with-overflow opsSanjay Patel2021-08-023-22/+35
* [AArch64][x86] add tests for add-with-overflow folds; NFCSanjay Patel2021-08-022-20/+96
* [DivRemPairs] make sure we have a valid CFG for hoisting divisionSanjay Patel2021-08-022-3/+36
* [RISCV] Restrict performANY_EXTENDCombine to prevent an infinite loop.Craig Topper2021-08-022-0/+72
* Import workflows from release/12.x branchTom Stellard2021-08-026-0/+518
* [LLD][MinGW] Accept joined format for --stackMateusz Mikuła2021-08-022-1/+2
* [clang-repl] Fix building with win32 dylibsMartin Storsjö2021-08-021-1/+1
* [OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov2021-08-0214-25/+71
* [libc++] Improve LIBCXX_ENABLE_INCOMPLETE_FEATURES.Mark de Wever2021-08-022-10/+14
* [AArch64] Legalize MVT::i64x8 in DAG isel loweringAlexandros Lamprineas2021-08-0212-8/+253
* [AArch64] Add a Machine Value Type for 8 consecutive registersAlexandros Lamprineas2021-08-024-1/+7
* [Clang][AArch64] Inline assembly support for the ACLE type 'data512_t'Alexandros Lamprineas2021-08-025-17/+137
* [OpenCL] Add support of __opencl_c_3d_image_writes feature macroAnton Zabaznov2021-08-026-27/+55
* Revert "Revert "[clang][pp] adds '#pragma include_instead'""Christopher Di Bella2021-07-2921-23/+230
* [ELF] Add -Bsymbolic-non-weak-functionsFangrui Song2021-07-298-20/+73
* [DebugInfo][InstrRef] Don't break up ret-sequences on debug-info instrsJeremy Morse2021-07-292-1/+67
* [AArch64][SVE] Fix incorrect mask type when lowering fixed type SVE gather/sc...Bradley Smith2021-07-293-237/+423
* [clang-format] Fix aligning with linebreaks #2Björn Schäpers2021-07-292-1/+32
* test-release.sh: Kill python2Diana Picus2021-07-291-5/+2
* [libc++][doc] Update the release notesMark de Wever2021-07-293-3/+31
* Revert "[DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR"Chris Jackson2021-07-2910-947/+83
* [clang-tidy][docs][NFC] Fix broken link and ordering in ReleaseNotes.rstWhisperity2021-07-281-17/+18
* [OpenMP] Fixing missing variables when CUDA SDK not in systemJose M Monsalve Diaz2021-07-271-2/+131
* [OpenMP][Tool] Introducing the `llvm-omp-device-info` toolJose M Monsalve Diaz2021-07-2710-26/+119
* [mlir][openacc] Initial translation for DataOp to LLVM IRValentin Clement2021-07-275-66/+458
* Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.Jim Ingham2021-07-273-1/+38
* [mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song2021-07-271-1/+1
* [lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song2021-07-272-6/+4
* [OpenMP][Libomptarget] Adding `print_device_info` to RTL and `omptarget`Jose M Monsalve Diaz2021-07-2712-0/+216
* [OpenMP] Folding threadLimit and numThreads when single value in kernelsJose M Monsalve Diaz2021-07-274-39/+198
* [clang] NFC: change uses of `Expr->getValueKind` into `is?Value`Matheus Izvekov2021-07-2810-27/+28
* llvm/utils: guarantee revert_checker's revert orderingGeorge Burgess IV2021-07-282-4/+11
* [DAGCombiner] Fold SETCC(FREEZE(x),const) to FREEZE(SETCC(x,const)) if SETCC ...Juneyoung Lee2021-07-283-6/+59
* Precommit test files for D105344 (NFC)Juneyoung Lee2021-07-281-0/+210
* [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELTXiang1 Zhang2021-07-282-14/+576
* Reapply "[Attributor] Disable simplification AAs if a callback is present""Johannes Doerfert2021-07-273-14/+45
* Revert "[X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT"Xiang1 Zhang2021-07-282-576/+14
* Add llvm::equal convenient wrapper for ranges around std::equalMehdi Amini2021-07-282-4/+8
* [libc++] Fix a few warnings in system headers with GCCLouis Dionne2021-07-2711-23/+23
* [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELTXiang1 Zhang2021-07-282-14/+576
* [PDL] Mark PatternOp as SingleBlockRiver Riddle2021-07-271-1/+3
* [PDL] Fix the builders for OperationOp and PatternOpRiver Riddle2021-07-272-2/+2
* Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton2021-07-2710-71/+162
* [Hexagon] Fix resetting dead registers in DBG_VALUE_LISTsKrzysztof Parzyszek2021-07-272-3/+104
* Revert "[ELF] --gc-sections: allow GC on reserved sections in a group"Fangrui Song2021-07-272-10/+3