summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-30[APFloat] prevent NaN morphing into Inf on conversion (PR43907)llvmorg-11.0.0-rc5Sanjay Patel
2020-09-30[GlobalISel] Fix multiply with overflow intrinsics legalization generating in...Amara Emerson
2020-09-29[LLVM 11] Add SystemZ changes to release notesUlrich Weigand
2020-09-28Fix mysterious failure of SupportTests FileCheckTest.Binopllvmorg-11.0.0-rc4Hans Wennborg
2020-09-28[LLVM-C] Turn a ShuffleVector Constant Into a Getter.Robert Widmann
2020-09-28C API: functions to get mask of a ShuffleVectorCraig Disselkoen
2020-09-28[CodeGen] Do not call `emitGlobalConstantLargeInt` for constant requires 8 by...Simon Atanasyan
2020-09-28AArch64/GlobalISel: Narrow stack passed argument access sizeMatt Arsenault
2020-09-25AArch64/GlobalISel: Reduced patch for bug 47619Matt Arsenault
2020-09-24release notes: mention zig as an external projectHans Wennborg
2020-09-22clang-tools-extra: Drop doxygen link from index.rstHans Wennborg
2020-09-22llvm index.rst: Drop in-progress warningHans Wennborg
2020-09-22[clang][docs] Fix documentation of -Ollvmorg-11.0.0-rc3Jessica Clarke
2020-09-22[CodeGen] Fixing inconsistent ABI mangling of vlaues in SelectionDAGBuilderLucas Prates
2020-09-22PR47468: Fix findPHICopyInsertPoint, so that copies aren't incorrectly insert...James Y Knight
2020-09-22[llvm] Add contains(KeyType) -> bool methods to SmallPtrSetDavid Blaikie
2020-09-17[SelectionDAG] Check any use of negation result before removalQiu Chaofan
2020-09-17[Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi
2020-09-17[X86][ELF] Prefer lowering MC_GlobalAddress operands to .Lfoo$local for STV_D...Ben Dunbobbin
2020-09-16polly release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16openmp release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16libc++ release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16flang release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16lld release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16clang-tools-extra release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16clang release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16llvm release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16[clangd] Actually parse Index section of the YAML file.Adam Czachorowski
2020-09-16[flang] Fix docs buildRichard Barton
2020-09-15ReleaseNotes: PowerPC changesHans Wennborg
2020-09-15Revert "RegAllocFast: Record internal state based on register units"Hans Wennborg
2020-09-15[OPENMP][NFC]Release notes for OpenMP in clang (11.x).Hans Wennborg
2020-09-15Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson
2020-09-15Revert "[SelectionDAG] Remove unused FP constant in getNegatedExpression"Qiu Chaofan
2020-09-15[release][docs] Add 11.0.0. release notes for the Clang Static AnalyzerKristóf Umann
2020-09-15Revert "Double check that passes correctly set their Modified status"Hans Wennborg
2020-09-15[analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann
2020-09-15Clang release notes: mention the max_tokens_here pragmaHans Wennborg
2020-09-15[FastISel] Bail out of selectGetElementPtr for vector GEPs.Craig Topper
2020-09-15[clangd] Use string[] for allCommitCharactersKirill Bobyrev
2020-09-15[SelectionDAG] Remove unused FP constant in getNegatedExpressionQiu Chaofan
2020-09-15Fix incorrect SimplifyWithOpReplaced transform (PR47322)Nikita Popov
2020-09-15Add test for PR47322 (NFC)Nikita Popov
2020-09-15Reduce code duplication in simplifySelectWithICmpCond (NFC)Nikita Popov
2020-09-14[AMDGPU] Fix for folding v2.16 literals.dfukalov
2020-09-11[flang] Add new documentation main pageRichard Barton
2020-09-11[clang][aarch64] Fix mangling of bfloat16 neon vectorsCullen Rhodes
2020-09-11[DebugInfo] Fixing CodeView assert related to lowerBound field of DISubrange.Alok Kumar Sharma
2020-09-11[compiler-rt] [netbsd] Reintroduce __sanitizer_protoentKamil Rytarowski