- 37d7299 [SCEV] Track and invalidate ValuesAtScopes users by Nikita Popov · 3 years, 7 months ago
- bf317f6 [CSSPGO] Sorting nodes in a cycle of profiled call graph. by Hongtao Yu · 3 years, 7 months ago
- ca57b80 Code quality: Combine V_RSQ by Mateja Marjanovic · 3 years, 9 months ago
- 1e82864 Use VersionTuple for parsing versions in Triple. This makes it possible to distinguish between "16" and "16.0" after parsing, which previously was not possible. by James Farrell · 3 years, 7 months ago
- 9e8a71c [DAG] Create fptosi.sat from clamped fptosi by David Green · 3 years, 7 months ago
- a87782c Revert "[DAG] Create fptosi.sat from clamped fptosi" by Hans Wennborg · 3 years, 7 months ago
- 651122f [DebugInfo][InstrRef] Pre-land on-by-default-for-x86 changes by Jeremy Morse · 3 years, 7 months ago
- 52ff3b0 [DAG] Create fptosi.sat from clamped fptosi by David Green · 3 years, 7 months ago
- bc5dbb0 [GlobalISel] Add matchers for constant splat. by Abinav Puthan Purayil · 3 years, 7 months ago
- 5cff77c [clang][ARM] PACBTI-M assembly support by Ties Stuij · 3 years, 7 months ago
- 0dd570f [AMDGPU][GlobalISel] Transform (fsub (fpext (fneg (fmul x, y))), z) -> (fneg (fma (fpext x), (fpext y), z)) by Mirko Brkusanin · 3 years, 7 months ago
- 37c2a22 [AMDGPU][GlobalISel] Transform (fsub (fpext (fmul x, y)), z) -> (fma (fpext x), (fpext y), (fneg z)) by Mirko Brkusanin · 3 years, 7 months ago
- 5fe7fcd [AMDGPU][GlobalISel] Transform (fsub (fneg (fmul, x, y)), z) -> (fma (fneg x), y, (fneg z)) by Mirko Brkusanin · 3 years, 7 months ago
- a782169 [AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z) -> (fma x, y, -z) by Mirko Brkusanin · 3 years, 7 months ago
- e5e49a0 [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext (fmul u, v))), z) -> (fma x, y, (fma (fpext u), (fpext v), z)) by Mirko Brkusanin · 3 years, 7 months ago
- f732292 [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul u, v)), z) -> (fma x, y, (fma u, v, z)) by Mirko Brkusanin · 3 years, 7 months ago
- 8951136 [AMDGPU][GlobalISel] Transform (fadd (fpext (fmul x, y)), z) -> (fma (fpext x), (fpext y), z) by Mirko Brkusanin · 3 years, 7 months ago
- 881840f [AMDGPU][GlobalISel] Transform (fadd (fmul x, y), z) -> (fma x, y, z) by Mirko Brkusanin · 3 years, 7 months ago
- 297fb66 Use a deterministic order when updating the DominatorTree by Bjorn Pettersson · 3 years, 9 months ago
- a31f4bd [CodeGen][SVE] Use whilelo instruction when lowering @llvm.get.active.lane.mask by David Sherwood · 3 years, 7 months ago
- f492a41 [SCEV] Simplify forgetSymbolicName() (NFCI) by Nikita Popov · 3 years, 7 months ago
- c2550e3 [SCEV] Simplify invalidation after BE count calculation (NFCI) by Nikita Popov · 3 years, 7 months ago
- 2b160e9 Reland [SCEV] Fix and validate ValueExprMap/ExprValueMap consistency by Nikita Popov · 3 years, 8 months ago
- 719354a Revert "[SCEV] Fix and validate ValueExprMap/ExprValueMap consistency" by Nikita Popov · 3 years, 7 months ago
- bee8dcd [SCEV] Fix and validate ValueExprMap/ExprValueMap consistency by Nikita Popov · 3 years, 8 months ago
- 30238c3 [mlir][OpenMP] Add support for SIMD modifier by Mats Petersson · 4 years, 1 month ago
- 4af45f1 [GlobalISel] Fold or of shifts to funnel shift. by Abinav Puthan Purayil · 3 years, 7 months ago
- 2f07534 [NFC] Fix typo in 95875d246acb by Jessica Clarke · 3 years, 7 months ago
- bc41653 [ThreadPool] Use auto again for future with ENABLE_THREADS=Off. by Florian Hahn · 3 years, 7 months ago
- 8cb1af7 Recommit [ThreadPool] Support returning futures with results. by Florian Hahn · 3 years, 7 months ago
- 71a7c55 Revert "[ThreadPool] Support returning futures with results." by Daniel McIntosh · 3 years, 7 months ago
- 95875d2 [LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvm by Zarko Todorovski · 3 years, 7 months ago
- cd93ab8 DWARFVerifier: Don't parse all units twice by David Blaikie · 3 years, 7 months ago
- bfadc5d [DebugInfo][InstrRef] Cope with win32 calls changing SP in LiveDebugValues by Jeremy Morse · 3 years, 7 months ago
- fb46e64 Revert "[ThreadPool] Do not return shared futures." by Florian Hahn · 3 years, 7 months ago
- 9910740 [LoopVectorize] Propagate fast-math flags for VPInstruction by Rosie Sumpter · 3 years, 8 months ago
- c2441b6 [LoopVectorize] Add vector reduction support for fmuladd intrinsic by Rosie Sumpter · 3 years, 8 months ago
- 0733381 Revert "Revert "Revert "Recommit "Revert "[CVP] processSwitch: Remove default case when switch cover all possible values.""""" by Jun Ma · 3 years, 7 months ago
- 273a0c8 PrologEpilogInserter: Use explicit control for scavenge slot placement by Matt Arsenault · 3 years, 8 months ago
- 1392b65 Revert "profi - a flow-based profile inference algorithm: Part I (out of 3)" by Mehdi Amini · 3 years, 7 months ago
- 884b6dd profi - a flow-based profile inference algorithm: Part I (out of 3) by spupyrev · 3 years, 7 months ago
- c933c2eb [PowerPC] Add BCD add/sub/cmp builtins by Nemanja Ivanovic · 3 years, 7 months ago
- 065f777 Revert "profi - a flow-based profile inference algorithm: Part I (out of 3)" by Philip Reames · 3 years, 7 months ago
- b00fc19 profi - a flow-based profile inference algorithm: Part I (out of 3) by spupyrev · 3 years, 7 months ago
- 1e65b93 [VP] Canonicalize macros of VPIntrinsics.def by Simon Moll · 3 years, 7 months ago
- a5fff58 [ThreadPool] Do not return shared futures. by Florian Hahn · 3 years, 7 months ago
- 32b6c17 [SDAG] Use UnknownSize for masked load/store MMO size by David Green · 3 years, 7 months ago
- 6149e57 [ThreadPool] Support returning futures with results. by Florian Hahn · 3 years, 7 months ago
- 62e9aca Revert "[SCEV] Fix and validate ValueExprMap/ExprValueMap consistency" by Nikita Popov · 3 years, 7 months ago
- d633db8 [SCEV] Fix and validate ValueExprMap/ExprValueMap consistency by Nikita Popov · 3 years, 8 months ago
- 955c72c [AArch64][ARM] Add missing SVE/SVE2 features from Cortex-A710 by Bradley Smith · 3 years, 7 months ago
- 0dec593 [ORC] Make JITDylib::AsynchronousSymbolQuerySet private. by Lang Hames · 3 years, 7 months ago
- 43f5f69 [ORC][JITLink] Move JITDylib name into JITLinkDylib base class. by Lang Hames · 3 years, 7 months ago
- 6774cc3 [NFC][llvm] Inclusive language: remove instance of master in IntrinsicsNVVM.td by Quinn Pham · 3 years, 7 months ago
- 671f093 [X86] Selective relocation relaxation for +tagged-globals by Matt Morehouse · 3 years, 7 months ago
- f2b5d81 [SampleFDO] Add pass name strings for the passes (NFC) by Rong Xu · 3 years, 7 months ago
- 3cbc4c4 llvm-dwarfdump: Rebuild type names in dwo type units by David Blaikie · 3 years, 7 months ago
- 26f5643 [Clang][SVE] Properly enable/disable dependant SVE target features based upon +(no)sve.* options by Bradley Smith · 3 years, 7 months ago
- 8e47b83 [AArch64][ARM] Enablement of Cortex-A710 Support by Mubashar Ahmad · 3 years, 8 months ago
- 24d1673 [llvm-tblgen][RISCV] Make llvm-tblgen RISCVCompressInstEmitter to be common infra across different targets by Zi Xuan Wu · 3 years, 7 months ago
- ad69402 [SCEVAA] Avoid forming malformed pointer diff expressions by Philip Reames · 3 years, 7 months ago
- b861c36 Fix -Wparentheses warnings. NFC. by Michael Liao · 3 years, 7 months ago
- 103cc91 [x86/asm] Make variants work when converting at&t inline asm input to intel asm output by Nico Weber · 3 years, 7 months ago
- 5273773 [JITLink] Allow duplicate symbol names for locals by Ben Langmuir · 3 years, 7 months ago
- e3e25b5 [NewPM] Add option to prevent rerunning function pipeline on functions in CGSCC adaptor by Arthur Eubanks · 3 years, 7 months ago
- db6bc2a [AMDGPU][GlobalISel] Fold G_FNEG above when users cannot fold mods by Mirko Brkusanin · 3 years, 7 months ago
- 670dd40 [Analysis] Fix getNumberOfParts to return 0 when the answer is unknown by David Sherwood · 3 years, 7 months ago
- 3264e95 [CodeGen] Update LiveIntervals in TargetInstrInfo::convertToThreeAddress by Jay Foad · 3 years, 7 months ago
- d00256b ADT: Adding a key_type definition to MapVector by Kevin Cadieux · 3 years, 7 months ago
- 77898a4 Coverage: Fix iterated type for LineCoverageIterator by Duncan P. N. Exon Smith · 3 years, 7 months ago
- 042cefd [CSSPGO] Fix a hash code truncating issue in ContextTrieNode. by Hongtao Yu · 3 years, 7 months ago
- 4c484f1 [llvm] Add a SFINAE template parameter to DenseMapInfo by River Riddle · 3 years, 7 months ago
- fd60180 DebugInfo: Make DWARFExpression::iterator a const iterator by Duncan P. N. Exon Smith · 3 years, 7 months ago
- a0f1f17 DebugInfo: Stop modifying Operation::Error inside of verify() by Duncan P. N. Exon Smith · 3 years, 7 months ago
- ed6b69a Add a hasPoisonGeneratingFlags proxy wrapper to Instruction [NFC] by Philip Reames · 3 years, 7 months ago
- dc84770 [GlobalISel] Add a store-merging optimization pass and enable for AArch64. by Amara Emerson · 3 years, 7 months ago
- d7a8135 DebugInfo: Make DWARFExpression::iterator::skipBytes() const, NFC by Duncan P. N. Exon Smith · 3 years, 7 months ago
- 79df410 DebugInfo: const-qualify accessors of DWARFExpression::Operation by Duncan P. N. Exon Smith · 3 years, 7 months ago
- b23ba29 DebugInfo: Make DWARFExpression::iterator::operator++ return itself by Duncan P. N. Exon Smith · 3 years, 7 months ago
- 3d1d8c7 [llvm] adapt DWARFExpression.h for 6b9b86db9dd974585a5c71cf2e5231d1e3385f7c by Krasimir Georgiev · 3 years, 7 months ago
- bee8e20 [InstrProf][NFC] Fix a few typos in code comments. by Snehasish Kumar · 3 years, 7 months ago
- 0be836b [asm] Convert AsmPrinter::PrintSpecial() to StringRef by Nico Weber · 3 years, 7 months ago
- e785f4a [PatternMatch] Add m_BinOp/m_c_BinOp with specific opcode by Stanislav Mekhanoshin · 3 years, 7 months ago
- 6747d44 [DebugInfo] Fix end_sequence of debug_line in LTO Object by Kyungwoo Lee · 3 years, 7 months ago
- a32c2c3 [NFC] Use Optional<ProfileCount> to model invalid counts by Mircea Trofin · 3 years, 7 months ago
- 69be352 Reapply "[ORC] Initial MachO debugging support (via GDB JIT debug.." with fixes. by Lang Hames · 3 years, 7 months ago
- 098e935 [llvm] Use range-based for loops with CallBase::args (NFC) by Kazu Hirata · 3 years, 7 months ago
- e876698 [NFC][TTI] `getReplicationShuffleCost()`: s/Replicated/Dst/ by Roman Lebedev · 3 years, 7 months ago
- 68854f4 [IR] Define ptrauth intrinsics. by Ahmed Bougacha · 3 years, 9 months ago
- 0662a36 [NFC][InlineFunction] Renamed some vars to conform to coding style by Mircea Trofin · 3 years, 7 months ago
- f55ba35 Revert "[ORC] Initial MachO debugging support (via GDB JIT debug..." by Lang Hames · 3 years, 7 months ago
- e1933a0 [ORC] Initial MachO debugging support (via GDB JIT debug registration interface) by Lang Hames · 3 years, 7 months ago
- 86e2af8 reland: [VFS] Use original path when falling back to external FS by Keith Smiley · 3 years, 7 months ago
- f0cf544 Revert "[VFS] Use original path when falling back to external FS" by Keith Smiley · 3 years, 7 months ago
- c972175 [VFS] Use original path when falling back to external FS by Keith Smiley · 3 years, 7 months ago
- 6b9b86d ADT: Fix const-correctness of iterator facade by Duncan P. N. Exon Smith · 3 years, 7 months ago
- 75c86c9 Support: Make VarStreamArrayIterator iterate over const values by Duncan P. N. Exon Smith · 3 years, 7 months ago
- a678c67 IR: Fix const-correctness of SwitchInst::CaseIterator and CaseHandle by Duncan P. N. Exon Smith · 3 years, 7 months ago
- c3edab8 ADT: Avoid repeating iterator adaptor/facade template params, NFC by Duncan P. N. Exon Smith · 3 years, 7 months ago
- 8b3e1ad IR: Avoid duplication of SwitchInst::findCaseValue(), NFC by Duncan P. N. Exon Smith · 3 years, 7 months ago