aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CommandFlags.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-07-12[libLTO][AIX] Respect `-f[no]-integrated-as` on AIXQiongsi Wu1-0/+7
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-06-11[XRay] Rename XRayOmitFunctionIndex to XRayFunctionIndexFangrui Song1-6/+6
2023-04-29LangRef: Add "dynamic" option to "denormal-fp-math"Matt Arsenault1-8/+9
2023-04-23Remove ExplicitEmulatedTLS and simplify -femulated-tls handlingFangrui Song1-3/+3
2023-03-31[AIX][CodeGen] Renaming mroptr to xcoff-mroptrQiongsi Wu1-1/+1
2023-03-23[AIX][CodeGen] Storage Locations for Constant PointersQiongsi Wu1-0/+9
2023-03-14Remove -lower-global-dtors-via-cxa-atexit flagJulian Lettner1-8/+0
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-05[CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song1-1/+1
2022-12-04Iterate over StringMaps using structured bindings. NFCI.Benjamin Kramer1-4/+4
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song1-12/+2
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek1-1/+13
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+1
2022-03-23Reland "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Julian Lettner1-0/+8
2022-03-23Revert "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Zequan Wu1-8/+0
2022-03-17Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-0/+8
2022-03-16Cleanup codegen includesserge-sans-paille1-0/+5
2022-03-15Revert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 "Lower `@llvm.global_dtors`...Simon Pilgrim1-8/+0
2022-03-14Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-0/+8
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-5/+0
2022-03-10Cleanup codegen includesserge-sans-paille1-0/+5
2022-02-10Reland "[clang-cl] Support the /JMC flag"Yuanfang Chen1-0/+8
2022-02-10Revert "[clang-cl] Support the /JMC flag"Yuanfang Chen1-8/+0
2022-02-10[clang-cl] Support the /JMC flagYuanfang Chen1-0/+8
2022-02-02[PowerPC] Scalar IBM MASS library conversion passMasoud Ataei1-0/+9
2022-01-12[DebugInfo] Move flag for instr-ref to LLVM option, from TargetOptionsJeremy Morse1-18/+0
2022-01-10Use a sorted array instead of a map to store AttrBuilder string attributesSerge Guelton1-1/+1
2021-11-30[DebugInfo] Turn instruction referencing on by default for x86Jeremy Morse1-0/+2
2021-11-30[DebugInfo][InstrRef] Pre-land on-by-default-for-x86 changesJeremy Morse1-2/+11
2021-09-22[CSSPGO] Set PseudoProbeInserter as a default pass.Hongtao Yu1-7/+0
2021-09-16Add a command-line flag to control the Swift extended async frame info.Doug Gregor1-1/+14
2021-08-17[NFC] More get/removeAttribute() cleanupArthur Eubanks1-2/+1
2021-08-17[NFC] Cleanup more AttributeList::addAttribute()Arthur Eubanks1-2/+1
2021-08-04[CodeGen] Add -align-loopsFangrui Song1-0/+6
2021-06-08reland [IR] make -stack-alignment= into a module attrNick Desaulniers1-7/+0
2021-06-08Revert "[IR] make -stack-alignment= into a module attr"Nick Desaulniers1-0/+7
2021-06-08[IR] make -stack-alignment= into a module attrNick Desaulniers1-7/+0
2021-05-21[IR] make stack-protector-guard-* flags into module attrsNick Desaulniers1-41/+0
2021-05-17[AArch64] Support customizing stack protector guardNick Desaulniers1-0/+2
2021-05-12[Debug-Info] add -gstrict-dwarf support in backendChen Zheng1-0/+6
2021-04-27[CodeGenOptions] make StackProtectorGuardOffset signedNick Desaulniers1-3/+3
2021-04-22[IR][sanitizer] Add module flag "frame-pointer" and set it for cc1 -mframe-po...Fangrui Song1-9/+9
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber1-0/+1
2021-04-08[Debug-Info] Use inlined strings in .dwinfo section by default for DBX.Esme-Yi1-0/+1
2020-12-11[AIX][XCOFF] emit traceback table for function in aixdiggerlin1-0/+7
2020-12-02[CSSPGO] Pseudo probes for function calls.Hongtao Yu1-0/+7
2020-11-24[AIX] Add mabi=vec-extabi options to enable the AIX extended and default vect...Zarko Todorovski1-0/+7
2020-10-22[X86] Support customizing stack protector guardXiang1 Zhang1-0/+39