Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -350/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | Push back various changes for building Apple's compiler-rt dylib. | Bob Wilson | 2013-11-03 | 1 | -12/+13 |
| | | | | | | These changes had accumulated internally at Apple for no good reason. llvm-svn: 193944 | ||||
* | <rdar://problem/13806954> enable __atomic_* functions for Darwin | Nick Kledzik | 2013-05-21 | 1 | -0/+58 |
| | | | | llvm-svn: 182435 | ||||
* | don't add version info for static library | Nick Kledzik | 2011-04-14 | 1 | -2/+2 |
| | | | | llvm-svn: 129489 | ||||
* | fix typo | Nick Kledzik | 2011-04-12 | 1 | -118/+118 |
| | | | | llvm-svn: 129389 | ||||
* | <rdar://problem/9185449> update version info for arm | Nick Kledzik | 2011-04-12 | 1 | -0/+141 |
| | | | | llvm-svn: 129386 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | 1) Remove cmake-specific #define usage from the exported | Shantonu Sen | 2009-09-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | Block.h/Block_private.h headers, since clients won't know what to set. These are moved into runtime.c as appropriate 2) Use cmake checks for CAS builtins, instead of guessing based on GCC #defines (which aren't set by clang and llvm-gcc anyway) 3) "#pragma mark" isn't supported by FSF gcc, so "#if 0" it out. It should still show up in IDEs that support it 4) Fix some compiler warnings. GCC 4.3.3 seems super strict about %p. function pointers can't be cast to void * either. 5) Avoid a warning for apple_versioning.c that "ISO C does not allow empty files" llvm-svn: 82504 | ||||
* | update make rules so libcompiler-rt can be built for armv6 the Apple way | Nick Kledzik | 2009-09-18 | 1 | -1/+3 |
| | | | | llvm-svn: 82185 | ||||
* | Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 ↵ | Edward O'Callaghan | 2009-08-09 | 1 | -3/+3 |
| | | | | | | compliant. Comment trailing endifs llvm-svn: 78537 | ||||
* | Code style and Readability fixes. Credit to Craig van Vliet. | Edward O'Callaghan | 2009-08-07 | 1 | -14/+13 |
| | | | | llvm-svn: 78403 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+146 |
- llvm-svn: 74292 |