summaryrefslogtreecommitdiff
path: root/llvm/docs/BitCodeFormat.rst
AgeCommit message (Expand)Author
2025-09-05[llvm] Proofread BitCodeFormat.rst (#157024)Kazu Hirata
2024-08-20[NFC] Remove explicit bitcode enumeration from BitCodeFormat.rst (#102618)Chris Apple
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer
2023-10-18[Clang] Fill in documentation gaps for some attributes (#68967)Stephen Tozer
2023-08-18Reland "[gold] Add preliminary FatLTO support to the Gold plugin""Paul Kirth
2022-12-20[IR] Add a target extension type to LLVM.Joshua Cranmer
2022-07-14[gold] Ignore bitcode from sections inside object filesTom Stellard
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-01-18Update bitcode format doc to mention that a multi-module bitcode file isminglotus-6
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-08-10[docs] Clarify variable-width integer (VBR) encoding example.Volodymyr Sapsai
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover
2021-04-20[X86][AMX] Add description of x86_amx to LangRef.Luo, Yuanke
2021-03-22[IR] Add vscale_range IR function attributeBradley Smith
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers
2020-10-22BitCodeFormat: update doc on new byref and mustprogress attrs; NFCNick Desaulniers
2020-07-08[LangRef] Introduce `noundef` attribute for fully defined function paramsGui Andrade
2020-06-27[Docs] BitCodeFormat.rst: List missing attribute codesGui Andrade
2020-05-21[docs] Fix buildbot failuresJinsong Ji
2020-05-15[IR][BFloat] Add BFloat IR typeTies Stuij
2019-10-07[X86] Add new calling convention that guarantees tail call optimizationReid Kleckner
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich
2018-03-22Document optforfuzzing attribute created in r328214.Matt Morehouse
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-01-16[NFC] fix trivial typos in documentsHiroshi Inoue
2018-01-15[docs] Only LLVM IR bitstreams begin with 'BC'Brian Gesiak
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-12-07Update BitCodeFormat.Evgeniy Stepanov
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne
2016-10-14[docs] Update some obsolete information in BitCodeFormat docs.Mehdi Amini
2016-07-19This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm...Aaron Ballman
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne
2016-05-17docs: Update and clean up BitCodeFormat.rst.Peter Collingbourne
2016-04-05Swift Calling Convention: add swiftcc.Manman Ren
2016-02-29Rename embedded bitcode section in MachOSteven Wu
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren
2015-09-12Fix typos.Bruce Mitchener
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer