aboutsummaryrefslogtreecommitdiff
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Don't fold frame offset for global addressesJulien Jorge2020-12-013-5/+25
* [WebAssembly] Fix FastISel address calculation bugThomas Lively2020-12-012-9/+30
* Build reproducible tarballs for releasesllvmorg-11.0.1-rc1Aaron Puchert2020-11-251-13/+21
* Fix crash after looking up dwo_id=0 in CU index.Jorge Gorbe Moya2020-11-262-2/+124
* [RTDYLD] support absolute relocations where neededValentin Churavy2020-11-261-6/+13
* [AArch64][GlobalISel] Handle rtcGPR64RegClassID in AArch64RegisterBankInfo::g...Raul Tambre2020-11-252-0/+20
* [stack-clash] Fix probing of dynamic allocaserge-sans-paille2020-11-243-13/+13
* Fix interaction between stack alignment and inline-asm stack clash protectionserge-sans-paille2020-11-246-51/+512
* Fix limit behavior of dynamic allocaserge-sans-paille2020-11-242-5/+5
* [X86] Don't produce bad x86andp nodes for i1 vectorsKeno Fischer2020-11-242-4/+69
* [MCA][LSUnit] Correctly update the internal group flags on store barrier exec...Andrea Di Biagio2020-11-203-0/+206
* [ADT] Fix for ImmutableMapRefAdam Balogh2020-11-112-1/+42
* [DAE] MarkLive in MarkValue(MaybeLive) if any use is liveArthur Eubanks2020-11-033-9/+53
* [X86] Fix cpu name typosSimon Pilgrim2020-11-021-2/+3
* Add release tarballs for libclcAaron Puchert2020-10-311-1/+1
* BPF: fix incorrect DAG2DAG load optimizationYonghong Song2020-10-313-2/+52
* [ConstantFold] Make areGlobalsPotentiallyEqual less aggressive.Eli Friedman2020-10-303-3/+9
* Bump version to 11.0.1Tom Stellard2020-10-224-5/+5
* [CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BRllvmorg-11.0.0-rc6llvmorg-11.0.0Bill Wendling2020-10-072-0/+69
* [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
* llvm index.rst: Drop in-progress warningHans Wennborg2020-09-221-6/+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
* [X86][ELF] Prefer lowering MC_GlobalAddress operands to .Lfoo$local for STV_D...Ben Dunbobbin2020-09-179-11/+37
* llvm release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-67/+12
* ReleaseNotes: PowerPC changesHans Wennborg2020-09-151-1/+35
* Revert "RegAllocFast: Record internal state based on register units"Hans Wennborg2020-09-1547-2153/+2155
* [Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson2020-09-151-0/+6
* Revert "[SelectionDAG] Remove unused FP constant in getNegatedExpression"Qiu Chaofan2020-09-152-31/+1
* Revert "Double check that passes correctly set their Modified status"Hans Wennborg2020-09-152-88/+1
* [FastISel] Bail out of selectGetElementPtr for vector GEPs.Craig Topper2020-09-152-0/+54
* [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
* Reduce code duplication in simplifySelectWithICmpCond (NFC)Nikita Popov2020-09-151-25/+9