Skip to content

Commit

Permalink
chore: renamed iFunctions -> runtimeFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jul 2, 2024
1 parent 2e9db81 commit d07ed0c
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions rtlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

# Runtime library sources and build flags.
set(DiscoPoP_SOURCES
iFunctions.cpp
iFunctionsGlobals.cpp
runtimeFunctions.cpp
runtimeFunctionsGlobals.cpp

memory/MemoryManager.cpp
memory/Signature.cpp
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_add_bb_deps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_alloca.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "../DPTypes.hpp"
#include "../DPUtils.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_decl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_delete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_finalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_func_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_func_exit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_incr_taken_branch_counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

namespace __dp {

Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_loop_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_loop_exit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_loop_incr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

namespace __dp {

Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_loop_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../loop/LoopInfo.hpp"

Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_new.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_report_bb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/injected_functions/dp_report_bb_pair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "../DPTypes.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include <fstream>
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions rtlib/injected_functions/dp_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "../DPTypes.hpp"

#include "../iFunctions.hpp"
#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctions.hpp"
#include "../runtimeFunctionsGlobals.hpp"

#include "../../share/include/debug_print.hpp"
#include "../../share/include/timer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion rtlib/memory/MemoryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "MemoryManager.hpp"

#include "../iFunctionsGlobals.hpp"
#include "../runtimeFunctionsGlobals.hpp"

std::string __dp::MemoryManager::allocate_memory(const LID line_id, const ADDR start_address, const ADDR end_address,
const std::int64_t number_bytes, const std::int64_t number_elements) {
Expand Down
4 changes: 2 additions & 2 deletions rtlib/iFunctions.cpp → rtlib/runtimeFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*
*/

#include "iFunctions.hpp"
#include "iFunctionsGlobals.hpp"
#include "runtimeFunctions.hpp"
#include "runtimeFunctionsGlobals.hpp"

#include "DPUtils.hpp"

Expand Down
2 changes: 1 addition & 1 deletion rtlib/iFunctions.hpp → rtlib/runtimeFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma once

#include "DPTypes.hpp"
#include "iFunctionsTypes.hpp"
#include "runtimeFunctionsTypes.hpp"
#include "memory/AbstractShadow.hpp"

#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
*/

#include "iFunctionsGlobals.hpp"
#include "runtimeFunctionsGlobals.hpp"

bool USE_PERFECT = true;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma once

#include "../share/include/timer.hpp"
#include "iFunctionsTypes.hpp"
#include "runtimeFunctionsTypes.hpp"
#include "memory/AbstractShadow.hpp"

#include <pthread.h>
Expand Down
File renamed without changes.

0 comments on commit d07ed0c

Please sign in to comment.