| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Replace __FUNCTION__ with __func__, the latter being standard ↵ | Reid Kleckner | 2014-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | C99/C++11." This reverts commit r201910. While __func__ may be standard in C++11, it was only recently added to MSVC in 2013 CTP, and LLVM supports MSVC 2012. __FUNCTION__ may not be standard, but it's *very* portable. llvm-svn: 201916 | ||||
| * | Replace __FUNCTION__ with __func__, the latter being standard C99/C++11. | Joerg Sonnenberger | 2014-02-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 201910 | ||||
| * | Introduce CRT_HAS_128BIT, currently for all __LP64__ platforms. | Joerg Sonnenberger | 2014-02-21 | 36 | -73/+77 |
| | | | | | | | Use it to enable the various functions for TI mode. llvm-svn: 201909 | ||||
| * | [CMake] Add top-level target for each compiler-rt library, and add ↵ | Alexey Samsonov | 2014-02-18 | 1 | -0/+5 |
| | | | | | | | 'compiler-rt' target encompassing them all. llvm-svn: 201556 | ||||
| * | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 237 | -0/+13730 |
| directory llvm-svn: 201393 | |||||

