Skip to content

Commit d07ed0c

Browse files
chore: renamed iFunctions -> runtimeFunctions
1 parent 2e9db81 commit d07ed0c

26 files changed

+33
-33
lines changed

rtlib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# Runtime library sources and build flags.
1414
set(DiscoPoP_SOURCES
15-
iFunctions.cpp
16-
iFunctionsGlobals.cpp
15+
runtimeFunctions.cpp
16+
runtimeFunctionsGlobals.cpp
1717

1818
memory/MemoryManager.cpp
1919
memory/Signature.cpp

rtlib/injected_functions/dp_add_bb_deps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctionsGlobals.hpp"
1616

1717
#include "../../share/include/debug_print.hpp"
1818
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_alloca.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "../DPTypes.hpp"
1414
#include "../DPUtils.hpp"
1515

16-
#include "../iFunctionsGlobals.hpp"
16+
#include "../runtimeFunctionsGlobals.hpp"
1717

1818
#include "../../share/include/debug_print.hpp"
1919
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctionsGlobals.hpp"
1616

1717
#include "../../share/include/debug_print.hpp"
1818
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_decl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctions.hpp"
16-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctions.hpp"
16+
#include "../runtimeFunctionsGlobals.hpp"
1717

1818
#include "../../share/include/debug_print.hpp"
1919
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_delete.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctionsGlobals.hpp"
1616

1717
#include "../../share/include/debug_print.hpp"
1818
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_finalize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctions.hpp"
16-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctions.hpp"
16+
#include "../runtimeFunctionsGlobals.hpp"
1717

1818
#include "../../share/include/debug_print.hpp"
1919
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_func_entry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctions.hpp"
16-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctions.hpp"
16+
#include "../runtimeFunctionsGlobals.hpp"
1717

1818
#include "../../share/include/debug_print.hpp"
1919
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_func_exit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctions.hpp"
16-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctions.hpp"
16+
#include "../runtimeFunctionsGlobals.hpp"
1717

1818
#include "../../share/include/debug_print.hpp"
1919
#include "../../share/include/timer.hpp"

rtlib/injected_functions/dp_incr_taken_branch_counter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "../DPTypes.hpp"
1414

15-
#include "../iFunctionsGlobals.hpp"
15+
#include "../runtimeFunctionsGlobals.hpp"
1616

1717
namespace __dp {
1818

0 commit comments

Comments
 (0)