aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CommandFlags.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-14[AIX] Turn -fdata-sections on by default in Clangjasonliu1-2/+4
2020-10-08[AIX] add new option -mignore-xcoff-visibilitydiggerlin1-0/+9
2020-08-28[llvm][CodeGen] Machine Function SplitterSnehasish Kumar1-0/+9
2020-08-25[LiveDebugValues] Add switches for using instr-ref variable locationsJeremy Morse1-0/+8
2020-07-31Rename basic block sections options to be consistent.Sriraman Tallam1-2/+2
2020-06-17[xray] Option to omit the function indexIan Levesque1-0/+7
2020-06-02Options for Basic Block Sections, enabled in D68063 and D73674.Sriraman Tallam1-4/+4
2020-05-20CommandFlags.h - remove unnecessary includes. NFC.Simon Pilgrim1-0/+4
2020-03-27CodeGen: Add -denormal-fp-math-f32 flagMatt Arsenault1-11/+32
2020-03-27Fix denormal-fp-math flag and attribute interactionMatt Arsenault1-7/+21
2020-03-19Reland D73534: [DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic1-1/+1
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille1-0/+588