summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.cpp
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[MachineOutliner][AArch64] Add support for saving LR to a registerJessica Paquette
2018-07-27Recommit "Enable MachineOutliner by default under -Oz for AArch64"Jessica Paquette
2018-07-27[MachineOutliner] Exit getOutliningCandidateInfo when we erase all candidatesJessica Paquette
2018-07-27Revert "Enable MachineOutliner by default under -Oz for AArch64"Jessica Paquette
2018-07-27Enable MachineOutliner by default under -Oz for AArch64Jessica Paquette
2018-07-24[MachineOutliner][NFC] Move target frame info into OutlinedFunctionJessica Paquette
2018-07-24[MachineOutliner][NFC] Make Candidates own their call informationJessica Paquette
2018-07-07[MachineOutliner] Assert that Liveness tracking is accurate (NFC)Yvan Roux
2018-07-04[MachineOutliner] Fix typo in getOutliningCandidateInfo function nameYvan Roux
2018-06-27[MachineOutliner] Don't outline sequences where x16/x17/nzcv are live acrossJessica Paquette
2018-06-19[MachineOutliner] NFC: Remove insertOutlinerPrologue, rename insertOutlinerEp...Jessica Paquette
2018-06-04[MachineOutliner] NFC - Move intermediate data structures to MachineOutliner.hJessica Paquette
2018-05-22Delete unused variable from r333015.Eli Friedman
2018-05-22[MachineOutliner] Add "thunk" outlining for AArch64.Eli Friedman
2018-05-18[MachineOutliner] Count savings from outlining in bytes.Eli Friedman
2018-05-16[MachineOutliner] Don't outline instructions that modify SP.Eli Friedman
2018-05-16[MachineOutliner] Don't save/restore LR for tail calls.Eli Friedman
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-27[MachineOutliner] Add defs to calls + don't track liveness on outlined functionsJessica Paquette
2018-04-27[MachineOutliner] Don't outline from functions with a section marking.Eli Friedman
2018-04-24[MachineOutliner] Check for explicit uses of LR/W30 in MI operandsJessica Paquette
2018-04-20[MachineOutliner] Change B instruction for tail calls to TCRETURNdiJessica Paquette
2018-04-03[MachineOutliner] Keep track of fns that use a redzone in AArch64FunctionInfoJessica Paquette
2018-03-28[MachineOutliner] Simplify call outlining + require valid callee save info fo...Jessica Paquette
2018-03-27[MachineOutliner] AArch64: Don't outline ADRPs with un-outlinable operandsJessica Paquette
2018-03-19[MachineOutliner] AArch64: Emit CFI instructions when outlining callsJessica Paquette
2018-03-16[MachineOutliner] Make KILLs invisibleJessica Paquette
2018-03-15[AArch64] Adjust the cost model for Exynos M3Evandro Menezes
2018-02-09[AArch64] Refactor stand alone methods (NFC)Evandro Menezes
2018-01-30[AArch64] Add new target feature to handle cheap as move for ExynosEvandro Menezes
2018-01-30[AArch64] Add pipeline model for Exynos M3Evandro Menezes
2018-01-29[AArch64] Generate the CASP instruction for 128-bit cmpxchgOliver Stannard
2018-01-13[MachineOutliner] Move hasAddressTaken check to MachineOutliner.cppJessica Paquette
2018-01-10[MachineOutliner] Outline ADRPsJessica Paquette
2018-01-09[MachineOutliner] AArch64: Handle instrs that use SP and will never need fixupsJessica Paquette
2017-12-27[AArch64] Change order of candidate FMLS patternsMatthew Simpson
2017-12-18[MachineOutliner][NFC] Gardening: use std::any_of instead of bool + loopJessica Paquette
2017-12-18[MachineOutliner] Recommit r320229Jessica Paquette
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-15[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...Francis Visoiu Mistrih
2017-12-13Reverted r320229. It broke tests on builder llvm-clang-x86_64-expensive-check...Galina Kistanova
2017-12-09[MachineOutliner] Outline callsJessica Paquette
2017-12-07[MachineOutliner] Fix offset overflow checkJessica Paquette
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-06[AArch64] Add patterns to replace fsub fmul with fma fneg.Florian Hahn
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie