aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-02LIBC_INLINE for modular fn definitionsusers/mysterymath/modular-printf/libcDaniel Thornburgh4-19/+20
2025-09-02Use LIBC_INLINE_ASM macroDaniel Thornburgh1-1/+1
2025-09-02Add missing file headerDaniel Thornburgh1-0/+15
2025-09-02Fix missed SPLIT->MODULAR renameDaniel Thornburgh1-1/+1
2025-09-02[libc] Modular printf option (float only)Daniel Thornburgh14-33/+216
2025-09-02Correct typosusers/mysterymath/modular-printf/clangDaniel Thornburgh1-2/+2
2025-09-02Emit the new type arg from format attrDaniel Thornburgh1-1/+3
2025-09-02Add an example to clang attr docDaniel Thornburgh1-1/+9
2025-09-02Update docs to account for clang inferring format attributeDaniel Thornburgh1-4/+5
2025-09-02[clang] "modular_format" attribute for functions using format stringsDaniel Thornburgh4-0/+75
2025-09-02Add test cases and polish changeDaniel Thornburgh5-16/+172
2025-09-02llvm.reloc.none takes a GlobalValue againDaniel Thornburgh1-4/+4
2025-09-02Add a type argDaniel Thornburgh2-7/+9
2025-09-02Describe the semantics of the arguments copied from C format attrDaniel Thornburgh1-0/+3
2025-09-02Correct modular_format to modular-format in docsDaniel Thornburgh1-1/+1
2025-09-02Emit reloc.none instinsic with metdata string argDaniel Thornburgh1-4/+4
2025-09-02issing -> issuingDaniel Thornburgh1-1/+1
2025-09-02[IR] "modular-format" attribute for functions using format stringsDaniel Thornburgh2-0/+79
2025-09-02Update big-filter.tdusers/mysterymath/modular-printf/reloc.noneDaniel Thornburgh1-2/+2
2025-09-02Take symbol name by GlobalValue again to avoid modifying ModuleDaniel Thornburgh9-38/+35
2025-09-02Update testsDaniel Thornburgh3-5/+5
2025-09-02Remove arg from emitRelocDirective callDaniel Thornburgh1-2/+1
2025-09-02Lower reloc.none in Global ISelDaniel Thornburgh2-0/+24
2025-09-02Rename reloc_none.ll to reloc-none.llDaniel Thornburgh1-0/+0
2025-09-02Use llvm-as for testDaniel Thornburgh1-1/+1
2025-09-02Remove unneeded assertion from AsmPrinterDaniel Thornburgh1-3/+0
2025-09-02IR verifier check and testDaniel Thornburgh2-0/+19
2025-09-02Add a generic reloc_none testDaniel Thornburgh1-0/+10
2025-09-02Take symbol name by metadata arg rather than ptr to GlobalValueDaniel Thornburgh3-11/+12
2025-09-02fake.use -> reloc.noneDaniel Thornburgh1-1/+1
2025-09-02[IR] llvm.reloc.none intrinsic for no-op symbol referencesDaniel Thornburgh10-0/+84
2025-09-02[flang][rt] Remove findloc.cpp from supported_sources fro CUDA build (#156542)Valentin Clement (バレンタイン クレメン)1-0/+3
2025-09-02[RISCV] Simplify interface of RISCVAsmPrinter::lowerToMCInst [nfc] (#156482)Philip Reames1-27/+15
2025-09-02Generalize test over 32 and 64bit targetsDavid Blaikie1-1/+1
2025-09-02[lldb][NativePDB] Sort function name and type basename maps deterministically...Zequan Wu1-4/+4
2025-09-02[lldb] Add Pythonic API to SBStructuredData extension (#155061)Dave Lee2-30/+224
2025-09-02[AMDGPU] Add s_set_vgpr_msb gfx1250 instruction (#156524)Stanislav Mekhanoshin7-0/+65
2025-09-02Reverts recent debuginfod patches (#156532)Haowei5-34/+12
2025-09-02[GVN] Turn off ScalarPRE for TokenLike Types (#156513)Farzon Lotfi2-1/+53
2025-09-02[AMDGPU] Definitions of new gfx1250 HW_REG_MODE fields. NFC. (#156527)Stanislav Mekhanoshin1-1/+11
2025-09-02[PowerPC] Implement vector uncompress instructions (#150702)Lei Huang4-0/+91
2025-09-02[OpenMP][clang] Fix CaptureRegion for message clause (#156525)Robert Imschweiler2-2/+9
2025-09-02[DebugInfo] When referencing structured bindings use the reference's location...David Blaikie4-16/+69
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix4-45/+115
2025-09-02Revert "[LAA,Loads] Use loop guards and max BTC if needed when checking deref...Florian Hahn5-70/+65
2025-09-02[libc] Add missing and correct some existing C23 functions to math.h (#156512)Alexey Samsonov1-2/+46
2025-09-02[DependenceAnalysis] Improve debug messages (#156367)Sebastian Pop1-12/+34
2025-09-02[flang] Fix build after #150124Jan Svoboda1-1/+2
2025-09-02[Loads] Apply loop guards to IRArgValue from assumption.Florian Hahn2-26/+9
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental4-2/+24