summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/apple_versioning.c
Commit message (Collapse)AuthorAgeFilesLines
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-350/+0
| | | | | | directory llvm-svn: 201393
* Push back various changes for building Apple's compiler-rt dylib.Bob Wilson2013-11-031-12/+13
| | | | | | These changes had accumulated internally at Apple for no good reason. llvm-svn: 193944
* <rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik2013-05-211-0/+58
| | | | llvm-svn: 182435
* don't add version info for static libraryNick Kledzik2011-04-141-2/+2
| | | | llvm-svn: 129489
* fix typoNick Kledzik2011-04-121-118/+118
| | | | llvm-svn: 129389
* <rdar://problem/9185449> update version info for armNick Kledzik2011-04-121-0/+141
| | | | llvm-svn: 129386
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119397
* 1) Remove cmake-specific #define usage from the exportedShantonu Sen2009-09-221-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 wayNick Kledzik2009-09-181-1/+3
| | | | llvm-svn: 82185
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 ↵Edward O'Callaghan2009-08-091-3/+3
| | | | | | compliant. Comment trailing endifs llvm-svn: 78537
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-071-14/+13
| | | | llvm-svn: 78403
* Initial import of compiler-rt.Daniel Dunbar2009-06-261-0/+146
- llvm-svn: 74292
OpenPOWER on IntegriCloud