summaryrefslogtreecommitdiff
path: root/lib/popcountdi2.c
AgeCommit message (Collapse)Author
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov
directory git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201393 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
2009-08-05Next batch of C++ to C comment style changes. Also improve and factor out ↵Edward O'Callaghan
endianness pre-processor code. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78226 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