summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2017-02-06 06:04:10 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2017-02-06 06:04:10 +0000
commitd53f34618ba06c19d9a2965c7a5c67296867e3d8 (patch)
treeb7658abd4733426796f347317678f2e6817cfa2d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentbcc85cbcde661e8bf02a5e0c385f9aa509a8dc39 (diff)
[Builtin][ARM] Implement addsf3/__aeabi_fadd for Thumb1
Summary: This patch implements addsf3/__aeabi_fadd in asm for Thumb1. Compared with generic C version (lib/fp_add_impl.inc), it 1. all constants are materialized instead of loading from constant pool 2. no stack spills (C version uses 136 bytes stack space) 3. clz() is called only when necessary. (C version always calls it) Reviewers: compnerd, rengolin, asl Reviewed By: asl Subscribers: efriedma, aemerson, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D29485 llvm-svn: 294172
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions