aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [CSKY 4/n] Add basic CSKYAsmParser and CSKYInstPrinterZi Xuan Wu2021-04-2011-5/+842
* [NFC] Restructure code to make it possible to insert other GCsMax Kazantsev2021-04-201-18/+17
* [MLIR][LinAlg] Detensoring CF cost-model: look forward.KareemErgawy-TomTom2021-04-204-26/+203
* [X86][AMX] Add description of x86_amx to LangRef.Luo, Yuanke2021-04-202-1/+26
* [Test] Add -lcssa run to force LI in GVNMax Kazantsev2021-04-201-1/+1
* [llvm-rc] Fix handling of the /X option to match its documentation and rc.exeMartin Storsjö2021-04-204-6/+17
* [llvm-rc] Simplify Opts.td to avoid repetition. NFC.Martin Storsjö2021-04-201-35/+35
* [mlir][linalg] update fusion on tensors to support linalg index operations.Tobias Gysi2021-04-203-46/+533
* [RISCV] Handle PseudoVRELOAD and PseudoVSPILL in getInstSizeInBytes.Zakk Chen2021-04-191-0/+27
* [mlir][linalg] update drop unit dims to support linalg index operations.Tobias Gysi2021-04-202-24/+107
* [Test] Add loop load PRE test with GC pointersMax Kazantsev2021-04-201-0/+47
* [RISCV][test] Add a new test of additionBen Shi2021-04-201-0/+17
* Revert "[GreedyRA ORE] Add Cost of spill locations into remark"Serguei Katkov2021-04-204-70/+14
* [Docs] Mention LLVM_EXPERIMENTAL_TARGETS_TO_BUILD variable in CMake.rstxgupta2021-04-201-0/+5
* [GreedyRA ORE] Add Cost of spill locations into remarkSerguei Katkov2021-04-204-14/+70
* [AArch64][SVE] Combine add and index_vectorJun Ma2021-04-203-8/+155
* [lldb] Fix one leak in reproducerFangrui Song2021-04-191-4/+3
* [mlir][llvm] Add UnnamedAddr attribute to GlobalOpclementval2021-04-197-3/+63
* [CSSPGO] Exclude pseudo probes from slot indexHongtao Yu2021-04-1916-43/+69
* [CSSPGO] Flip SkipPseudoOp to true for MIR APIs.Hongtao Yu2021-04-194-28/+34
* Fix android-x86 library name in asan_device_setup.Evgenii Stepanov2021-04-191-1/+1
* [InstCombine] Enhance deduction of alignment for aligned_allocDávid Bolvanský2021-04-203-9/+36
* [lldb] Fix demangler leaks in the DWARF AST parserFangrui Song2021-04-191-2/+6
* [libc++] [C++20] [P0586] Implement safe integral comparisonsKamlesh Kumar2021-04-2015-16/+947
* Add a cache of checked AttributeLists.Nick Lewycky2021-04-191-8/+13
* [M68k] Put M68kDesc as the direct library dependency for disassemblerMin-Yih Hsu2021-04-191-1/+2
* Reset NextFnNum in MachineModuleInfo::initializeRoman Tereshin2021-04-191-0/+1
* [libc++][gardening] Replace instances of `\x{AD}`.zoecarver2021-04-193-3/+3
* Revert "[clang-scan-deps] Add support for clang-cl"Alexandre Ganea2021-04-1925-314/+31
* [PhaseOrdering] add test to show unintended code sinking; NFCSanjay Patel2021-04-191-0/+49
* [M68k] Implement DisassemblerRicky Taylor2021-04-195-0/+659
* [M68k] Change printing of absolute memory referencesRicky Taylor2021-04-192-6/+8
* Revert "[SLP]Add detection of shuffled/perfect matching of tree entries."Alexey Bataev2021-04-193-138/+115
* [ThinLTO] Copy UnnamedAddr when spliting module.Zequan Wu2021-04-192-5/+17
* [compiler-rt] assert max virtual address is <= mmap range sizeEmily Shi2021-04-191-5/+12
* [SLP]Add detection of shuffled/perfect matching of tree entries.Alexey Bataev2021-04-193-115/+138
* [CodeGen] Use ProcResGroup information in SchedBoundaryDavid Penry2021-04-193-10/+61
* [ARM] Use ProcResGroup in Cortex-M7 scheduling modelDavid Penry2021-04-195-51/+97
* [funcattrs] Consistently check call site attributesPhilip Reames2021-04-193-21/+14
* [AST] Fix comparison to of SourceRanges in containerStephen Kelly2021-04-192-3/+14
* [rs4gc] Fix a latent bug around attribute stripping for intrinsicsPhilip Reames2021-04-193-0/+23
* [InstCombine] Fold multiuse shr eq zeroNikita Popov2021-04-194-9/+18
* [InstCombine] Add tests for multiuse shr eq zero (NFC)Nikita Popov2021-04-191-0/+106
* [AST] Update introspection API to use const-ref for copyable typesStephen Kelly2021-04-194-19/+21
* [libcxx] [test] Ifdef out tests that rely on perms::none on directories for t...Martin Storsjö2021-04-1914-25/+82
* [WebAssembly] Use v128.const instead of splats for constantsThomas Lively2021-04-194-47/+29
* [libcxx] Base MSVC autolinking on _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONSMartin Storsjö2021-04-191-1/+1
* [mlir][python] ExecutionEngine can dump to object fileNicolas Vasilache2021-04-193-1/+19
* [lldb] Stop unsetting LLDB_DEBUGSERVER_PATH from TestLaunchProcessPosixSpawnJonas Devlieghere2021-04-191-17/+2
* [PowerPC] Disable relative lookup table converter pass for AIXJinsong Ji2021-04-193-2/+10