aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-07update testusers/wangleiat/spr/clangloongarch-enable-fasynchronous-unwind-tables-by-default-on-linuxwanglei6-39/+108
2024-06-07[Driver][test] Rename loongarch-{default-,}features.cWeining Lu1-0/+0
2024-06-06[clang-format]: Annotate colons found in inline assembly (#92617)Gedare Bloom2-11/+76
2024-06-06[clang-format][NFC] Remove an else after a return statement (#94548)Nour1-2/+1
2024-06-06[RISCV] Unify all the code that adds unaligned-scalar/vector-mem to Features ...Craig Topper1-13/+18
2024-06-07[𝘀𝗽𝗿] initial versionwanglei2-0/+9
2024-06-06[InstCombine] Improve coverage of `foldSelectValueEquivalence` for constantsNoah Goldstein3-30/+42
2024-06-06[InstCombine] Add tests for expanding `foldSelectValueEquivalence`; NFCNoah Goldstein1-3/+43
2024-06-06[SPIRV] Fix -Wunused-but-set-variable. NFCFangrui Song1-1/+1
2024-06-06[ELF] Simplify code. NFCFangrui Song1-12/+11
2024-06-06[dfsan] Add test case for sscanf (#94700)Thurston Dang1-0/+19
2024-06-06[clang-format] Fix a bug in `AlignAfterOpenBracket: DontAlign` (#94561)Owen Pan2-1/+9
2024-06-06[ELF] Improve -r section group testsFangrui Song1-26/+51
2024-06-06[libc++][hardening] Finish documenting hardening. (#92021)Konstantin Varlamov4-13/+410
2024-06-07[clang-tidy]fix crashing when self include cycles for misc-header-include-cyc...Congcong Cai3-2/+11
2024-06-06[memprof] Add CallStackRadixTreeBuilder (#93784)Kazu Hirata3-0/+373
2024-06-06[llvm/IR] Fix module build issue following e57308b063bb (NFC) (#94580)Med Ismail Bennani1-0/+1
2024-06-07[compiler-rt] Map internal_sigaction to __sys_sigaction on FreeBSD (#84441)Alexander Richardson1-2/+14
2024-06-06[sanitizer_common] Change allocator base in test case for compatibili… (#93...Thurston Dang1-2/+7
2024-06-06[sanitizer] Make CHECKs in bitvector more precise (NFC) (#94630)Nikita Popov1-4/+4
2024-06-06[libc] fixed target issue with exit_handler (#94678)aaryanshukla1-0/+4
2024-06-06[clang-repl] Disable new test after #89811Vitaly Buka1-0/+3
2024-06-06[lldb] Fix TestStatisticsAPI after 9293fc798152 (#94683)Alex Langford1-3/+4
2024-06-06[memprof] Use std::vector<Frame> instead of llvm::SmallVector<Frame> (NFC) (#...Kazu Hirata3-14/+12
2024-06-06[clang] Fix flag typo in commentDave Lee1-1/+1
2024-06-06[ProfileData] Remove swapToHostOrder (#94665)Kazu Hirata2-12/+4
2024-06-06[ELF] Test non-alloc orphan that does not the RF_NOT_ADDR_SET rank flagFangrui Song1-0/+5
2024-06-06[RISCV][InsertVSETVLI] Check for undef register operand directly [nfc]Philip Reames1-8/+8
2024-06-06[Offload] Use the kernel argument size directly in AMDGPU offloading (#94667)Joseph Huber1-7/+1
2024-06-06[lldb] Include memory stats in statistics summary (#94671)Alex Langford1-5/+5
2024-06-06NFC: resolve TODO in LLVM dialect conversions (#91497)Christopher Bate3-49/+51
2024-06-06[LLVM] Do not require shell for some tests (#94595)Jay Foad6-8/+0
2024-06-06[Offload] Fix missing `abs` function for testJoseph Huber1-1/+1
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani8-6/+12
2024-06-06[bazel] Port for 649edb8eb25e82e3ac6fce4788f51759636229ecHaojian Wu1-0/+1
2024-06-06[ELF] Keep non-alloc orphan sections at the endFangrui Song4-27/+31
2024-06-06[AMDGPU] Promote immediate offset to atomics (#94043)Stanislav Mekhanoshin2-7/+165
2024-06-06[memprof] Use std::unique_ptr instead of std::optional (#94655)Kazu Hirata2-6/+10
2024-06-06[clang][NFC] fix name lookup for llvm::json::Value in SymbolGraphSerializer (...Yuxuan Chen1-3/+2
2024-06-06[libc][FixedVector] Add more helper methods (#94278)PiJoules3-1/+45
2024-06-06[flang] Add reduction semantics to fir.do_loop (#93934)khaki35-17/+142
2024-06-06[MemProf] Remove context id set from nodes and recompute on demand (#94415)Teresa Johnson1-96/+155
2024-06-07[clang][RISCV] Update vcpop.v C interface to follow the nameing convention (#...Brandon Wu5-793/+794
2024-06-06[InstCombine] Folding multiuse `(icmp eq/ne (or X, Y), Y)` for 2 uses of `Y`Noah Goldstein2-5/+4
2024-06-06[InstCombine] Add tests for folding multiuse `(icmp eq/ne (or X, Y), Y)`; NFCNoah Goldstein1-0/+27
2024-06-06[clang][Interp] Diagnose functions without body like undefined onesTimm Bäder2-4/+27
2024-06-06[gtest] Enable zos for death test support (#94623)Abhina Sree1-1/+1
2024-06-06[HWASan] add optimization remarks for ignoreAccess (#94551)Florian Mayer2-17/+62
2024-06-06[AMDGPU] Fix GFX1152 ELF archShilei Tian1-2/+1
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla14-88/+315