summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-26[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.docs-fix-code-block-formatingVitaly Buka
2024-07-25[compiler-rt][ubsan][nfc-ish] Fix a type conversion bug (#100665)Alan Zhao
2024-07-25[ELF,test] Improve negative linker script testsFangrui Song
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani
2024-07-26[RISCV] Move exact VLEN VLMAX transform to RISCVVectorPeephole (#100551)Luke Lau
2024-07-25[LV][VP][NFC]Add tests for safe store/load forwarding/dependence distance.Alexey Bataev
2024-07-25[ELF] Remove obsoleted comment after #99567Fangrui Song
2024-07-25[MC][NFC] Drop unused MCDecodedPseudoProbeInlineTree::ChildrenToProcess (#100...Amir Ayupov
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani
2024-07-25[clang][Sema] Add support for OpenBSD's syslog format attribute (#97366)Brad Smith
2024-07-25[libc++][test] Fix Clang `-Wunused-variable` warnings in time.zone.members/to...Stephan T. Lavavej
2024-07-25[Passes] Switch to xxh3_64bitsFangrui Song
2024-07-25[InstallAPI] Fix early return for scanning sub-directories (#100636)Cyndy Ishida
2024-07-25[lld-macho,test] Avoid writing to CWDFangrui Song
2024-07-25Fix aarch64-ptrauth.c to avoid writing to cwd which might not be writeableDavid Blaikie
2024-07-25[Fuchsia] Apply armv8m flags for runtimes (#100656)PiJoules
2024-07-25[OpenMPIRBuilder][Clang][NFC] - Combine `emitOffloadingArrays` and `emitOfflo...Pranav Bhandarkar
2024-07-25[DenseMap] Optimize find/eraseFangrui Song
2024-07-25[Support] Add SpecificBumpPtrAllocator::identifyObject (#100475)Alex Langford
2024-07-26AMDGPU: Add baseline test for cost of abs intrinsics (#100522)Matt Arsenault
2024-07-25[AArch64][PhaseOrdering] Add a SLP lane-ordering phase-ordering test. NFCDavid Green
2024-07-26AMDGPU: Add baseline test for vectorize of integer min/max (#100513)Matt Arsenault
2024-07-25[MLIR][Vector] Add a test of <2x[4]xf32> type on lowering multireduction (#10...Zhaoshi Zheng
2024-07-25[libc] Lazily initialize freelist malloc using symbols (#99254)Daniel Thornburgh
2024-07-25[VPlan] Don't create live-outs for induction increments.Florian Hahn
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani
2024-07-25[BOLT] Fix archive output directory for standalone on Mac (#100643)Tristan Ross
2024-07-25Restrict llvm-ctxprof-util tests to linux (#100650)Mircea Trofin
2024-07-25[libc] Fix leftoever debug in 'f16fma' function (#100638)Joseph Huber
2024-07-25[SDAG] Manual jumpthread in findMemType for style clarity [NFC]Philip Reames
2024-07-25[mlir][Transforms] Dialect conversion: fix crash when converting detached reg...Matthias Springer
2024-07-25[ctx_prof] test tool: generate ctxprof bistream from json (#100379)Mircea Trofin
2024-07-25[OpenMP] Defaultmap: fixes scalar issue, adds all variable category (#99315)nicebert
2024-07-25[DXIL][Analysis] Make the DXILResource binding optional. NFCJustin Bogner
2024-07-25[LV,RISCV] Regenerate a test to reduce spurious deltas in upcoming changePhilip Reames
2024-07-25[PAC] Sign LR with B key for non-leaf functions with ptrauth-returns attr (#1...Daniil Kovalev
2024-07-25[libc][math][c23] Enable C23 _Float16 math functions on GPUs (#99248)OverMighty
2024-07-25Normalize ptrauth handling in sanitizer runtime (#100483)Anton Korobeynikov
2024-07-25[gn build] Port b365dbbd8dccLLVM GN Syncbot
2024-07-25[libc++] Remove unmaintained LIBCXX_CONFIGURE_IDE (#100574)Louis Dionne
2024-07-25[libc++] Remove unnecessary check for LIBCXX_INCLUDE_TESTS (#100573)Louis Dionne
2024-07-25[NVPTX] Correctly forward the PTX feature to the nvlink wrapper (#100607)Joseph Huber
2024-07-25[lld] Add explicit conversion for enum to Twine. (#100627)Scott Todd
2024-07-25[DXIL][Analysis] Replace #include with forward declaration. NFCJustin Bogner
2024-07-25[lldb][test] Mark TestAssertMessages.py as passing remotely on Linux target. ...Vladislav Dzhidzhoev
2024-07-25[NFC][libc][malloc] Refactor Block (#100445)Daniel Thornburgh
2024-07-25[DXIL][Analysis] Move dxil::ResourceInfo to the Analysis library. NFCJustin Bogner
2024-07-25[libc] Fix broken table introduced by PR #100578Mikhail R. Gadelha
2024-07-25[StackFrameLayoutAnalysis] Support more SlotTypes (#100562)Hari Limaye
2024-07-25[Sema] Fix a warningKazu Hirata