summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/arichardson/spr/main.compiler-rt-allow-running-tests-without-installing-first-1Alex Richardson2024-03-011608-19996/+38112
|\
| * [libc] Fix a bug in fx_bits.h due to integer promotion of bitwise ops. (#83647)lntue2024-03-012-15/+64
| * [libc] Fix flipped AMDGPU kernel launch arguments (#83648)Joseph Huber2024-03-011-6/+6
| * [Sparc] Use generated MatchRegisterName (NFCI) (#82165)Sergei Barannikov2024-03-022-328/+115
| * [libc] Fix GPU include install directoryJoseph Huber2024-03-011-2/+2
| * [flang] Support INDEX as a procedure interface (#83073)Peter Klausler2024-03-013-0/+151
| * [flang] Downgrade error to warning (#83032)Peter Klausler2024-03-012-2/+2
| * [clang][deps] Implement move-conversion for `CowCompilerInvocation` (follow-up)Jan Svoboda2024-03-012-0/+16
| * [clang][api-notes] NFC: Upstream some documentationJan Svoboda2024-03-012-2/+19
| * [clang] NFC: Extract `CompilerInstance` functionJan Svoboda2024-03-012-24/+34
| * [clang][driver] NFC: Upstream commentJan Svoboda2024-03-011-0/+3
| * [clang][index] NFC: Stylistic changesJan Svoboda2024-03-012-3/+2
| * [clang][sema] NFC: Stylistic changesJan Svoboda2024-03-013-4/+7
| * [flang] Enforce F'2023 C1520 correctly (#82842)Peter Klausler2024-03-012-4/+5
| * [flang] Fix handling of shadowed procedure name used as interface (#82837)Peter Klausler2024-03-012-4/+8
| * [Driver] Add BoolMOption to simplify boolean -m* optionsFangrui Song2024-03-011-13/+18
| * [flang] Allow PROCEDURE() with explicit type elsewhere (#82835)Peter Klausler2024-03-013-7/+13
| * [flang] Ensure names resolve in DATA statement objects (#82825)Peter Klausler2024-03-012-7/+38
| * [ARM] Simplify shouldAssumeDSOLocal for ELF. NFCFangrui Song2024-03-013-10/+6
| * [clang][sema] consolidate diags for incompatible_vector_* (#83609)Farzon Lotfi2024-03-014-26/+25
| * [flang] Accept whole assumed-size arrays as variable selectors (#82806)Peter Klausler2024-03-012-10/+34
| * [flang] Whether a procedure's interface is explicit or not is not a d… (#82...Peter Klausler2024-03-0111-32/+116
| * [flang] Fix "suspicious condition" in C++ usage (#82790)Peter Klausler2024-03-011-1/+1
| * [flang] Fix DATA-like default component initialization (#82784)Peter Klausler2024-03-012-3/+20
| * [flang] Catch attempt to type a subroutine (#82704)Peter Klausler2024-03-012-6/+14
| * [flang] Fix crash in statement function semantics (bug #80532) (#82702)Peter Klausler2024-03-012-1/+3
| * [InstallAPI] Add missing link to clangLexCyndy Ishida2024-03-011-0/+1
| * [flang] Fix separate MODULE PROCEDURE when binding label exists (#82686)Peter Klausler2024-03-012-1/+10
| * [InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida2024-03-017-22/+331
| * [flang] Handle implied ASYNCHRONOUS attribute (#82638)Peter Klausler2024-03-016-139/+315
| * [flang][runtime] Allow 1023 active asynchronous IDs (#82446)Peter Klausler2024-03-012-11/+20
| * [OpenACC] Implement no throw out of Compute constructerichkeane2024-03-015-25/+82
| * [flang][runtime] Underflow real input to -0. when negative (#82443)Peter Klausler2024-03-012-2/+8
| * [lld][macho][NFC] Add specific namespace scope for objc symbol names (#83618)alx322024-03-013-6/+8
| * [flang] Use module file hashes for more checking and disambiguation (#80354)Peter Klausler2024-03-0119-46/+334
| * [libomptarget] Fix 'libomptarget' libraries being installed twice (#83624)Joseph Huber2024-03-014-0/+4
| * [X86] Don't always separate conditions in `(br (and/or cond0, cond1))` into s...Noah Goldstein2024-03-0128-740/+920
| * [X86] Regenerate X86/lsr-addrecloops.ll test; NFCNoah Goldstein2024-03-011-2/+93
| * [TargetParser][AArch64] Add alias for FEAT_RDM. (#80540)Alexandros Lamprineas2024-03-017-14/+37
| * [clang-format] Enable again some operator tests (#83380)rayroudc2024-03-011-14/+9
| * [SLP] Collect candidate VFs in vector in vectorizeStores (NFC). (#82793)Florian Hahn2024-03-011-1/+8
| * [lldb] Fix -Wformat after #83602Fangrui Song2024-03-011-2/+2
| * [unittest] Fix -Wsign-compare warnings in KnownBits.cpp after #82354Fangrui Song2024-03-011-4/+4
| * [DWARF] Use std::tie after #83047. NFCFangrui Song2024-03-011-3/+2
| * [Support] Fix crash in install_bad_alloc_error_handler (#83160)Fabian Schiebel2024-03-012-1/+28
| * [libc++][NFC] rename variable in atomic_syncHui2024-03-011-3/+3
| * [M68k] Fix compilation pipeline checkMichael Liao2024-03-011-0/+1
| * [SLP] Exit early if MaxVF < MinVF (NFCI). (#83283)Florian Hahn2024-03-011-2/+3
| * [llvm][vfs] Remove blank comment after \endverbatim doxygen command (#83240)yelleyee2024-03-011-5/+0
| * [KnownBits] Add KnownBits::absdiff to compute the absolute difference of 2 un...Simon Pilgrim2024-03-013-1/+53