llvm-project/llvm/include
Tim Northover f1450d8d7c Refactor to expose RTLIB calls to targets.
fp128 is almost but not quite completely illegal as a type on AArch64. As a
result it needs to have a register class (for argument passing mainly), but all
operations need to be lowered to runtime calls. Currently there's no way for
targets to do this (without duplicating code), as the relevant functions are
hidden in SelectionDAG. This patch changes that.

llvm-svn: 171971
2013-01-09 13:18:15 +00:00
..
llvm Refactor to expose RTLIB calls to targets. 2013-01-09 13:18:15 +00:00
llvm-c Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00