summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 17llvmorg-17-initTom Stellard2023-01-2416-1480/+25
* [CodeGen] Use llvm::bit_ceil (NFC)Kazu Hirata2023-01-241-3/+1
* [SystemZ] Use llvm::bit_floor (NFC)Kazu Hirata2023-01-241-1/+1
* [M68k][MC] Make immediate operands relocatableMin-Yih Hsu2023-01-242-4/+24
* [M68k][Disassembler] Use custom decoder for 32-bit immediatesMin-Yih Hsu2023-01-246-26/+34
* [TableGen] Support custom decoders for variable length instructionsMin-Yih Hsu2023-01-245-27/+54
* [zero-call-used-regs] Mark only non-debug instruction's register as usedShivam Gupta2023-01-252-1/+148
* Revert "[SCCP] Use range info to prove AddInst has NUW flag."Douglas Yung2023-01-2414-95/+72
* Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez2023-01-2514-161/+23
* Fix running MLIR tests when enabling examples but the native backends isn't c...Mehdi Amini2023-01-243-2/+17
* [Transform] Rewrite LowerSwitch using APIntPeter Rong2023-01-242-10/+40
* [AssumptionCache] caches @llvm.experimental.guard'sJoshua Cao2023-01-2411-85/+57
* [Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier tableShilei Tian2023-01-244-25/+216
* [lldb] Remove legacy six module for py2->py3Jordan Rupprecht2023-01-244-913/+0
* [lldb] Don't create Clang AST nodes in GetDIEClassTemplateParamsArthur Eubanks2023-01-247-32/+65
* [Clang] Fix test that sometimes fails depending on the temp nameJoseph Huber2023-01-241-1/+1
* [OpenMP] Create a temp file in /tmp if /dev/shm is not accessibleShilei Tian2023-01-241-8/+39
* [clang-format] Put peekNextToken(/*SkipComment=*/true) to good useOwen Pan2023-01-242-2/+24
* [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abortLouis Dionne2023-01-249-49/+87
* test-release.sh: Only build clang for stage1 and stage2Tom Stellard2023-01-241-6/+11
* [compiler-rt] Remove XFAIL decorator trampoline_setup_test.cMuhammad Omair Javaid2023-01-251-1/+0
* [RISCV] Combine extract_vector_elt followed by VFMV_S_F_VL.Craig Topper2023-01-244-77/+71
* [NFC][libc++] Remove __unexpected namespaceyronglin2023-01-252-18/+14
* [lld-macho] Have all load commands aligned to the word sizeJez Ng2023-01-241-2/+4
* [ADT] Use fold expressions to compare tuples. NFCIBenjamin Kramer2023-01-251-12/+6
* [HWASAN] Copy some ASAN independent unit tests from ASAN to LSANKirill Stoimenov2023-01-254-6/+5
* [CodeGen] bugfix: add REQUIRES target triple in testusama hameed2023-01-241-0/+1
* [ADT] Fix circular include dependency by using std::array. NFCYounan Zhang2023-01-242-4/+7
* [clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globallyBen Langmuir2023-01-241-3/+0
* [BOLT][DWARF] Reuse entries in .debug_addr when not modifiedAlexander Yermolovich2023-01-245-0/+474
* [mlir][tosa] Add RFFT2d operationLuke Hutton2023-01-245-0/+88
* [ASan] Introduce a flag -asan-constructor-kind to control the generation of t...usama hameed2023-01-244-26/+78
* [CodeGen] bugfix: ApplyDebugLocation goes out of scope before intendedusama hameed2023-01-242-2/+17
* [OpenMP][libomptarget] Implement memory lock/unlock API in NextGen pluginsKevin Sala2023-01-255-57/+330
* [InlineCost] model calls to llvm.objectsize.*Nick Desaulniers2023-01-242-0/+68
* [Clang] Add missing requires directives for new testJoseph Huber2023-01-241-0/+4
* [OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.Joseph Huber2023-01-243-12/+1
* [OpenMP] Unconditionally link the OpenMP device RTL static libraryJoseph Huber2023-01-242-2/+6
* [LinkerWrapper] Only import static libraries with needed symbolsJoseph Huber2023-01-242-43/+298
* [OpenMP][docs] Update for record-and-replayGiorgis Georgakoudis2023-01-241-0/+11
* [BOLT] Use range-based implicit def/use accessors. NFCIBenjamin Kramer2023-01-243-34/+21
* [X86] Add support for "light" AVXIlya Tokar2023-01-246-27/+86
* [OpenMP] Disable tests that are not supported by GCC if it is used for testingShilei Tian2023-01-242-0/+6
* [llvm][DiagnosticInfo] handle function pointer castsNick Desaulniers2023-01-243-3/+13
* IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault2023-01-2444-71/+5326
* [InstCombine] invert canonicalization of sext (x > -1) --> not (ashr x)Sanjay Patel2023-01-2411-58/+54
* [flang] Fixed missing dependency.Slava Zakharin2023-01-241-0/+1
* [MC] Store target Insts table in reverse order. NFC.Jay Foad2023-01-243-9/+10
* [AArch64] Add the Ampere1A corePhilipp Tomsich2023-01-2414-3/+50
* [MC] Store number of implicit operands in MCInstrDesc. NFC.Jay Foad2023-01-244-69/+40