summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/zacklj89/sprnfcasan-clang-format-for-asan_init-changeZachary Johnson2023-12-013-15/+15
* [NFC] Fix failing test introduced in #67700Chris Bieneman2023-11-291-5/+15
* Enable custom lowering of fabs_v16f16 with AVX and fabs_v32f16 with A… (#73...David Li2023-11-292-2283/+26
* [HLSL] Support vector swizzles on scalars (#67700)Chris B2023-11-297-5/+387
* [OpenMP][NFC] Move more declarations out of private.h (#73823)Johannes Doerfert2023-11-295-116/+128
* [flang] Cleanup of NYI messages (#73740)Pete Steinfeld2023-11-2912-140/+178
* Remove an outdated comment; NFCAaron Ballman2023-11-291-4/+1
* [OpenMP][NFC] Put ExponentialBackoff in a Utils header (#73816)Johannes Doerfert2023-11-293-30/+55
* Revert "[flang] Enable alias tags pass by default (#73111)" (#73821)Tom Eccles2023-11-298-60/+21
* Correct the documentation category for the 'cleanup' attributeAaron Ballman2023-11-291-1/+1
* [flang] fix codegen warning from #73641 (#73808)jeanPerier2023-11-291-3/+3
* [libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever2023-11-2912-83/+309
* [OpenMP][NFC] Rename OmptCallback.cpp into OpenMP/OMPT/Callback.cpp (#73813)Johannes Doerfert2023-11-292-9/+11
* [OpenMP][NFC] Replace unnecessary typedefs (#73815)Johannes Doerfert2023-11-293-25/+20
* [OpenMP][NFC] Move OMPT headers into OpenMP/OMPT (#73718)Johannes Doerfert2023-11-2913-27/+27
* [llvm] Replace uses of Type::getPointerTo (NFC)Youngsuk Kim2023-11-295-16/+14
* [DebugInfo][RemoveDIs] Extract DPValues in CodeExtractor like dbg.values (#73...Jeremy Morse2023-11-292-24/+58
* [X86InstrInfo] support memfold on spillable inline asm (#70832)Nick Desaulniers2023-11-295-14/+267
* [flang] Make adapt.valuebyref attribute work again (#73658)Mats Petersson2023-11-2940-113/+162
* Fix accsessing "PresentModifierLocs" array beyond its end. (#73579)jyu2-git2023-11-292-3/+7
* [OpenMP][NFC] Flatten plugin-nextgen/common folder sturcture (#73725)Johannes Doerfert2023-11-2919-108/+99
* [LICM] Add test for #64897 (NFC)Nikita Popov2023-11-291-0/+46
* [OpenMP][NFC] Extract timescope profile support into its own header (#73727)Johannes Doerfert2023-11-297-19/+44
* [workflows] Remove sync-release-repo.yml (#73682)Tom Stellard2023-11-292-94/+0
* [C API] Add support for setting/getting new nneg flag on zext instructions (#...Benji Smith2023-11-295-0/+34
* [libc++] Add initial support for picolibcMichael Platings2023-11-2963-14/+441
* [libc] Fix cast semantic in integer_to_string (#73804)Guillaume Chatelet2023-11-291-1/+1
* [ELF,LTO] Test calloc defined in a lazy bitcode file for (malloc+memset => ca...Fangrui Song2023-11-291-0/+57
* [clang-format] Indent Verilog case statements with comments (#71353)sstwcw2023-11-292-1/+18
* [clang-format] Add spaces around the Verilog implication operator (#71352)sstwcw2023-11-294-14/+23
* [libc] Fix the GPU build for the hashing support (#73799)Joseph Huber2023-11-292-7/+17
* [X86] Add fneg vector test coverageSimon Pilgrim2023-11-291-0/+6514
* [X86] Rename vec_fneg.ll to combine-fneg.llSimon Pilgrim2023-11-291-0/+0
* [RISCV] Pre-commit test for FrameIndex handling in getMemOperandsWithOffsetWidthAlex Bradbury2023-11-291-0/+13
* [gn build] Port 1a5af34e6fcbLLVM GN Syncbot2023-11-291-0/+1
* [AArch64][SME2] Enable CLAMP multi-vector builtins for SME2 (#72272)Dinar Temirbulatov2023-11-292-0/+757
* [libc++] Speed up classic locale (take 2) (#73533)Louis Dionne2023-11-296-55/+172
* [libc++] Build the dylib with sanitizers when requested (#73656)Louis Dionne2023-11-291-2/+5
* [mlir][nvvm] Introduce `setmaxregister.sync.aligned` Op (#73780)Guray Ozen2023-11-294-0/+55
* [libc++] Remove unused Python imports (#73724)Stephan T. Lavavej2023-11-2914-20/+5
* [MLIR][Vector] Refactor tests for contract -> OP transforms (3/N) (#73447)Andrzej Warzyński2023-11-291-192/+279
* [X86] Add getTargetConstantPoolFromBasePtr helper. NFC.Simon Pilgrim2023-11-291-3/+5
* [OpenMP] New Openmp device RTL functions (#73225)Dominik Adamski2023-11-292-0/+284
* [OpenMP][libomptarget] Use two SDMA engines (#73633)Jan Patrick Lehr2023-11-291-2/+2
* [DebugInfo][RemoveDIs] Make debugify pass convert to/from RemoveDIs mode (#73...Jeremy Morse2023-11-2933-6/+101
* Move documentation about -verify from a header to public docs (#73694)Aaron Ballman2023-11-292-150/+169
* [flang] Handle absent optional in LOC (#73530)jeanPerier2023-11-292-148/+150
* [flang] Fix test ctofortran (#73738)Pete Steinfeld2023-11-291-2/+11
* [SelectionDAG] Fix assertion for widening of mask operand in MSTORE. (#73295)Francesco Petrogalli2023-11-291-1/+1
* [clang][analyzer] Support `fgets` in the SteamChecker (#73638)Ben Shi2023-11-294-36/+89