Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sin: Use unary_decl instead of custom inc file | Jan Vesely | 2017-11-02 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-By: Aaron Watry <awatry@gmail.com> llvm-svn: 317254 | ||||
* | Implement sin builtin for float types | Tom Stellard | 2014-07-23 | 1 | -6/+3 |
| | | | | | | This double version still uses @llvm.sin. llvm-svn: 213762 | ||||
* | Add __CLC_ prefix to all macro definitions in headers | Tom Stellard | 2013-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | libclc was defining and undefing GENTYPE and several other macros with common names in its header files. This was preventing applications from defining macros with identical names as command line arguments to the compiler, because the definitions in the header files were masking the macros defined as compiler arguements. Reviewed-by: Aaron Watry <awatry@gmail.com> llvm-svn: 185838 | ||||
* | Initial commit. | Peter Collingbourne | 2012-01-08 | 1 | -0/+6 |
llvm-svn: 147756 |