summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/Windows
AgeCommit message (Expand)Author
2025-10-23[test][ARM] Remove unsafe-fp-math-uses (NFC) (#164744)paperchalice
2025-07-07ARM: Add missing test coverage for windows frexp libcalls (#146690)Matt Arsenault
2024-08-04[ARM] [Windows] Use IMAGE_SYM_CLASS_STATIC for private functions (#101828)Martin Storsjö
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-02-05[ARM] Convert tests to opaque pointers (NFC)Nikita Popov
2023-03-31[ARM] Handle generating SEH unwind info for t2STR_PRE/t2LDR_POSTMartin Storsjö
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-09-16StackProtector: ensure stack checks are inserted before the tail callLiqiang Tao
2022-06-06[ARM] [MinGW] Default to WinEH exception handling instead of DwarfMartin Storsjö
2022-06-03[ARM] Make a narrow tMOVi8 where possible in SEH prologuesMartin Storsjö
2022-06-03[ARM] Make narrow push/pop in SEH prologues/epilogues where applicableMartin Storsjö
2022-06-03[ARM] Fix restoring stack for varargs with SEH split frame pointer pushMartin Storsjö
2022-06-02[ARM] Fix a test case typo. NFC.Martin Storsjö
2022-06-02[ARM] Adjust the frame pointer when it's needed for SEH unwindingMartin Storsjö
2022-06-02[ARM] Add SEH opcodes in frame loweringMartin Storsjö
2022-02-18[CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC.Jay Foad
2021-07-02[NFC][Codegen] Tune a few tests to not end with a naked `unreachable` terminatorRoman Lebedev
2021-06-30[ARMInstPrinter] Print the target address of a branch instructionIgor Kudrin
2021-06-17Update @llvm.powi to handle different int sizes for the exponentBjorn Pettersson
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2021-04-13StackProtector: ensure protection does not interfere with tail call frame.Tim Northover
2020-09-30Reapply "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-22Revert "Reapply Revert "RegAllocFast: Rewrite and improve""Muhammad Omair Javaid
2020-09-21Reapply Revert "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-18Temporarily Revert "RegAllocFast: Rewrite and improve"Eric Christopher
2020-09-18RegAllocFast: Rewrite and improveMatt Arsenault
2020-03-15[test] llvm/test/: change llvm-objdump single-dash long options to double-das...Fangrui Song
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2020-02-12[llvm-objdump] Print file format in lowercase to match GNU output.Jordan Rupprecht
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-07-07[ARM] Add support for MSVC stack cookie checkingMartin Storsjo
2019-07-03CodeGen: Set hasSideEffects = 0 on BUNDLEMatt Arsenault
2019-06-19Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault
2019-03-19RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2018-10-30[SchedModel] Fix for read advance cycles with implicit pseudo operands.Jonas Paulsson
2018-08-31[MinGW] [ARM] Add stubs for potential automatic dllimported variablesMartin Storsjo
2018-08-10[ARM] Adjust AND immediates to make them cheaper to select.Eli Friedman
2018-05-14[ARM] Back up R4 and LR if calling the stack probe functionMartin Storsjo
2018-03-19[ARM, AArch64] Check the no-stack-arg-probe attribute for dynamic stack probesMartin Storsjo
2018-02-26[CodeGen] Don't omit any redundant information in -debug outputFrancis Visoiu Mistrih
2018-02-09[CodeGen] Unify the syntax of MBB successors in MIR and -debug outputFrancis Visoiu Mistrih
2018-01-31Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi
2018-01-24[ARM] Call __chkstk for dynamic stack allocation in all windows environmentsMartin Storsjo
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-17[CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner
2018-01-10[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi
2018-01-09[CodeGen] Don't print "pred:" and "opt:" in -debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih