summaryrefslogtreecommitdiff
path: root/lib/int_lib.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-161-4/+0
* lib: Add support for library wide utility functions, and make compilerrt_abort()Daniel Dunbar2011-11-161-9/+3
* lib: Remove math.h from int_lib.h, which doesn't appear to be required.Daniel Dunbar2011-11-161-3/+0
* lib: Include float.h in int_lib.h, and eliminate duplicate includes from a nu...Daniel Dunbar2011-11-161-0/+4
* lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ...Daniel Dunbar2011-11-151-0/+1
* lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a ...Daniel Dunbar2011-11-151-4/+4
* lib: Split out int_types.h, for readability.Daniel Dunbar2011-11-151-115/+2
* lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for thi...Daniel Dunbar2011-11-151-0/+11
* Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM...Anton Korobeynikov2011-04-191-7/+0
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-191-0/+7
* Add missing <stdint.h> to build properly on Solaris. Patch by Joakim JohanssonNick Kledzik2011-01-071-0/+1
* license changeHoward Hinnant2010-11-161-2/+2
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-311-0/+7
* Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar2010-03-311-0/+2
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-271-2/+16
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-091-4/+4
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-051-8/+8
* Next batch of C++ to C comment style changes. Also improve and factor out end...Edward O'Callaghan2009-08-051-46/+1
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-051-22/+23
* Refactor out common pre-processor code.Edward O'Callaghan2009-08-041-0/+5
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-031-0/+28
* Initial import of compiler-rt.Daniel Dunbar2009-06-261-0/+143