summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/code-placement.ll
AgeCommit message (Expand)Author
2024-02-05[ARM] Convert tests to opaque pointers (NFC)Nikita Popov
2023-05-25[CodeGen][ShrinkWrap] Enable PostShrinkWrap by defaultsgokhale
2023-05-08Revert "[CodeGen][ShrinkWrap] Split restore point"Alan Zhao
2023-05-08[CodeGen][ShrinkWrap] Split restore pointsgokhale
2020-08-27[ARM] Make MachineVerifier more strict about terminatorsSam Parker
2019-08-29Revert [MBP] Disable aggressive loop rotate in plain modeJordan Rupprecht
2019-08-22[MBP] Disable aggressive loop rotate in plain modeGuozhi Wei
2019-08-12Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode"Hans Wennborg
2019-08-08[MBP] Disable aggressive loop rotate in plain modeGuozhi Wei
2019-07-04[ARM] Favour PL/MI over GE/LT when possibleDavid Green
2019-06-14[MBP] Move a latch block with conditional exit and multi predecessors to top ...Guozhi Wei
2017-06-28[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls
2016-10-20Using branch probability to guide critical edge splitting.Dehao Chen
2016-10-19Revert r284545 again as the regression in ppc still exists. There is bug in M...Dehao Chen
2016-10-18Using branch probability to guide critical edge splitting.Dehao Chen
2016-10-18revert r284541.Dehao Chen
2016-10-18Using branch probability to guide critical edge splitting.Dehao Chen
2016-04-05Don't delete empty preheaders in CodeGenPrepare if it would create a critical...Chuang-Yu Cheng
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-01-07Added a late machine instruction copy propagation pass. This catchesEvan Cheng
2011-03-11Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach
2011-03-02Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich
2010-09-27Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen
2010-09-27Don't depend on basic block numbering.Jakob Stoklund Olesen
2010-09-24Enable code placement optimization pass for ARM.Evan Cheng
2010-08-17PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng