Files
clang-p2996/llvm/test/CodeGen/AArch64
Jessica Paquette 8bda1881ca [MachineOutliner] Add support for target-default outlining.
This adds functionality to the outliner that allows targets to
specify certain functions that should be outlined from by default.

If a target supports default outlining, then it specifies that in
its TargetOptions. In the case that it does, and the user hasn't
specified that they *never* want to outline, the outliner will
be added to the pass pipeline and will run on those default functions.

This is a preliminary patch for turning the outliner on by default
under -Oz for AArch64.

https://reviews.llvm.org/D48776

llvm-svn: 336040
2018-06-30 03:56:03 +00:00
..
2017-06-01 14:24:31 +00:00
2018-02-26 23:19:25 +00:00
2017-05-23 06:08:37 +00:00
2018-02-26 23:19:25 +00:00
2018-02-16 20:00:57 +00:00