aboutsummaryrefslogtreecommitdiff
path: root/lib/subvsi3.c
AgeCommit message (Collapse)Author
2011-11-16lib: Eliminate direct include of stdlib.h from files that used to (potentially)Daniel Dunbar
need it for compilerrt_abort(). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144752 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-15lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for ↵Daniel Dunbar
this extra complexity. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-19Move abi bits to separate header. Force AAPCS for EABI in accordance with ↵Anton Korobeynikov
ARM RTABI. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129769 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-16license changeHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-31Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar
- Fiddling with abort directly is annoying given the way we use system includes, although it would be nice to fix this so we could make sure calling abort directly is verboten. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@100014 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-05Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78152 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26Initial import of compiler-rt.Daniel Dunbar
- git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8