summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
Commit message (Expand)AuthorAgeFilesLines
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-2/+2
* Reapply ARM: Do not spill CSR to stack on entry to noreturn functionsTim Northover2018-04-071-2/+2
* Revert "ARM: Do not spill CSR to stack on entry to noreturn functions"Vitaly Buka2018-04-071-2/+2
* ARM: Do not spill CSR to stack on entry to noreturn functionsTim Northover2018-04-051-2/+2
* Revert "AArch64: Omit callframe setup/destroy when not necessary"Jun Bum Lim2018-01-291-3/+3
* AArch64: Omit callframe setup/destroy when not necessaryMatthias Braun2018-01-191-3/+3
* [AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".Chad Rosier2017-06-231-12/+12
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-311-9/+5
* Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt2017-01-111-5/+9
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-101-9/+5
* ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()Matthias Braun2016-11-111-14/+14
* DAG: avoid duplicated truncating for sign extended operandWeiming Zhao2016-07-291-2/+1
* AArch64: allow MOV (imm) alias to be printedTim Northover2016-06-161-6/+6
* add support for -print-imm-hex for AArch64Paul Osmialowski2016-05-131-6/+6
* [AArch64] Combine callee-save and local stack SP adjustment instructions.Geoff Berry2016-05-061-10/+10
* Don't delete empty preheaders in CodeGenPrepare if it would create a critical...Chuang-Yu Cheng2016-04-051-8/+8
* [AArch64] Break the dependency between FP and SP when possible.Chad Rosier2016-03-141-3/+3
* [AArch64] Enable non-leaf frame pointer elimination.Geoff Berry2016-03-021-2/+2
* [AArch64][ShrinkWrap] Fix bug in prolog clobbering live reg when shrink wrapp...Geoff Berry2016-02-191-0/+89
* [AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier2015-12-211-2/+2
* [ShrinkWrap] Refactor the handling of infinite loop in the analysis.Quentin Colombet2015-09-171-0/+62
* Fix possible infinite loop in shrink wrapping when searching for save/restoreKit Barton2015-08-061-0/+29
* [ShrinkWrap][PEI] Do not insert epilogue for unreachable blocks.Quentin Colombet2015-07-101-0/+39
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-0/+502
OpenPOWER on IntegriCloud