Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move BlocksRuntime to lib/ directory | Alexey Samsonov | 2014-02-14 | 1 | -700/+0 |
| | | | | llvm-svn: 201390 | ||||
* | Fix build with MSVC. | Charles Davis | 2010-04-29 | 1 | -2/+1 |
| | | | | llvm-svn: 102671 | ||||
* | update copyright notices | Blaine Garst | 2010-04-21 | 1 | -1/+1 |
| | | | | llvm-svn: 101986 | ||||
* | Keep on castin', in the name of -pedantic | Shantonu Sen | 2009-09-23 | 1 | -5/+5 |
| | | | | llvm-svn: 82626 | ||||
* | Fix compile time warning: format '%#lx' expects type 'long unsigned int', ↵ | Edward O'Callaghan | 2009-09-23 | 1 | -5/+5 |
| | | | | | | but argument 3 has type 'unsigned int' llvm-svn: 82605 | ||||
* | Improve readability. | Edward O'Callaghan | 2009-09-23 | 1 | -70/+78 |
| | | | | llvm-svn: 82604 | ||||
* | 1) Remove cmake-specific #define usage from the exported | Shantonu Sen | 2009-09-22 | 1 | -24/+34 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers. | Edward O'Callaghan | 2009-09-12 | 1 | -8/+23 |
| | | | | llvm-svn: 81615 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -10/+20 |
| | | | | | | - llvm-svn: 74292 | ||||
* | initial version of the blocks runtime | Blaine Garst | 2009-06-10 | 1 | -0/+658 |
llvm-svn: 73172 |