summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fix crash with shuffle_vector of v128f16llvmorg-14.0.0-rc4Krzysztof Parzyszek2022-03-112-4/+55
* Revert "[CMake] Include runtimes test suites in check-all"Tom Stellard2022-03-114-27/+4
* Revert "Revert "Revert "[release] Use the Bootstrapping build for building LL...Tom Stellard2022-03-111-8/+4
* Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...llvmorg-14.0.0-rc3Tom Stellard2022-03-105-57/+1
* Revert "Revert "[release] Use the Bootstrapping build for building LLVM relea...Tom Stellard2022-03-101-4/+8
* [CMake] Include runtimes test suites in check-allPetr Hosek2022-03-104-4/+27
* [libcxxabi] [test] Depend on unwind only if availableMichał Górny2022-03-081-1/+1
* [libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett2022-03-085-5/+6
* Lambdas are not necessarily locals. This resolves DR48250.David Stone2022-03-082-1/+13
* Revert "[release] Use the Bootstrapping build for building LLVM releases"Louis Dionne2022-03-081-8/+4
* [clang][driver] Fix float128 diagnostics with glibc >= 2.32Timm Bäder2022-03-081-2/+4
* [SimplifyCFG][PhaseOrdering] Defer lowering switch into an integer range comp...Roman Lebedev2022-03-0823-60/+104
* [NFC][PhaseOrdering] Add some tests from D119839Andrew Wei2022-03-081-0/+143
* [NewPM][Inliner] Make inlined calls to functions in same SCC as callee expone...Arthur Eubanks2022-03-086-8/+157
* [llvm] [bindings/OCaml] Remove unused dep on ounit2Michał Górny2022-03-076-13/+0
* [LICM][PhaseOrder] Don't speculate in LICM until after running loop rotateWilliam S. Moses2022-03-0711-124/+177
* [NFC][PhaseOrdering] Improve test coverage for D119975Roman Lebedev2022-03-073-284/+542
* [NFC][PhaseOrdering] spurious-peeling.ll: also test -O1/-O2 resultsRoman Lebedev2022-03-071-63/+215
* [NFC][PhaseOrdering] Precommit tests from D119965William S. Moses2022-03-071-0/+228
* [MachineSink] Disable if there are any irreducible cyclesNikita Popov2022-03-075-85/+87
* [CodeGen] Add test for PR53990 (NFC)Nikita Popov2022-03-071-0/+67
* [BOLT][CMAKE] Remove CMake 3.13.4 incompatible parameterAmir Ayupov2022-03-071-1/+1
* [LLD] [COFF] Order .debug_* sections at the end, to avoid leaving gaps if str...Martin Storsjö2022-03-072-1/+13
* [MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg2022-03-076-30/+103
* [WebAssembly] Covert llvm/test/MC/WebAssembly/reloc-code.ll to asm. NFCSam Clegg2022-03-073-112/+133
* [docs] Add RISC-V release notes for LLVM 14Alex Bradbury2022-03-071-0/+24
* Add cmake to source release tarballsKonrad Kleine2022-03-041-1/+8
* [OpenMP][FIX] Ensure custom state machine worksJohannes Doerfert2022-03-045-147/+147
* [Mips] support "sp" named registerNick Desaulniers2022-03-044-34/+70
* [libc++][doc] Update the release notes.Mark de Wever2022-03-031-1/+1
* [docs] clang/docs/ReleaseNotes.rst: Add blank lineHubert Tong2022-03-031-0/+1
* [docs] PowerPC release notes formatting/grammar fixesHubert Tong2022-03-031-2/+6
* [docs] Tweak wording of note re: LTO on AIXHubert Tong2022-03-031-1/+2
* [docs] Add PowerPC release notes for LLVM 14Lei Huang2022-03-033-2/+55
* [RISCV] More correctly ignore Zfinx register classes in getRegForInlineAsmCon...Shao-Ce SUN2022-03-035-37/+105
* [clang][tests] Fix ve-toolchain tests with CLANG_DEFAULT_UNWINDLIBTimm Bäder2022-03-022-1/+3
* [examples][BuildingAJIT] Use the right layer when adding code in Chapter 3.Lang Hames2022-03-021-1/+1
* [ORC] Set ResolverBlockAddr in EPCIndirectionUtils::writeResolverBlock.Lang Hames2022-03-022-3/+4
* [Attributor][FIX] Use liveness information of the right functionJohannes Doerfert2022-03-026-73/+121
* [Clang][docs] Add preprocessor changes to ReleaseNotes.Michael Kruse2022-03-021-0/+11
* [RISCV] Fix inline asm errors in zfinxShao-Ce SUN2022-03-022-1/+42
* [MIPS] Recognize DT_MIPS_XHASH dynamic table tagllvmorg-14.0.0-rc2Simon Atanasyan2022-03-015-2/+15
* Revert "[BPF] Fix a BTF type pruning bug"Tom Stellard2022-03-012-110/+7
* [BPF] Fix a BTF type pruning bugYonghong Song2022-03-012-7/+110
* [SLP] Don't try to vectorize pair with insertelementAnton Afanasyev2022-03-012-17/+140
* [fir] Fix FlangOptimizerTests link on SolarisRainer Orth2022-03-011-0/+6
* [X86ISelLowering] permit BlockAddressSDNode "i" constraints for PICNick Desaulniers2022-03-012-2/+41
* [Mangler] Mangle aliases to fastcall/vectorcall functions correctlyAmanieu d'Antras2022-03-012-1/+5
* [AArch64][SME] Remove term 'streaming-sve' from assembler diagnostics.Sander de Smalen2022-03-01498-5791/+5791
* [Attributor][FIX] Pipe UsedAssumedInformation through more interfacesJohannes Doerfert2022-03-015-84/+143