Changes in directory llvm/include/llvm/CodeGen:
RuntimeLibcalls.h updated: 1.1 -> 1.2
---
Log message:
Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by
default they call the same libgcc routine. The result of the calls are
"tested" differently.
---
Diffs of the changes: (+
Changes in directory llvm/include/llvm/CodeGen:
RuntimeLibcalls.h added (r1.1)
---
Log message:
- Move RTLIB::Libcall enum to a separate file.
- Code clean up.
---
Diffs of the changes: (+107 -0)
RuntimeLibcalls.h | 107 ++
1 files change