summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libc++][TZDB] Implements time_zone::to_sys.upstream/users/mordante/time_zone__to_sys_chooseMark de Wever2024-05-037-3/+264
* [libc++][TZDB] Implements time_zone::to_sys.upstream/users/mordante/time_zone__to_sys_throwingMark de Wever2024-05-0223-44/+987
* Address review comments.upstream/users/mordante/get_info_local_timeMark de Wever2024-04-242-69/+42
* [libc++][TZDB] Implements time zone get_info(local_time).Mark de Wever2024-04-245-0/+1489
* [libc++][TZDB] Fixes reverse time lookups. (#89502)Mark de Wever2024-04-232-4/+91
* [libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath2024-04-2382-129/+471
* [hwasan] Add test for hwasan pass with fixed shadow (#89813)Thurston Dang2024-04-231-0/+229
* [RISCV] Use SHL_ADD in remaining strength reduce cases for MUL (#89789)Philip Reames2024-04-234-12/+12
* [clang] coroutine: generate valid mangled name in CodeGenFunction::generateAw...Haojian Wu2024-04-234-13/+11
* [libc] Generate docs for `setjmp.h` (#89542)Rajveer Singh Bharadwaj2024-04-233-0/+32
* [NFC][msan] Add DebugInstrumentInstruction DEBUG_COUNTERVitaly Buka2024-04-231-0/+10
* [NFC][msan] Fix typo in commentVitaly Buka2024-04-231-1/+1
* [lldb/test] Add basic ld.lld --debug-names tests (#88335)Fangrui Song2024-04-232-0/+10
* [flang] Remove hardcoded bits from AddDebugInfo. (#89231)Abid Qadeer2024-04-238-59/+121
* [CodeGen][TII] Allow reassociation on custom operand indices (#88306)Min-Yih Hsu2024-04-233-47/+114
* [libc++][doc] Updates module build instructions. (#89413)Mark de Wever2024-04-231-7/+70
* [DebugInfo] Report errors when DWARFUnitHeader::applyIndexEntry fails (#89156)Alex Langford2024-04-235-11/+152
* [libc++][CI] Removes clang-tidy references. (#89092)Mark de Wever2024-04-231-9/+0
* [llvm-exegesis] Add support for alderlake (#88967)Aiden Grossman2024-04-232-0/+22
* [libc++][chrono] Fixes format output of negative values. (#89408)Mark de Wever2024-04-234-0/+220
* [libc++][ranges] export `std::ranges::range_adaptor_closure` (#89793)Xiaoyang Liu2024-04-231-1/+3
* [flang][cuda] Remove restriction on device subprogram (#89677)Valentin Clement (バレンタイン クレメン)2024-04-232-16/+6
* [NFC][InstrProf] Increment valid profile stat in populateCoverage (#89660)Ellis Hoag2024-04-231-0/+1
* [AArch64] Match ZIP and UZP starting from undef elements. (#89578)David Green2024-04-233-42/+49
* [VectorCombine][X86] shuffle-of-binops.ll - adjust no matching operand test t...Simon Pilgrim2024-04-231-6/+6
* [AArch64][GISel] Avoid scalarizing G_IMPLICIT_DEF and G_FREEZE in the Legaliz...Dhruv Chawla2024-04-2313-167/+227
* [VectorCombine][AArch64] shuffletoidentity.ll - regenerate checksSimon Pilgrim2024-04-231-1/+1
* [NVPTX] Improve support for rsqrt.approx (#89417)Alex MacLean2024-04-237-0/+145
* Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt2024-04-239-549/+33
* [RISCV] Add test coverage for mul (zext), 2^N + 2/4/8 [nfc]Philip Reames2024-04-231-0/+19
* [X86] pr34592.ll - add O3 codegen run for comparisonSimon Pilgrim2024-04-231-41/+70
* [X86] pr34592.ll - add nounwind to remove cfi noiseSimon Pilgrim2024-04-231-5/+1
* [mlir] Update comment about `propertiesAttr` (NFC) (#89634)Jeff Niu2024-04-231-3/+6
* Reapply "[RISCV] Implement RISCVISD::SHL_ADD and move patterns into combine (...Philip Reames2024-04-2311-138/+140
* clang/win: Add a flag to disable default-linking of compiler-rt libraries (#8...Nico Weber2024-04-236-4/+41
* [mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt2024-04-239-33/+549
* [libc++][ranges] P2387R3: Pipe support for user-defined range adaptors (#89148)Xiaoyang Liu2024-04-237-20/+186
* [VPlan] Add scalar inferencing support for Not and Or insns (#89160)Patrick O'Neill2024-04-232-0/+71
* [SystemZ][z/OS] Make z/OS personality function known (#89679)Kai Nacke2024-04-234-1/+18
* Reapply "[Clang][Sema] placement new initializes typedef array with correct s...mahtohappy2024-04-234-2/+47
* [RISCV] Add additional mul strength reduction coverage with xtheadbaPhilip Reames2024-04-231-0/+177
* [SLP]Fix PR89635: do not try to vectorize single-gather alternate node.Alexey Bataev2024-04-232-1/+30
* [AMDGPU] Fix GFX12 encoding of s_wait_event export_ready (#89622)Jay Foad2024-04-232-8/+4
* [gn build] Port 70d3ddb280eaLLVM GN Syncbot2024-04-231-1/+1
* [RemoveDIs][MLIR] Don't process debug records in the LLVM-IR translator (#89735)Stephen Tozer2024-04-232-4/+8
* [libc++] Add some private headers to libcxx.imp (#89568)Takuto Ikuta2024-04-231-4/+9
* [Frontend][OpenMP] Add functions for checking construct type (#87258)Krzysztof Parzyszek2024-04-234-2/+58
* AtomicExpand: Emit or with constant on RHSMatt Arsenault2024-04-238-75/+75
* [VPlan] Ignore incoming values with constant false mask. (#89384)Florian Hahn2024-04-233-12/+16
* [Clang][Parser] Don't always destroy template annotations at the end of a dec...Younan Zhang2024-04-234-1/+49