Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -40/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | Mechanical change to sink a #ifdef guard for a platform below the | Chandler Carruth | 2012-06-22 | 1 | -2/+2 |
| | | | | | | | | | | | include of int_lib.h. The purpose of this change is to make the C code conform to the pedantic rules of C99 -- an empty translation unit is not valid. It should have absolutely no functional impact, and changes nothing about the built libraries. llvm-svn: 159034 | ||||
* | lib: Eliminate direct include of stdlib.h from files that used to (potentially) | Daniel Dunbar | 2011-11-16 | 1 | -1/+0 |
| | | | | | | need it for compilerrt_abort(). llvm-svn: 144752 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | Use a private compilerrt_abort() define instead of calling abort directly. | Daniel Dunbar | 2010-03-31 | 1 | -2/+2 |
| | | | | | | - Fiddling with abort directly is annoying given the way we use system includes, although it would be nice to fix this so we could make sure calling abort directly is verboten. llvm-svn: 100014 | ||||
* | Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 ↵ | Edward O'Callaghan | 2009-08-09 | 1 | -1/+1 |
| | | | | | | compliant. Comment trailing endifs llvm-svn: 78537 | ||||
* | Fixup C++ style comments are not allowed in ISO C90 to classic C style. | Edward O'Callaghan | 2009-08-05 | 1 | -14/+15 |
| | | | | llvm-svn: 78152 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+40 |
- llvm-svn: 74292 |