summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[z/OS] Implement prologue and epilogue generation for z/OS target."muiez/revert-ffad4Muiez Ahmed2021-12-147-273/+11
* [gn build] Port 4e94cba5b4e4LLVM GN Syncbot2021-12-141-0/+1
* [gn build] Reformat all build filesNico Weber2021-12-143-3/+1
* [gn build] (manually) port f0ca8d2461a7f3c8 (debuginfod-find)Nico Weber2021-12-143-0/+32
* [mlir] Add a missing pattern to bufferize tensor.rank.Alexander Belyaev2021-12-142-37/+41
* [X86] Adjust some IceLake integer shuffle schedule classes (PR48110)Simon Pilgrim2021-12-148-718/+714
* [RISCV] Add isel support for scalar STRICT_FADD/FSUB/FMUL/FDIV/FSQRT.Craig Topper2021-12-147-27/+1862
* [gn build] (manually) port 1042de9058 to lit.site.cfg.in tooNico Weber2021-12-141-0/+1
* [AArch64] Revise a warning fixKazu Hirata2021-12-141-3/+2
* [ELF] -Map: Print symbols which needs canonical PLT entry/copy relocation jus...Fangrui Song2021-12-142-1/+60
* Revert "Only define LLVM_EXTERNAL_VISIBILITY when building libLLVM dylib"Mehdi Amini2021-12-142-10/+3
* [HIPSPV][2/4] Add HIPSPV tool chainHenry Linjamäki2021-12-146-1/+411
* [Clang][ScanDeps] Use the virtual path for module mapsMichael Spencer2021-12-142-1/+63
* [gn] Use CLANG_DEFAULT_PIE_ON_LINUX=Fangrui Song2021-12-141-1/+1
* [RISCV] Use AdjustInstrPostInstrSelection to insert a FRM dependency for scal...Craig Topper2021-12-147-13/+165
* [Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pieFangrui Song2021-12-1411-4/+31
* [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.Noah Shutty2021-12-149-3/+208
* Only define LLVM_EXTERNAL_VISIBILITY when building libLLVM dylibBen Langmuir2021-12-142-3/+10
* [RISCV] Add mayRaiseFPException to RISCV scalar FP instructions.Craig Topper2021-12-143-9/+21
* [ELF] Remove needsPltAddr in favor of needsCopyFangrui Song2021-12-146-17/+13
* [RISCV] Add a table for extension implications.Craig Topper2021-12-141-10/+28
* [DebugInfo][dsymutil] Keep locations for function-local globalsEllis Hoag2021-12-145-15/+91
* [gn build] Reland 5082c330138: (semimanually) port ebc31d2.Kirill Stoimenov2021-12-141-1/+5
* Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny2021-12-1426-1235/+1
* [RISCV] Convert (splat_vector (load)) to vlse with 0 stride.Craig Topper2021-12-142-1/+24
* [lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny2021-12-1426-1/+1235
* Disable issue labeler in LLVM forksAlexander Batashev2021-12-141-0/+1
* [LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jamZaara Syeda2021-12-141-0/+25
* Add FMF to hasPoisonGeneratingFlags/dropPoisonGeneratingFlagsPhilip Reames2021-12-146-38/+34
* [WebAssembly] Custom optimization for truncateJing Bao2021-12-144-8/+139
* [libc++] Remove C++ version guards in the dylib.Mark de Wever2021-12-142-6/+2
* [mlir][sparse] fixed typosAart Bik2021-12-142-3/+3
* [mlir][sparse] speed up sparse tensor file I/O by more than 2xAart Bik2021-12-141-28/+30
* [InstCombine] prevent infinite looping from opposing cmp and select transform...Sanjay Patel2021-12-142-2/+34
* [InstCombine] regenerate test checks; NFCSanjay Patel2021-12-142-276/+276
* [InstCombine] convert static function to internal class function; NFCSanjay Patel2021-12-142-13/+14
* [benchmark] Delete BUILD filesMircea Trofin2021-12-146-187/+2
* [libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne2021-12-142-0/+61
* [AArch64] Convert sra(X, elt_size(X)-1) to cmlt(X, 0)Alexandros Lamprineas2021-12-1418-68/+93
* [lldb/python] Plug SBStructuredData leaksPavel Labath2021-12-142-36/+18
* [AArch64][SVE] Instcombine SDIV to ASRDMatt Devereau2021-12-142-0/+111
* [ASan] Shared optimized callbacks implementation.Kirill Stoimenov2021-12-145-18/+267
* Test commitZaara Syeda2021-12-141-1/+0
* [X86] combineOr - don't demand operand elements if the other operand element ...Simon Pilgrim2021-12-143-20/+38
* [X86] combineOr - pull out repeated SDLoc(). NFCI.Simon Pilgrim2021-12-141-4/+2
* [SLP][NFC]Update test checks, NFC.Alexey Bataev2021-12-141-20/+20
* [AMDGPU] Regenerate checks in high-bits-zeroed-16-bit-ops.mirJay Foad2021-12-141-884/+1028
* [AArch64][SVE] Replace mask pointers in fixed-length-fp-vselect testMatt Devereau2021-12-141-1094/+100
* [clang-format] add support for cppm filesmydeveloperday2021-12-142-2/+3
* [clang-format] FixNamespaceComments does not understand namespace aliasesmydeveloperday2021-12-142-1/+81