summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move decl to freebsd blockupstream/users/arichardson/spr/compiler-rt-call-__sys_mmap-in-internal_mmap-on-freebsdAlex Richardson2024-03-071-3/+2
* [𝘀𝗽𝗿] initial versionAlex Richardson2024-03-071-1/+6
* [compiler-rt] Fix incorrect usages of check_cxx_compiler_flagAlexander Richardson2024-03-071-16/+16
* [clang][dataflow] Add context-sensitive test for returning a record by value....martinboehme2024-03-081-0/+33
* [clang][dataflow] When analyzing ctors, don't initialize fields of `*this` wi...martinboehme2024-03-085-4/+92
* [AArch64] Ensure Neoverse V1 scheduling model includes all SVE pseudos. (#84187)David Green2024-03-083-48/+67
* [flang] Fixed build issues after f20ea05. (#84377)Slava Zakharin2024-03-071-1/+2
* update_test_checks: keep meta variables stable by defaultNicolai Hähnle2024-03-089-42/+556
* Revert "update_test_checks: keep meta variables stable by default"Nicolai Hähnle2024-03-089-554/+43
* [AMDGPU,test] Change llc -march= to -mtriple=Fangrui Song2024-03-0738-52/+52
* [libc][NFC] Fix a typo in test/src/stdfix/RoundTest.h. (#84411)lntue2024-03-071-1/+1
* update_test_checks: keep meta variables stable by defaultNicolai Hähnle2024-03-089-43/+554
* update_test_checks: simplify get_ir_regexNicolai Hähnle2024-03-081-2/+2
* update_test_checks: simplify is_local_def_ir_valueNicolai Hähnle2024-03-081-5/+5
* update_test_checks: precommit a test caseNicolai Hähnle2024-03-0812-0/+268
* [clang] Remove std::move in GenerateModuleAction::CreateMultiplexConsumer (NFC)Jie Fu2024-03-081-1/+1
* [C++20] [Modules] Introduce reduced BMI (#75894)Chuanqi Xu2024-03-08108-84/+977
* [PPC][NFC] add an option to expose the bug in 74951Chen Zheng2024-03-071-12/+15
* [NFC] [hwasan] use for_each and move commentFlorian Mayer2024-03-071-6/+5
* [mlir] Fix build failure in MeshShardingInterfaceImpl.cpp (NFC)Jie Fu2024-03-081-1/+2
* [mlir][Transforms] Add listener support to dialect conversion (#83425)Matthias Springer2024-03-084-55/+302
* [PPC] precommit cases for issue 74915Chen Zheng2024-03-071-0/+54
* [mlir][Transforms][NFC] Make signature conversion more efficient (#83922)Matthias Springer2024-03-081-12/+15
* [mlir] Implement Mesh's ShardingInterface for Linalg ops (#82284)Boian Petkantchin2024-03-0719-19/+754
* [NFC] [hwasan] consistent naming for cl::optFlorian Mayer2024-03-071-10/+10
* [Instrumentation] Convert tests to opaque pointers (NFC)Fangrui Song2024-03-075-17/+17
* [Object] Convert tests to opaque pointers (NFC)Fangrui Song2024-03-078-25/+25
* [DWARF] Dump an updated location for DW_CFA_advance_loc* (#84274)Igor Kudrin2024-03-085-31/+41
* [llvm-dwarfdump] Fix parsing DW_CFA_AARCH64_negate_ra_state (#84128)Igor Kudrin2024-03-082-0/+21
* [OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel2024-03-075-2/+692
* [RISCV] Update some tests I missed in 909ab0e0d1903ad2329ca9fdf248d21330f9437...Craig Topper2024-03-072-29/+33
* [compiler-rt][Fuzzer] fix windows typo (#84407)David CARLIER2024-03-081-1/+1
* [Clang] Implement constexpr support for `__builtin_popcountg` (#84318)OverMighty2024-03-085-1/+15
* [compiler-rt] adding fchmodat2 syscall introduced in Linux 6.6. (#82275)David CARLIER2024-03-081-0/+9
* [GlobalISel] Fix yet another pointer type invalid combining issue, this time ...Amara Emerson2024-03-072-0/+40
* [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)David CARLIER2024-03-071-4/+21
* [Asan] Fix -Wunused-private-field in non-assertion builds (NFC)Jie Fu2024-03-081-0/+1
* [NFC] [hwasan] be consistent about how to get integer types (#84396)Florian Mayer2024-03-071-4/+2
* [AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELTAmara Emerson2024-03-072-0/+71
* AMDGPU: Use True16Predicate for UseRealTrue16Insts in VOP2 Reals (#84394)Changpeng Fang2024-03-071-3/+3
* [libc] rename cpp::count_ones to cpp::popcount to better mirror std:: (#84388)Nick Desaulniers2024-03-078-14/+12
* [libc] finish documenting c23 additions (#84383)Nick Desaulniers2024-03-071-33/+79
* [InstallAPI] Collect global functions (#83952)Cyndy Ishida2024-03-0710-11/+182
* [BOLT] Properly propagate Cursor errors (#84378)Maksim Panchenko2024-03-072-10/+25
* [MLIR] XeGPU dialect for Intel GPU - core definitions and base classes (#78483)Chao Chen2024-03-0715-1/+250
* Fix build: llvm::Error needs to be moved for implicit conversion to Expected.Mehdi Amini2024-03-071-1/+1
* [X86][GlobalISel] Enable G_SDIV/G_UDIV/G_SREM/G_UREM (#81615)Evgenii Kudriashov2024-03-0826-3388/+1044
* [libc][docs] add page linking to talks (#84393)Nick Desaulniers2024-03-072-0/+30
* [lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford2024-03-072-0/+28
* [RISCV] Insert a freeze before converting select to AND/OR. (#84232)Craig Topper2024-03-0721-2356/+2587