| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Finish int_math.h definitions using compiler builtins and eliminate | Daniel Dunbar | 2011-11-16 | 1 | -4/+0 |
* | lib: Add support for library wide utility functions, and make compilerrt_abort() | Daniel Dunbar | 2011-11-16 | 1 | -9/+3 |
* | lib: Remove math.h from int_lib.h, which doesn't appear to be required. | Daniel Dunbar | 2011-11-16 | 1 | -3/+0 |
* | lib: Include float.h in int_lib.h, and eliminate duplicate includes from a nu... | Daniel Dunbar | 2011-11-16 | 1 | -0/+4 |
* | lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ... | Daniel Dunbar | 2011-11-15 | 1 | -0/+1 |
* | lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a ... | Daniel Dunbar | 2011-11-15 | 1 | -4/+4 |
* | lib: Split out int_types.h, for readability. | Daniel Dunbar | 2011-11-15 | 1 | -115/+2 |
* | lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for thi... | Daniel Dunbar | 2011-11-15 | 1 | -0/+11 |
* | Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM... | Anton Korobeynikov | 2011-04-19 | 1 | -7/+0 |
* | Add ARM EABI function aliases to routines | Anton Korobeynikov | 2011-04-19 | 1 | -0/+7 |
* | Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson | Nick Kledzik | 2011-01-07 | 1 | -0/+1 |
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
* | Add new build option KERNEL_USE, which compiles with -mkernel and gets propog... | Daniel Dunbar | 2010-03-31 | 1 | -0/+7 |
* | Use a private compilerrt_abort() define instead of calling abort directly. | Daniel Dunbar | 2010-03-31 | 1 | -0/+2 |
* | Remove duplicate copy of int_lib.h, and update test script to find copy insid... | Daniel Dunbar | 2009-10-27 | 1 | -2/+16 |
* | Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c... | Edward O'Callaghan | 2009-08-09 | 1 | -4/+4 |
* | Refactor test suit endianness pre-processor code. More style and readability ... | Edward O'Callaghan | 2009-08-05 | 1 | -8/+8 |
* | Next batch of C++ to C comment style changes. Also improve and factor out end... | Edward O'Callaghan | 2009-08-05 | 1 | -46/+1 |
* | Start porting compiler-rt testsuit to Solaris with new build system. Fix some... | Edward O'Callaghan | 2009-08-05 | 1 | -22/+23 |
* | Refactor out common pre-processor code. | Edward O'Callaghan | 2009-08-04 | 1 | -0/+5 |
* | Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p... | Edward O'Callaghan | 2009-08-03 | 1 | -0/+28 |
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 1 | -0/+143 |