summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/arm64-ccmp.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-06-27[AArch64] Update successor probabilities after ccmp-conversionMatthew Simpson
2017-05-17Only enable LiveRangeShrink for x86.Dehao Chen
2017-05-12Add LiveRangeShrink pass to shrink live range within BB.Dehao Chen
2017-01-11Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt
2017-01-10CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2016-08-01[AArch64] Register passes so they can be run by llcDiana Picus
2016-07-05Revert r259387: "AArch64: Implement missed conditional compare sequences."Balaram Makam
2016-03-11[AArch64] Don't blindly lower f16/f128 FCCMPs.Ahmed Bougacha
2016-02-01AArch64: Implement missed conditional compare sequences.Balaram Makam
2016-01-23AArch64ISel: Fix ccmp code selection matching deep expressions.Matthias Braun
2016-01-22[AArch64] Cleanup ccmp test check labels. NFC.Ahmed Bougacha
2016-01-22[AArch64] Lower 2-CC FCCMPs (one/ueq) using AND'ed CCs.Ahmed Bougacha
2015-08-21AArch64: Fix testcase of r245640Matthias Braun
2015-08-20AArch64: Fix cmp;ccmp orderingMatthias Braun
2015-08-20AArch64: Do not create CCMP on multiple users.Matthias Braun
2015-07-20MachineScheduler: Restrict macroop fusion to data-dependent instructions.Matthias Braun
2015-07-16AArch64: Implement conditional compare sequence matching.Matthias Braun
2015-06-17Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."Matthias Braun
2015-06-01AArch64: Use CMP;CCMP sequences for and/or/setcc trees.Matthias Braun
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
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover