aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: Enable 64bit off_t on 32bit glibc systemsgentoo-15.0.7-r3Khem Raj2023-05-154-10/+5
* [cmake] Disable GCC lifetime DSEXi Ruoyao2023-05-151-0/+10
* [clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song2023-05-151-2/+2
* [Libomptarget] Include "hsa/hsa.h" insteadgentoo-15.0.7-r2Joseph Huber2023-02-171-0/+12
* libcxx: Don't apply ABI tags to extern "C" fnsgentoo-15.0.7-r1Arsen Arsenović2023-01-257-151/+68
* [clang] Install clang-tblgen to aid cross-compilegentoo-15.0.7Michał Górny2023-01-131-0/+10
* [clang] Bump libclang-cpp.so SOVERSION after ABI-breaking backportMichał Górny2023-01-131-0/+4
* [C] Make (c ? e1 : e2) noreturn only if both e1 and e2 are noreturnFangrui Song2023-01-135-13/+42
* [test] Test __attribute__((noreturn)), _Noreturn, and [[return]] with conditi...Fangrui Song2023-01-131-1/+34
* [clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1Michał Górny2023-01-138-2/+38
* [clang] [Driver] Disable default configs via envvar during testingMichał Górny2023-01-135-2/+21
* [clang] [Driver] More flexible rules for loading default configsMichał Górny2023-01-134-134/+264
* [clang] [Driver] Do not transform explicit --config filenameMichał Górny2023-01-135-89/+42
* [Driver] Add --gcc-install-dir=Fangrui Song2023-01-134-4/+71
* [Driver] Override default location of config filesSerge Pavlov2023-01-131-12/+8
* [compiler-rt] Apply Gentoo compiler-rt-prefix-paths.patchMichał Górny2023-01-134-23/+7
* [clang] Apply Gentoo's prefix-dirs.patchMichał Górny2023-01-132-2/+13
* [llvm] [llvm-config] Clean up exported valuesMichał Górny2023-01-131-1/+5
* [libc++] Fix memory leaks when throwing inside std::vector constructorsllvmorg-15.0.7Nikolas Klauser2023-01-113-36/+453
* libc++: bring back the unsigned in the return type in wcstoull_lSylvestre Ledru2023-01-111-1/+1
* [RegAllocFast] Handle new debug values for spillsJosh Stone2023-01-112-0/+253
* [wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman2023-01-106-11/+32
* [TypePromotion] Add truncate in ConvertTruncs when the original truncate type...chenglin.bi2023-01-103-26/+38
* [X86] Don't zero out %eax if both %al and %ah are usedBill Wendling2023-01-092-1/+119
* Bump version to 15.0.7Tom Stellard2023-01-068-11/+11
* [CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin2022-11-292-4/+27
* [ELF] Handle GCC collect2 -plugin-opt= on WindowsBrett Werling2022-11-292-3/+8
* Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling2022-11-232-30/+0
* Bump version to 15.0.6Tom Stellard2022-11-218-11/+11
* Bump version to 15.0.5llvmorg-15.0.5Tom Stellard2022-11-158-11/+11
* [VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn2022-11-152-1/+147
* [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2022-11-152-5/+0
* [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova2022-11-151-1/+1
* [GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks2022-11-152-1/+39
* [analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics2022-11-152-0/+39
* Link libclangBasic against libatomic when necessary.Sam James2022-11-102-0/+5
* Link liblldCOFF against libatomic when necessarySam James2022-11-102-7/+3
* Set LLVM_ATOMIC_LIB variable for convenient linking against libatomicSam James2022-11-104-6/+16
* [TypePromotion] Replace Zext to Truncate for the case src bitwidth is largerchenglin.bi2022-11-102-1/+27
* [cmake] Add missing CMakePushCheckState include to FindLibEdit.cmakeMichał Górny2022-11-101-0/+1
* Reenable POSIX builtin library functions in gnu2x modeAaron Ballman2022-11-103-5/+20
* [CMake] Fix -Wstrict-prototypesSam James2022-11-1014-25/+26
* AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault2022-11-0111-458/+306
* [clang][Sema] Fix a clang crash with btf_type_tagYonghong Song2022-11-013-0/+20
* [SPARC] Make calls to function with big return values workKoakuma2022-10-286-36/+322
* Take memset_inline into account in analyzeLoadFromClobberingMemInstGuillaume Chatelet2022-10-281-2/+2
* [lld-macho] Canonicalize personality pointers in EH framesJez Ng2022-10-284-7/+75
* [clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder2022-10-272-117/+15
* [clangd] Return earlier when snippet is emptyTom Praschan2022-10-252-2/+20
* [lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere2022-10-2511-68/+190