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