summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.HEADChris Lattner2021-08-2928-188/+288
* [libc] Ensure the result of the clone syscall is not on stack in thrd_create.Siva Chandra Reddy2021-08-302-1/+4
* [PowerPC] Set branch/call instructions as no hasSideEffectsQiu Chaofan2021-08-304-10/+80
* [libc][NFC] Add a check to catch mismatch in internal and public mutex types.Siva Chandra Reddy2021-08-301-0/+4
* [X86] Support __SSC_MARK(const int id)Xiang1 Zhang2021-08-302-0/+25
* Revert "[X86] Support __SSC_MARK(const int id)"Xiang1 Zhang2021-08-302-24/+0
* [mlir][SCF] Canonicalize dim(x) where x is an iter_argMatthias Springer2021-08-3014-83/+180
* [AIX] "aligned" attribute does not decrease alignmentSteven Wan2021-08-294-36/+115
* [X86] Support __SSC_MARK(const int id)Xiang1 Zhang2021-08-302-0/+24
* Revert "[X86] Support __SSC_MARK(const int id)"Xiang1 Zhang2021-08-302-24/+0
* [mlir][Analysis] Add batched version of FlatAffineConstraints::addIdMatthias Springer2021-08-305-135/+136
* [X86] Support __SSC_MARK(const int id)Xiang1 Zhang2021-08-302-0/+24
* [InstCombine] Remove invariant group intrinsincs when comparing against nullArthur Eubanks2021-08-292-9/+24
* [clang-format] Add PackConstructorInitializers backward compat testowenca2021-08-292-8/+33
* [ELF] Simplify addGotEntry. NFCFangrui Song2021-08-291-17/+8
* [ELF] Untangle TLS IE and regular GOT from addGotEntry for non-mips. NFCFangrui Song2021-08-291-12/+25
* [ELF] Move handleTlsRelocations. NFCFangrui Song2021-08-291-177/+177
* [SCEVExpander] Reuse removePointerBase() for canonical addrecsNikita Popov2021-08-293-44/+17
* [ELF] Remove unused processRelocAux argument. NFCFangrui Song2021-08-291-4/+3
* [SCEVExpander] Remove unnecessary mul/udiv check (NFC)Nikita Popov2021-08-291-8/+3
* [SCEVExpander] Assert single pointer op in add (NFC)Nikita Popov2021-08-291-11/+5
* [SCEV] Assert unique pointer base (NFC)Nikita Popov2021-08-291-10/+3
* [X86] Remove X86LowerAMXType::getRowFromCol from X86LowerAMXType.cppVince Bridgers2021-08-291-17/+0
* [Support] Remove redundant calls to str() and c_str() (NFC)Kazu Hirata2021-08-291-4/+2
* [mlir][spirv] Use type dyn_cast when scanning spv.GlobalVariableLei Zhang2021-08-291-1/+4
* test-release.sh: remove an unused reference to the old svn repoSylvestre Ledru2021-08-291-3/+0
* [lldb] Allow to register frame recognizers applied beyond the first instructionRoman Podoliaka2021-08-293-2/+90
* [NewPM] Add missing LTO ArgPromotion passNikita Popov2021-08-292-1/+5
* [BPF] support btf_tag attribute in .BTF sectionYonghong Song2021-08-286-6/+304
* [Polly][test] Add dependency to count.Michael Kruse2021-08-281-1/+1
* [Polly] Fix dumpfunction.ll test.Michael Kruse2021-08-281-8/+10
* TypeInfo records more information about align requirementSteven Wan2021-08-286-30/+54
* [OpenMP][NVPTX] Fixed missing variables for CUDA free compilation in NVPTX pl...Shilei Tian2021-08-281-0/+7
* [Polly] Don't prune non-external function itself from dump.Michael Kruse2021-08-282-2/+11
* [Sanitizers] PGO implements enable/disable SIGKILL on callers on FreeBSD.David Carlier2021-08-281-0/+13
* [Linker] Replace comdat based bool LinkFromSrc with enum class LinkFrom and i...Fangrui Song2021-08-282-23/+51
* [llc] Initialize context for parsing optionsNikita Popov2021-08-281-2/+1
* [OpenMP][Offloading] Add support for event related interfacesShilei Tian2021-08-289-1/+230
* [test] Reorganize test/Linker/comdat*.llFangrui Song2021-08-2830-246/+285
* [mlir] add missing include, fix broken buildAart Bik2021-08-281-0/+2
* [libomptarget][NFC] Fixed tests which checked for obsolete string "getOrAlloc...George Rokos2021-08-286-6/+6
* [mlir][NFC] Fully qualify default value of Attributes `getStorageType()` in f...Markus Böck2021-08-282-2/+2
* [llvm] Fix typos in documentation (NFC)Kazu Hirata2021-08-289-10/+10
* [Analysis] Fix a "set but not used" warningKazu Hirata2021-08-281-0/+1
* [WebAssembly] Fix FastISel of condition in different block (PR51651)Nikita Popov2021-08-282-11/+48
* [MLIR][GPU] Drop mgpuMemHostRegisterMemRef's dependence on LLVM SupportUday Bondhugula2021-08-281-20/+15
* [JITLink][RISCV] Support GOT/PLT relocationsluxufan2021-08-284-4/+221
* [lld/mac] Don't assert on -dead_strip + arm64 range extension thunksNico Weber2021-08-272-4/+12
* [Modules] Change result of reading AST block to llvm::Error insteadBen Barham2021-08-272-273/+231
* Remove `const` from `const T &&` in debugString() helper to make it a univers...Mehdi Amini2021-08-281-1/+1