summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BRllvmorg-11.0.0-rc6llvmorg-11.0.0Bill Wendling2020-10-072-0/+69
* Add ability to turn off -fpch-instantiate-templates in clang-clShivanshu Goyal2020-10-073-3/+20
* [SelectionDAG] Don't remove unused negated constant immediatelyQiu Chaofan2020-10-062-3/+14
* ReleaseNotes: mention the machine outliner for ARMHans Wennborg2020-10-051-0/+3
* Fix indentation for PowerPC ReleaseNotesAhsan Saghir2020-10-011-12/+21
* LLVM release notes: JIT changesHans Wennborg2020-10-011-0/+16
* [APFloat] prevent NaN morphing into Inf on conversion (PR43907)llvmorg-11.0.0-rc5Sanjay Patel2020-09-303-0/+53
* [GlobalISel] Fix multiply with overflow intrinsics legalization generating in...Amara Emerson2020-09-304-11/+76
* [LLVM 11] Add SystemZ changes to release notesUlrich Weigand2020-09-291-0/+15
* Fix mysterious failure of SupportTests FileCheckTest.Binopllvmorg-11.0.0-rc4Hans Wennborg2020-09-281-0/+2
* [LLVM-C] Turn a ShuffleVector Constant Into a Getter.Robert Widmann2020-09-283-7/+13
* C API: functions to get mask of a ShuffleVectorCraig Disselkoen2020-09-285-17/+119
* [CodeGen] Do not call `emitGlobalConstantLargeInt` for constant requires 8 by...Simon Atanasyan2020-09-282-1/+19
* AArch64/GlobalISel: Narrow stack passed argument access sizeMatt Arsenault2020-09-282-4/+9
* AArch64/GlobalISel: Reduced patch for bug 47619Matt Arsenault2020-09-253-7/+39
* release notes: mention zig as an external projectHans Wennborg2020-09-241-0/+15
* clang-tools-extra: Drop doxygen link from index.rstHans Wennborg2020-09-221-17/+0
* llvm index.rst: Drop in-progress warningHans Wennborg2020-09-221-6/+1
* [clang][docs] Fix documentation of -Ollvmorg-11.0.0-rc3Jessica Clarke2020-09-221-1/+1
* [CodeGen] Fixing inconsistent ABI mangling of vlaues in SelectionDAGBuilderLucas Prates2020-09-222-28/+51
* PR47468: Fix findPHICopyInsertPoint, so that copies aren't incorrectly insert...James Y Knight2020-09-222-20/+68
* [llvm] Add contains(KeyType) -> bool methods to SmallPtrSetDavid Blaikie2020-09-222-3/+34
* [SelectionDAG] Check any use of negation result before removalQiu Chaofan2020-09-172-7/+43
* [Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi2020-09-175-1/+120
* [X86][ELF] Prefer lowering MC_GlobalAddress operands to .Lfoo$local for STV_D...Ben Dunbobbin2020-09-179-11/+37
* polly release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-11/+3
* openmp release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-15/+0
* libc++ release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-18/+3
* flang release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-19/+1
* lld release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-14/+0
* clang-tools-extra release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-57/+3
* clang release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-72/+6
* llvm release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-67/+12
* [clangd] Actually parse Index section of the YAML file.Adam Czachorowski2020-09-162-6/+12
* [flang] Fix docs buildRichard Barton2020-09-161-0/+11
* ReleaseNotes: PowerPC changesHans Wennborg2020-09-151-1/+35
* Revert "RegAllocFast: Record internal state based on register units"Hans Wennborg2020-09-1547-2153/+2155
* [OPENMP][NFC]Release notes for OpenMP in clang (11.x).Hans Wennborg2020-09-151-1/+46
* Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner2020-09-151-1/+1
* [Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson2020-09-153-2/+9
* Revert "[SelectionDAG] Remove unused FP constant in getNegatedExpression"Qiu Chaofan2020-09-152-31/+1
* [release][docs] Add 11.0.0. release notes for the Clang Static AnalyzerKristóf Umann2020-09-151-1/+68
* Revert "Double check that passes correctly set their Modified status"Hans Wennborg2020-09-152-88/+1
* [analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann2020-09-152-0/+39
* Clang release notes: mention the max_tokens_here pragmaHans Wennborg2020-09-151-1/+4
* [FastISel] Bail out of selectGetElementPtr for vector GEPs.Craig Topper2020-09-152-0/+54
* [clangd] Use string[] for allCommitCharactersKirill Bobyrev2020-09-152-2/+33
* [SelectionDAG] Remove unused FP constant in getNegatedExpressionQiu Chaofan2020-09-152-1/+31
* Fix incorrect SimplifyWithOpReplaced transform (PR47322)Nikita Popov2020-09-154-45/+72
* Add test for PR47322 (NFC)Nikita Popov2020-09-151-0/+16