summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/debug-frame.ll
AgeCommit message (Expand)Author
2024-10-17[ARM] Fix -mno-omit-leaf-frame-pointer flag doesn't works on 32-bit ARM (#1...gxlayer
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-28Revert "Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindRe...Daniel Kiss
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27[ARM] __cxa_end_cleanup should be called instead of _UnwindResume.Daniel Kiss
2019-03-20[ARM] Eliminate redundant "mov rN, sp" instructions in Thumb1.Eli Friedman
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2015-12-08Fix ARMv4T (Thumb1) epilogue generationArtyom Skrobov
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-05-08ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...Arnold Schwaighofer
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-23ARM: When spilling extra registers for alignment, prefer low registers on all...Peter Collingbourne
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-05-06If a function needs a frame pointer, but r11 (aka fp) has not been used,Joerg Sonnenberger
2014-03-13[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg
2014-03-12[ARM] Use DWARF register numbers for CFI directives in ELF assemblyHans Wennborg
2014-03-11ARM: enable tail call optimisation on Thumb 2Saleem Abdulrasool
2014-02-14Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov