| commit | 9e47ead5941de1383142249470366e51caa4460d | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Aug 31 04:44:06 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Aug 31 04:44:06 2007 +0000 |
| tree | 70e3d1cec526c6e9451f65eff94be859c054c12c | |
| parent | 1eec6601d9f3bcc7d571814cbb371600607baf01 [diff] |
Implement codegen support for lowering "library builtins" like __builtin_isinf to their corresponding library routines (e.g. isinf). This allows us to handle all the stuff in macos math.h, and other stuff as it's added to *Builtins.def. llvm-svn: 41634