aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-28[libc++][chrono] implements UTC clock.users/mordante/implements_utc_clockMark de Wever26-6/+2459
2024-04-25[libc++][chrono] Fixes leap seconds.users/mordante/fixes_leap_second_database_formatMark de Wever4-61/+83
2024-04-24Address review comments.Mark de Wever2-69/+42
2024-04-24[libc++][TZDB] Implements time zone get_info(local_time).Mark de Wever5-0/+1489
2024-04-23[libc++][TZDB] Fixes reverse time lookups. (#89502)Mark de Wever2-4/+91
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath82-129/+471
2024-04-23[hwasan] Add test for hwasan pass with fixed shadow (#89813)Thurston Dang1-0/+229
2024-04-23[RISCV] Use SHL_ADD in remaining strength reduce cases for MUL (#89789)Philip Reames4-12/+12
2024-04-23[clang] coroutine: generate valid mangled name in CodeGenFunction::generateAw...Haojian Wu4-13/+11
2024-04-23[libc] Generate docs for `setjmp.h` (#89542)Rajveer Singh Bharadwaj3-0/+32
2024-04-23[NFC][msan] Add DebugInstrumentInstruction DEBUG_COUNTERVitaly Buka1-0/+10
2024-04-23[NFC][msan] Fix typo in commentVitaly Buka1-1/+1
2024-04-23[lldb/test] Add basic ld.lld --debug-names tests (#88335)Fangrui Song2-0/+10
2024-04-23[flang] Remove hardcoded bits from AddDebugInfo. (#89231)Abid Qadeer8-59/+121
2024-04-23[CodeGen][TII] Allow reassociation on custom operand indices (#88306)Min-Yih Hsu3-47/+114
2024-04-23[libc++][doc] Updates module build instructions. (#89413)Mark de Wever1-7/+70
2024-04-23[DebugInfo] Report errors when DWARFUnitHeader::applyIndexEntry fails (#89156)Alex Langford5-11/+152
2024-04-23[libc++][CI] Removes clang-tidy references. (#89092)Mark de Wever1-9/+0
2024-04-23[llvm-exegesis] Add support for alderlake (#88967)Aiden Grossman2-0/+22
2024-04-23[libc++][chrono] Fixes format output of negative values. (#89408)Mark de Wever4-0/+220
2024-04-23[libc++][ranges] export `std::ranges::range_adaptor_closure` (#89793)Xiaoyang Liu1-1/+3
2024-04-23[flang][cuda] Remove restriction on device subprogram (#89677)Valentin Clement (バレンタイン クレメン)2-16/+6
2024-04-23[NFC][InstrProf] Increment valid profile stat in populateCoverage (#89660)Ellis Hoag1-0/+1
2024-04-23[AArch64] Match ZIP and UZP starting from undef elements. (#89578)David Green3-42/+49
2024-04-23[VectorCombine][X86] shuffle-of-binops.ll - adjust no matching operand test t...Simon Pilgrim1-6/+6
2024-04-23[AArch64][GISel] Avoid scalarizing G_IMPLICIT_DEF and G_FREEZE in the Legaliz...Dhruv Chawla13-167/+227
2024-04-23[VectorCombine][AArch64] shuffletoidentity.ll - regenerate checksSimon Pilgrim1-1/+1
2024-04-23[NVPTX] Improve support for rsqrt.approx (#89417)Alex MacLean7-0/+145
2024-04-23Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt9-549/+33
2024-04-23[RISCV] Add test coverage for mul (zext), 2^N + 2/4/8 [nfc]Philip Reames1-0/+19
2024-04-23[X86] pr34592.ll - add O3 codegen run for comparisonSimon Pilgrim1-41/+70
2024-04-23[X86] pr34592.ll - add nounwind to remove cfi noiseSimon Pilgrim1-5/+1
2024-04-23[mlir] Update comment about `propertiesAttr` (NFC) (#89634)Jeff Niu1-3/+6
2024-04-23Reapply "[RISCV] Implement RISCVISD::SHL_ADD and move patterns into combine (...Philip Reames11-138/+140
2024-04-23clang/win: Add a flag to disable default-linking of compiler-rt libraries (#8...Nico Weber6-4/+41
2024-04-23[mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt9-33/+549
2024-04-23[libc++][ranges] P2387R3: Pipe support for user-defined range adaptors (#89148)Xiaoyang Liu7-20/+186
2024-04-23[VPlan] Add scalar inferencing support for Not and Or insns (#89160)Patrick O'Neill2-0/+71
2024-04-23[SystemZ][z/OS] Make z/OS personality function known (#89679)Kai Nacke4-1/+18
2024-04-23Reapply "[Clang][Sema] placement new initializes typedef array with correct s...mahtohappy4-2/+47
2024-04-23[RISCV] Add additional mul strength reduction coverage with xtheadbaPhilip Reames1-0/+177
2024-04-23[SLP]Fix PR89635: do not try to vectorize single-gather alternate node.Alexey Bataev2-1/+30
2024-04-23[AMDGPU] Fix GFX12 encoding of s_wait_event export_ready (#89622)Jay Foad2-8/+4
2024-04-23[gn build] Port 70d3ddb280eaLLVM GN Syncbot1-1/+1
2024-04-23[RemoveDIs][MLIR] Don't process debug records in the LLVM-IR translator (#89735)Stephen Tozer2-4/+8
2024-04-23[libc++] Add some private headers to libcxx.imp (#89568)Takuto Ikuta1-4/+9
2024-04-23[Frontend][OpenMP] Add functions for checking construct type (#87258)Krzysztof Parzyszek4-2/+58
2024-04-23AtomicExpand: Emit or with constant on RHSMatt Arsenault8-75/+75
2024-04-23[VPlan] Ignore incoming values with constant false mask. (#89384)Florian Hahn3-12/+16
2024-04-23[Clang][Parser] Don't always destroy template annotations at the end of a dec...Younan Zhang4-1/+49