aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-01[𝘀𝗽𝗿] initial versionusers/zacklj89/sprnfcasan-clang-format-for-asan_init-changeZachary Johnson3-15/+15
2023-11-29[NFC] Fix failing test introduced in #67700Chris Bieneman1-5/+15
2023-11-29Enable custom lowering of fabs_v16f16 with AVX and fabs_v32f16 with A… (#73...David Li2-2283/+26
2023-11-29[HLSL] Support vector swizzles on scalars (#67700)Chris B7-5/+387
2023-11-29[OpenMP][NFC] Move more declarations out of private.h (#73823)Johannes Doerfert5-116/+128
2023-11-29[flang] Cleanup of NYI messages (#73740)Pete Steinfeld12-140/+178
2023-11-29Remove an outdated comment; NFCAaron Ballman1-4/+1
2023-11-29[OpenMP][NFC] Put ExponentialBackoff in a Utils header (#73816)Johannes Doerfert3-30/+55
2023-11-29Revert "[flang] Enable alias tags pass by default (#73111)" (#73821)Tom Eccles8-60/+21
2023-11-29Correct the documentation category for the 'cleanup' attributeAaron Ballman1-1/+1
2023-11-29[flang] fix codegen warning from #73641 (#73808)jeanPerier1-3/+3
2023-11-29[libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever12-83/+309
2023-11-29[OpenMP][NFC] Rename OmptCallback.cpp into OpenMP/OMPT/Callback.cpp (#73813)Johannes Doerfert2-9/+11
2023-11-29[OpenMP][NFC] Replace unnecessary typedefs (#73815)Johannes Doerfert3-25/+20
2023-11-29[OpenMP][NFC] Move OMPT headers into OpenMP/OMPT (#73718)Johannes Doerfert13-27/+27
2023-11-29[llvm] Replace uses of Type::getPointerTo (NFC)Youngsuk Kim5-16/+14
2023-11-29[DebugInfo][RemoveDIs] Extract DPValues in CodeExtractor like dbg.values (#73...Jeremy Morse2-24/+58
2023-11-29[X86InstrInfo] support memfold on spillable inline asm (#70832)Nick Desaulniers5-14/+267
2023-11-29[flang] Make adapt.valuebyref attribute work again (#73658)Mats Petersson40-113/+162
2023-11-29Fix accsessing "PresentModifierLocs" array beyond its end. (#73579)jyu2-git2-3/+7
2023-11-29[OpenMP][NFC] Flatten plugin-nextgen/common folder sturcture (#73725)Johannes Doerfert19-108/+99
2023-11-29[LICM] Add test for #64897 (NFC)Nikita Popov1-0/+46
2023-11-29[OpenMP][NFC] Extract timescope profile support into its own header (#73727)Johannes Doerfert7-19/+44
2023-11-29[workflows] Remove sync-release-repo.yml (#73682)Tom Stellard2-94/+0
2023-11-29[C API] Add support for setting/getting new nneg flag on zext instructions (#...Benji Smith5-0/+34
2023-11-29[libc++] Add initial support for picolibcMichael Platings63-14/+441
2023-11-29[libc] Fix cast semantic in integer_to_string (#73804)Guillaume Chatelet1-1/+1
2023-11-29[ELF,LTO] Test calloc defined in a lazy bitcode file for (malloc+memset => ca...Fangrui Song1-0/+57
2023-11-29[clang-format] Indent Verilog case statements with comments (#71353)sstwcw2-1/+18
2023-11-29[clang-format] Add spaces around the Verilog implication operator (#71352)sstwcw4-14/+23
2023-11-29[libc] Fix the GPU build for the hashing support (#73799)Joseph Huber2-7/+17
2023-11-29[X86] Add fneg vector test coverageSimon Pilgrim1-0/+6514
2023-11-29[X86] Rename vec_fneg.ll to combine-fneg.llSimon Pilgrim1-0/+0
2023-11-29[RISCV] Pre-commit test for FrameIndex handling in getMemOperandsWithOffsetWidthAlex Bradbury1-0/+13
2023-11-29[gn build] Port 1a5af34e6fcbLLVM GN Syncbot1-0/+1
2023-11-29[AArch64][SME2] Enable CLAMP multi-vector builtins for SME2 (#72272)Dinar Temirbulatov2-0/+757
2023-11-29[libc++] Speed up classic locale (take 2) (#73533)Louis Dionne6-55/+172
2023-11-29[libc++] Build the dylib with sanitizers when requested (#73656)Louis Dionne1-2/+5
2023-11-29[mlir][nvvm] Introduce `setmaxregister.sync.aligned` Op (#73780)Guray Ozen4-0/+55
2023-11-29[libc++] Remove unused Python imports (#73724)Stephan T. Lavavej14-20/+5
2023-11-29 [MLIR][Vector] Refactor tests for contract -> OP transforms (3/N) (#73447)Andrzej Warzyński1-192/+279
2023-11-29[X86] Add getTargetConstantPoolFromBasePtr helper. NFC.Simon Pilgrim1-3/+5
2023-11-29[OpenMP] New Openmp device RTL functions (#73225)Dominik Adamski2-0/+284
2023-11-29[OpenMP][libomptarget] Use two SDMA engines (#73633)Jan Patrick Lehr1-2/+2
2023-11-29[DebugInfo][RemoveDIs] Make debugify pass convert to/from RemoveDIs mode (#73...Jeremy Morse33-6/+101
2023-11-29Move documentation about -verify from a header to public docs (#73694)Aaron Ballman2-150/+169
2023-11-29[flang] Handle absent optional in LOC (#73530)jeanPerier2-148/+150
2023-11-29[flang] Fix test ctofortran (#73738)Pete Steinfeld1-2/+11
2023-11-29[SelectionDAG] Fix assertion for widening of mask operand in MSTORE. (#73295)Francesco Petrogalli1-1/+1
2023-11-29[clang][analyzer] Support `fgets` in the SteamChecker (#73638)Ben Shi4-36/+89