aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01[𝘀𝗽𝗿] changes introduced through rebaseusers/arichardson/spr/main.compiler-rt-build-libfuzzer-sources-with-the-chosen-c-compilerAlex Richardson1661-20493/+39317
2024-03-01[libc] Fix a bug in fx_bits.h due to integer promotion of bitwise ops. (#83647)lntue2-15/+64
2024-03-01[libc] Fix flipped AMDGPU kernel launch arguments (#83648)Joseph Huber1-6/+6
2024-03-02[Sparc] Use generated MatchRegisterName (NFCI) (#82165)Sergei Barannikov2-328/+115
2024-03-01[libc] Fix GPU include install directoryJoseph Huber1-2/+2
2024-03-01[flang] Support INDEX as a procedure interface (#83073)Peter Klausler3-0/+151
2024-03-01[flang] Downgrade error to warning (#83032)Peter Klausler2-2/+2
2024-03-01[clang][deps] Implement move-conversion for `CowCompilerInvocation` (follow-up)Jan Svoboda2-0/+16
2024-03-01[clang][api-notes] NFC: Upstream some documentationJan Svoboda2-2/+19
2024-03-01[clang] NFC: Extract `CompilerInstance` functionJan Svoboda2-24/+34
2024-03-01[clang][driver] NFC: Upstream commentJan Svoboda1-0/+3
2024-03-01[clang][index] NFC: Stylistic changesJan Svoboda2-3/+2
2024-03-01[clang][sema] NFC: Stylistic changesJan Svoboda3-4/+7
2024-03-01[flang] Enforce F'2023 C1520 correctly (#82842)Peter Klausler2-4/+5
2024-03-01[flang] Fix handling of shadowed procedure name used as interface (#82837)Peter Klausler2-4/+8
2024-03-01[Driver] Add BoolMOption to simplify boolean -m* optionsFangrui Song1-13/+18
2024-03-01[flang] Allow PROCEDURE() with explicit type elsewhere (#82835)Peter Klausler3-7/+13
2024-03-01[flang] Ensure names resolve in DATA statement objects (#82825)Peter Klausler2-7/+38
2024-03-01[ARM] Simplify shouldAssumeDSOLocal for ELF. NFCFangrui Song3-10/+6
2024-03-01[clang][sema] consolidate diags for incompatible_vector_* (#83609)Farzon Lotfi4-26/+25
2024-03-01[flang] Accept whole assumed-size arrays as variable selectors (#82806)Peter Klausler2-10/+34
2024-03-01[flang] Whether a procedure's interface is explicit or not is not a d… (#82...Peter Klausler11-32/+116
2024-03-01[flang] Fix "suspicious condition" in C++ usage (#82790)Peter Klausler1-1/+1
2024-03-01[flang] Fix DATA-like default component initialization (#82784)Peter Klausler2-3/+20
2024-03-01[flang] Catch attempt to type a subroutine (#82704)Peter Klausler2-6/+14
2024-03-01[flang] Fix crash in statement function semantics (bug #80532) (#82702)Peter Klausler2-1/+3
2024-03-01[InstallAPI] Add missing link to clangLexCyndy Ishida1-0/+1
2024-03-01[flang] Fix separate MODULE PROCEDURE when binding label exists (#82686)Peter Klausler2-1/+10
2024-03-01[InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida7-22/+331
2024-03-01[flang] Handle implied ASYNCHRONOUS attribute (#82638)Peter Klausler6-139/+315
2024-03-01[flang][runtime] Allow 1023 active asynchronous IDs (#82446)Peter Klausler2-11/+20
2024-03-01[OpenACC] Implement no throw out of Compute constructerichkeane5-25/+82
2024-03-01[flang][runtime] Underflow real input to -0. when negative (#82443)Peter Klausler2-2/+8
2024-03-01[lld][macho][NFC] Add specific namespace scope for objc symbol names (#83618)alx323-6/+8
2024-03-01[flang] Use module file hashes for more checking and disambiguation (#80354)Peter Klausler19-46/+334
2024-03-01[libomptarget] Fix 'libomptarget' libraries being installed twice (#83624)Joseph Huber4-0/+4
2024-03-01[X86] Don't always separate conditions in `(br (and/or cond0, cond1))` into s...Noah Goldstein28-740/+920
2024-03-01[X86] Regenerate X86/lsr-addrecloops.ll test; NFCNoah Goldstein1-2/+93
2024-03-01[TargetParser][AArch64] Add alias for FEAT_RDM. (#80540)Alexandros Lamprineas7-14/+37
2024-03-01[clang-format] Enable again some operator tests (#83380)rayroudc1-14/+9
2024-03-01[SLP] Collect candidate VFs in vector in vectorizeStores (NFC). (#82793)Florian Hahn1-1/+8
2024-03-01[lldb] Fix -Wformat after #83602Fangrui Song1-2/+2
2024-03-01[unittest] Fix -Wsign-compare warnings in KnownBits.cpp after #82354Fangrui Song1-4/+4
2024-03-01[DWARF] Use std::tie after #83047. NFCFangrui Song1-3/+2
2024-03-01[Support] Fix crash in install_bad_alloc_error_handler (#83160)Fabian Schiebel2-1/+28
2024-03-01[libc++][NFC] rename variable in atomic_syncHui1-3/+3
2024-03-01[M68k] Fix compilation pipeline checkMichael Liao1-0/+1
2024-03-01[SLP] Exit early if MaxVF < MinVF (NFCI). (#83283)Florian Hahn1-2/+3
2024-03-01[llvm][vfs] Remove blank comment after \endverbatim doxygen command (#83240)yelleyee1-5/+0
2024-03-01[KnownBits] Add KnownBits::absdiff to compute the absolute difference of 2 un...Simon Pilgrim3-1/+53