aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-07[CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BRllvmorg-11.0.0-rc6llvmorg-11.0.0Bill Wendling2-0/+69
2020-10-07Add ability to turn off -fpch-instantiate-templates in clang-clShivanshu Goyal3-3/+20
2020-10-06[SelectionDAG] Don't remove unused negated constant immediatelyQiu Chaofan2-3/+14
2020-10-05ReleaseNotes: mention the machine outliner for ARMHans Wennborg1-0/+3
2020-10-01Fix indentation for PowerPC ReleaseNotesAhsan Saghir1-12/+21
2020-10-01LLVM release notes: JIT changesHans Wennborg1-0/+16
2020-09-30[APFloat] prevent NaN morphing into Inf on conversion (PR43907)llvmorg-11.0.0-rc5Sanjay Patel3-0/+53
2020-09-30[GlobalISel] Fix multiply with overflow intrinsics legalization generating in...Amara Emerson4-11/+76
2020-09-29[LLVM 11] Add SystemZ changes to release notesUlrich Weigand1-0/+15
2020-09-28Fix mysterious failure of SupportTests FileCheckTest.Binopllvmorg-11.0.0-rc4Hans Wennborg1-0/+2
2020-09-28[LLVM-C] Turn a ShuffleVector Constant Into a Getter.Robert Widmann3-7/+13
2020-09-28C API: functions to get mask of a ShuffleVectorCraig Disselkoen5-17/+119
2020-09-28[CodeGen] Do not call `emitGlobalConstantLargeInt` for constant requires 8 by...Simon Atanasyan2-1/+19
2020-09-28AArch64/GlobalISel: Narrow stack passed argument access sizeMatt Arsenault2-4/+9
2020-09-25AArch64/GlobalISel: Reduced patch for bug 47619Matt Arsenault3-7/+39
2020-09-24release notes: mention zig as an external projectHans Wennborg1-0/+15
2020-09-22clang-tools-extra: Drop doxygen link from index.rstHans Wennborg1-17/+0
2020-09-22llvm index.rst: Drop in-progress warningHans Wennborg1-6/+1
2020-09-22[clang][docs] Fix documentation of -Ollvmorg-11.0.0-rc3Jessica Clarke1-1/+1
2020-09-22[CodeGen] Fixing inconsistent ABI mangling of vlaues in SelectionDAGBuilderLucas Prates2-28/+51
2020-09-22PR47468: Fix findPHICopyInsertPoint, so that copies aren't incorrectly insert...James Y Knight2-20/+68
2020-09-22[llvm] Add contains(KeyType) -> bool methods to SmallPtrSetDavid Blaikie2-3/+34
2020-09-17[SelectionDAG] Check any use of negation result before removalQiu Chaofan2-7/+43
2020-09-17[Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi5-1/+120
2020-09-17[X86][ELF] Prefer lowering MC_GlobalAddress operands to .Lfoo$local for STV_D...Ben Dunbobbin9-11/+37
2020-09-16polly release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-11/+3
2020-09-16openmp release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-15/+0
2020-09-16libc++ release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-18/+3
2020-09-16flang release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-19/+1
2020-09-16lld release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-14/+0
2020-09-16clang-tools-extra release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-57/+3
2020-09-16clang release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-72/+6
2020-09-16llvm release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-67/+12
2020-09-16[clangd] Actually parse Index section of the YAML file.Adam Czachorowski2-6/+12
2020-09-16[flang] Fix docs buildRichard Barton1-0/+11
2020-09-15ReleaseNotes: PowerPC changesHans Wennborg1-1/+35
2020-09-15Revert "RegAllocFast: Record internal state based on register units"Hans Wennborg47-2153/+2155
2020-09-15[OPENMP][NFC]Release notes for OpenMP in clang (11.x).Hans Wennborg1-1/+46
2020-09-15Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner1-1/+1
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson3-2/+9
2020-09-15Revert "[SelectionDAG] Remove unused FP constant in getNegatedExpression"Qiu Chaofan2-31/+1
2020-09-15[release][docs] Add 11.0.0. release notes for the Clang Static AnalyzerKristóf Umann1-1/+68
2020-09-15Revert "Double check that passes correctly set their Modified status"Hans Wennborg2-88/+1
2020-09-15[analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann2-0/+39
2020-09-15Clang release notes: mention the max_tokens_here pragmaHans Wennborg1-1/+4
2020-09-15[FastISel] Bail out of selectGetElementPtr for vector GEPs.Craig Topper2-0/+54
2020-09-15[clangd] Use string[] for allCommitCharactersKirill Bobyrev2-2/+33
2020-09-15[SelectionDAG] Remove unused FP constant in getNegatedExpressionQiu Chaofan2-1/+31
2020-09-15Fix incorrect SimplifyWithOpReplaced transform (PR47322)Nikita Popov4-45/+72
2020-09-15Add test for PR47322 (NFC)Nikita Popov1-0/+16