summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-06[libc++] DO NOT COMMIT diff FTM test headers v1 vs v2.users/mordante/ftm/do_not_commitMark de Wever
2025-04-06[libc++] Adds a FTM v2 data file generator.Mark de Wever
2025-04-06[NFC][libc++][test] Minor updates to generated header version test.Mark de Wever
2025-04-06[libc++] Implements the new FTM header test generator.Mark de Wever
2025-04-06[libc++] Adds is_implemented function for new ftm generator.Mark de Wever
2025-04-05[NFC][libc++][test] Refactor new ftm generator tests.Mark de Wever
2025-04-05[InstCombine] Test for fold of and of icmps with operands in the range(0,2) ...Andreas Jonson
2025-04-05[ValueTracking] Test for trunc nuw cond in assume. (NFC)Andreas Jonson
2025-04-05[compiler-rt][rtsan] symlink/symlinkat interception. (#134168)David CARLIER
2025-04-05[compiler-rt][rtsan] Linux's eventfd interception. (#132836)David CARLIER
2025-04-05[clang][CGObjC] Remove unused ExternalProtocolPtrTy (NFC) (#133870)Mats Jun Larsen
2025-04-05[clang] Update C++ DR status pageVlad Serebrennikov
2025-04-05Reapply "[CI] Fix Monolithic Linux Build in Ubuntu 24.04 (#133628)"Aiden Grossman
2025-04-05[Github] Bump Github Runner Version in Agent ContainersAiden Grossman
2025-04-04MCValue: reduce getSymB usesFangrui Song
2025-04-04[clang] Remove unused SourceManager.cpp includes, NFC (trying out clangd)Reid Kleckner
2025-04-04AMDGPU: Add round-to-odd rounding during f64 to bf16 conversion (#133995)Changpeng Fang
2025-04-04[LoongArch] Simplify evaluateAsRelocatableImplFangrui Song
2025-04-04[MCParser] Rename confusing variable namesFangrui Song
2025-04-04[libc] Remove extra parenthesis in sin.cpp comments (#134477)jobhdez
2025-04-04[AArch64] Transition from MCSymbolRefExpr::VariantKind constantsFangrui Song
2025-04-05[RISCV] Relax out of range Xqcibi conditional branches (#134336)Sudharsan Veeravalli
2025-04-04[X86Backend][M68KBackend] Make Ctx in X86MCInstLower (M68KInstLower) the same...weiwei chen
2025-04-04[lldb] Make `RegisterContextThreadMemory` thread safe (#134469)Felipe de Azevedo Piovezan
2025-04-04[CIR] Upstream support for logical not operations (#133966)Andy Kaylor
2025-04-04[libc][NFC] replace NULL with nullptr (#134464)Michael Jones
2025-04-04[flang] Temporary include variant.h in enum-class.h. (#134460)Slava Zakharin
2025-04-04[lld-macho] Fix code section ordering in output binary (#134010)alx32
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere
2025-04-04Remove iOS 5 check for tailcalls on ARM (#133354)Un1q32
2025-04-04[CIR] Upstream support for break and continue statements (#134181)Andy Kaylor
2025-04-04cuda clang: Clean up test dependency for CUDA surfaces (#134459)Austin Schuh
2025-04-04[NFC][HLSL] Rename ResourceBinding Types (#134165)Ashley Coleman
2025-04-04[mlir][tosa] Update URLs to TOSA specification (#134449)Jerry-Ge
2025-04-04[DAGCombiner] Attempt to fold 'add' nodes to funnel-shift or rotate (#125612)Alex MacLean
2025-04-04[clang] Bump DIAG_SIZE_PARSE as we're hitting the limit downstream as of 6263...Jorge Gorbe Moya
2025-04-04[flang][cuda] Register managed variables with double descriptor (#134444)Valentin Clement (バレンタイン クレメン)
2025-04-04[RISCV] Make decodeXqccmpRlistS0 defer to decodeZcmpRlist after checking for ...Craig Topper
2025-04-04[flang][cuda] Use the nvvm.vote.sync op for all and any (#134433)Valentin Clement (バレンタイン クレメン)
2025-04-04[NFC][HLSL][RootSignature] Make the Lexer adhere to naming conventions (#134136)Finn Plummer
2025-04-04[RISCV] Assert on all invalid inputs to getStackAdjBase and printRegList. NFCCraig Topper
2025-04-04[lldb] Fix missing semicolon in lldbassert macroJonas Devlieghere
2025-04-04[RISCV] Remove unused function declaration. NFCCraig Topper
2025-04-04[flang] Add runtime and lowering implementation for extended intrinsic PUTENV...Eugene Epshteyn
2025-04-04[VPlan] Set and use debug location for VPScalarIVStepsRecipe.Florian Hahn
2025-04-04[PowerPC] Fix instruction name for dmr insert (#134301)Lei Huang
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones
2025-04-04[lldb] Make lldbassert fire only once per instance (#134343)Jonas Devlieghere
2025-04-04[RISCV] Rename Spimm to StackAdj in most places. NFCCraig Topper
2025-04-04[OpenACC] Implement 'modifier-list' sema/ASTerichkeane