summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CommandFlags.cpp
AgeCommit message (Expand)Author
2025-10-22[CodeGen] Remove `-enable-unsafe-fp-math` option (#164559)paperchalice
2025-10-22[CodeGen][Target] Remove UnsafeFPMath uses (#164549)paperchalice
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice
2025-07-28Reapply "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335) (#150990)Prabhu Rajasekaran
2025-07-23Revert "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335)Haowei
2025-07-23[llvm] Add CalleeTypeIds field to CallSiteInfoPrabhu Rajasekaran
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-01-28[AsmPrinter][ELF] Support profile-guided section prefix for jump tables' (rea...Mingming Liu
2024-09-25Reapply "Deprecate the `-fbasic-block-sections=labels` option." (#110039)Rahman Lavaee
2024-09-25Revert "Deprecate the `-fbasic-block-sections=labels` option. (#107494)"Kazu Hirata
2024-09-25Deprecate the `-fbasic-block-sections=labels` option. (#107494)Rahman Lavaee
2024-07-11[llvm][TargetParser] Return StringMap from getHostCPUFeatures (#97824)David Spickett
2024-06-07[ARM] r11 is reserved when using -mframe-chain=aapcs (#86951)Oliver Stannard
2024-05-07[Clang] -fseparate-named-sections option (#91028)Petr Hosek
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song
2024-03-06[CommandFlags] Rename option -relax-elf-relocations to -x86-relax-relocationsFangrui Song
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2024-01-23[RISCV] Support TLSDESC in the RISC-V backend (#66915)Paul Kirth
2023-10-04Introduce and use codegen::createTargetMachineForTriple()Alex Richardson
2023-09-14[X86] Introduce a large data threshold for the medium code modelArthur Eubanks
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-07-12[libLTO][AIX] Respect `-f[no]-integrated-as` on AIXQiongsi Wu
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman
2023-06-11[XRay] Rename XRayOmitFunctionIndex to XRayFunctionIndexFangrui Song
2023-04-29LangRef: Add "dynamic" option to "denormal-fp-math"Matt Arsenault
2023-04-23Remove ExplicitEmulatedTLS and simplify -femulated-tls handlingFangrui Song
2023-03-31[AIX][CodeGen] Renaming mroptr to xcoff-mroptrQiongsi Wu
2023-03-23[AIX][CodeGen] Storage Locations for Constant PointersQiongsi Wu
2023-03-14Remove -lower-global-dtors-via-cxa-atexit flagJulian Lettner
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-05[CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song
2022-12-04Iterate over StringMaps using structured bindings. NFCI.Benjamin Kramer
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-23Reland "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Julian Lettner
2022-03-23Revert "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Zequan Wu
2022-03-17Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-15Revert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 "Lower `@llvm.global_dtors`...Simon Pilgrim
2022-03-14Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-02-10Reland "[clang-cl] Support the /JMC flag"Yuanfang Chen
2022-02-10Revert "[clang-cl] Support the /JMC flag"Yuanfang Chen
2022-02-10[clang-cl] Support the /JMC flagYuanfang Chen
2022-02-02[PowerPC] Scalar IBM MASS library conversion passMasoud Ataei
2022-01-12[DebugInfo] Move flag for instr-ref to LLVM option, from TargetOptionsJeremy Morse
2022-01-10Use a sorted array instead of a map to store AttrBuilder string attributesSerge Guelton