aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/SerializeAPFloat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-1/+1
| | | | | | | | | make it clearer what the function does. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57325 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
* Implemented generic serialization of APFloat.Ted Kremenek2007-11-071-0/+21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43829 91177308-0d34-0410-b5e6-96231b3b80d8