Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests for BlocksRuntime and builtins to corresponding directories under ↵ | Alexey Samsonov | 2014-02-14 | 158 | -166558/+0 |
| | | | | | | test/ llvm-svn: 201396 | ||||
* | Both OpenBSD and Bitrig need to include machine/endian.h to get the | Eric Christopher | 2012-09-20 | 1 | -0/+15 |
| | | | | | | | | _BYTE_ORDER define. Patch by David Hill. llvm-svn: 164286 | ||||
* | Remove the old, and non-functional CMake build system from CompilerRT. | Chandler Carruth | 2012-04-04 | 1 | -9/+0 |
| | | | | | | | | | I cannot build any part of this successfully on either Linux or Darwin, and the replacement is worlds simpler by requiring that this be built as a subproject of LLVM. If this breaks you for any reason, please let me know, and let me know what your use case is. llvm-svn: 154059 | ||||
* | Add some basic mingw support. | Anton Korobeynikov | 2012-01-12 | 2 | -9/+41 |
| | | | | | | Patch by Ruben Van Boxem! llvm-svn: 148048 | ||||
* | Fix build on minix. Patch by Ben Gras! | Rafael Espindola | 2012-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 147632 | ||||
* | Implement mulo<mode>4 for use in signed overflow checking. | Eric Christopher | 2011-06-17 | 3 | -0/+614 |
| | | | | | | Fixes rdar://9219742 and rdar://9218244 llvm-svn: 133284 | ||||
* | If a test case is not compiled on a specific platform, print "skipped" | Joerg Sonnenberger | 2011-05-29 | 80 | -2/+160 |
| | | | | | | to stdout. This helps identifying missing coverage on a given platform. llvm-svn: 132300 | ||||
* | <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM | Nick Kledzik | 2011-03-17 | 2 | -0/+132 |
| | | | | llvm-svn: 127778 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 141 | -282/+282 |
| | | | | llvm-svn: 119397 | ||||
* | Tests for soft-float comparison functions | Stephen Canon | 2010-07-01 | 2 | -0/+958 |
| | | | | llvm-svn: 107414 | ||||
* | Add support for "platform" configurations, which define a suite of compiler-rt | Daniel Dunbar | 2010-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | libraries to generate. - Each library may be built with different flags and for different architectures, and there is support for building Darwin style fat archives. - Uses an ambituous amount of make programming, but should be hidden to users and developers. llvm-svn: 93720 | ||||
* | Unbreak trampoline test. | Daniel Dunbar | 2010-01-18 | 1 | -4/+9 |
| | | | | llvm-svn: 93711 | ||||
* | Nested function test in compiler-rt should not be run under Clang. | Edward O'Callaghan | 2009-10-29 | 1 | -19/+28 |
| | | | | llvm-svn: 85456 | ||||
* | Work around strictness in gcc 4.4.1 casting a function pointer to void * | Shantonu Sen | 2009-10-28 | 2 | -11/+11 |
| | | | | llvm-svn: 85397 | ||||
* | Add stdlib.h for rand() prototype | Shantonu Sen | 2009-10-28 | 3 | -0/+3 |
| | | | | llvm-svn: 85396 | ||||
* | Fix tests broken by removal of de-anonyomizing structs. | Daniel Dunbar | 2009-10-27 | 34 | -47/+48 |
| | | | | llvm-svn: 85261 | ||||
* | Remove duplicate copy of int_lib.h, and update test script to find copy ↵ | Daniel Dunbar | 2009-10-27 | 2 | -169/+10 |
| | | | | | | | | inside lib/. Also, fix some brokenness in the test script w.r.t REMOTE. llvm-svn: 85260 | ||||
* | Comment out broken tests and make the rest build in cmake build system. | Edward O'Callaghan | 2009-10-17 | 3 | -44/+39 |
| | | | | llvm-svn: 84330 | ||||
* | add conversion functions and test cases for ARM | Nick Kledzik | 2009-09-14 | 10 | -0/+480 |
| | | | | llvm-svn: 81809 | ||||
* | add comparison functions for ARM | Nick Kledzik | 2009-09-12 | 18 | -0/+876 |
| | | | | llvm-svn: 81597 | ||||
* | rename files | Nick Kledzik | 2009-09-11 | 8 | -372/+0 |
| | | | | llvm-svn: 81572 | ||||
* | add _test in file names | Nick Kledzik | 2009-09-11 | 8 | -0/+372 |
| | | | | llvm-svn: 81561 | ||||
* | start adding implementation of arm *vfp routines with test cases | Nick Kledzik | 2009-09-11 | 9 | -12/+402 |
| | | | | llvm-svn: 81558 | ||||
* | use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm | Nick Kledzik | 2009-09-11 | 6 | -20/+21 |
| | | | | llvm-svn: 81552 | ||||
* | Use -lc -lm to link with (in tests) on non-Darwin. | Daniel Dunbar | 2009-09-03 | 1 | -1/+4 |
| | | | | llvm-svn: 80939 | ||||
* | Don't use -arch on non-Darwin. | Daniel Dunbar | 2009-09-03 | 1 | -2/+13 |
| | | | | llvm-svn: 80938 | ||||
* | Convert tabs to spaces. | Daniel Dunbar | 2009-09-03 | 1 | -32/+32 |
| | | | | llvm-svn: 80937 | ||||
* | Add support for ellcc, Credit to Richard Pennington. | Edward O'Callaghan | 2009-08-18 | 1 | -1/+1 |
| | | | | llvm-svn: 79332 | ||||
* | Fix testsuit build on linux. | Edward O'Callaghan | 2009-08-18 | 1 | -1/+1 |
| | | | | llvm-svn: 79331 | ||||
* | Fix pre-processor mistake for BSDs in endianness.h | Edward O'Callaghan | 2009-08-18 | 1 | -1/+1 |
| | | | | llvm-svn: 79330 | ||||
* | Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 ↵ | Edward O'Callaghan | 2009-08-09 | 1 | -103/+0 |
| | | | | | | compliant. Comment trailing endifs llvm-svn: 78537 | ||||
* | Fix signedness warning in mprotect call, Clean up and improve endianness.h ↵ | Edward O'Callaghan | 2009-08-08 | 1 | -25/+54 |
| | | | | | | header. llvm-svn: 78451 | ||||
* | Forgot to add new endianness.h header file. | Edward O'Callaghan | 2009-08-05 | 1 | -0/+65 |
| | | | | llvm-svn: 78235 | ||||
* | Refactor test suit endianness pre-processor code. More style and readability ↵ | Edward O'Callaghan | 2009-08-05 | 1 | -67/+28 |
| | | | | | | fixes, start labling endif's llvm-svn: 78234 | ||||
* | Start porting compiler-rt testsuit to Solaris with new build system. Fix ↵ | Edward O'Callaghan | 2009-08-05 | 2 | -108/+130 |
| | | | | | | some C++ style comments which are not allowed in ISO C90. llvm-svn: 78143 | ||||
* | Initial import of CMake type build system. Just like the rest of llvm.. | Edward O'Callaghan | 2009-08-03 | 2 | -0/+118 |
| | | | | llvm-svn: 77933 | ||||
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 115 | -0/+162951 |
- llvm-svn: 74292 |