summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.boltbat-add-support-for-three-way-split-functionsAmir Ayupov
2024-05-30[BOLT] Detect .warm split functions as cold fragments (#93759)Amir Ayupov
2024-05-30[VPlan] Use ir-bb prefix for VPIRBasicBlock.Florian Hahn
2024-05-30[clang] Fix a crash when a variable is captured by a block nested inside a la...Akira Hatanaka
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal
2024-05-30Add missing #include for ObjCMethodDecl.Jorge Gorbe Moya
2024-05-30[DirectX] [Docs] Add DXILOpTableGenDesign.rst to toctree of DirectXUsage. (#9...S. Bharadwaj Yadavalli
2024-05-30Fix test on MacOS where -fstandalone-debug is the defaultDavid Blaikie
2024-05-30AMDGPU: Add kernarg input attributes to preloaded kernarg test (#93669)Matt Arsenault
2024-05-30Send output to a temp file, even in the error caseSterling Augustine
2024-05-30[BOLT][NFC] Extend updateLayoutIndices (#93861)shaw young
2024-05-30[memprof] Use linear IDs for Frames and call stacks (#93740)Kazu Hirata
2024-05-30[ELF] Simplify assignOffsets. NFCFangrui Song
2024-05-30[AMDGPU] Fix crash in the SILoadStoreOptimizer (#93862)Stanislav Mekhanoshin
2024-05-30[DirectX] Fix BitcodeWriter ctor after #92983Fangrui Song
2024-05-30raw_ostream: Fix a comment in llvm::errsFangrui Song
2024-05-30[bazel] Port #93567 (#93877)Keith Smiley
2024-05-30[lldb][test] Fix failing test TestAddressRange.py (#93871)Miro Bucko
2024-05-30[ELF] Improve ADDR testsFangrui Song
2024-05-30[RISCV] Support (truncate (smin (smax X, C1), C2)) for vnclipu in combineTrun...Craig Topper
2024-05-30Reapply "[DebugInfo] Add flag to only emit referenced member functions" (#93767)David Blaikie
2024-05-30[bazel] Port #92983 (#93874)Keith Smiley
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)
2024-05-30[dsymutil] Also detect external downloadable toolchains (#93872)Adrian Prantl
2024-05-30[flang] Fix a warningKazu Hirata
2024-05-30[clang][AST] fix ast-print of `extern <lang>` with >=2 declarators (#93131)Artem Yurchenko
2024-05-30[MemProf][NFC] Switch to DenseMaps (#93868)Teresa Johnson
2024-05-30[clang][OpenMP] Simplify check for repeated clauses (#93611)Krzysztof Parzyszek
2024-05-30[compiler-rt] [test] Work around MS CRT stdio format quirks on mingw too (#93...Martin Storsjö
2024-05-30[nfc][InstrProf]Remove 'offsetOf' when parsing indexed profiles (#93346)Mingming Liu
2024-05-30[MTE] rename RecordStackHistoryModeFlorian Mayer
2024-05-30[clang][NFC] Move `PDiag` into `SemaBase` (#93849)Vlad Serebrennikov
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty
2024-05-30Unittests and usability for BitstreamWriter incremental flushing (#92983)Mircea Trofin
2024-05-30Fix the dsymutil heuristic for excluding system interfaces. (#93745)Adrian Prantl
2024-05-30Revert "[asan][windows] Eliminate the static asan runtime on windows (#93770)"Charlie Barto
2024-05-30[flang] Add parsing of DO CONCURRENT REDUCE clause (#92518)khaki3
2024-05-30Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Hendrik Hübner
2024-05-30[VPlan] Add VPIRBasicBlock, use to model pre-preheader. (#93398)Florian Hahn
2024-05-30[asan][windows] Eliminate the static asan runtime on windows (#93770)Charlie Barto
2024-05-30[ELF] Make .interp/SHT_NOTE not specialFangrui Song
2024-05-30[ELF] Add RW then text testFangrui Song
2024-05-30[mlir][polynomial] verify from_tensor coeff type (#93243)Jeremy Kun
2024-05-30[ELF] Improve orphan placement testsFangrui Song
2024-05-30[gn build] Port 48175a5d9f62LLVM GN Syncbot
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko
2024-05-30AMDGPU: Generalize instruction shrinking code (#93810)Matt Arsenault
2024-05-30[BOLT,test] Make linker scripts less sensitive to lld's orphan placement (#93...Fangrui Song
2024-05-30[mlir][test] Rename Vector integration tests for CPU (nfc) (#93521)Andrzej Warzyński
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu