1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include
Jim Grosbach d6da133b85 In Thumb1, the register scavenger is not always able to use an emergency
spill slot. When frame references are via the frame pointer, they will be
negative, but Thumb1 load/store instructions only allow positive immediate
offsets. Instead, Thumb1 will spill to R12.

llvm-svn: 83336
2009-10-05 22:30:23 +00:00
..
llvm In Thumb1, the register scavenger is not always able to use an emergency 2009-10-05 22:30:23 +00:00
llvm-c Add C API calls for building FNeg operations. Patch by KS Sreeram! 2009-09-28 21:51:41 +00:00