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