diff options
Diffstat (limited to '')
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/CodeGen.c (renamed from compiler_and_linker/unsorted/CodeGen.c) | 2 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Exceptions.c (renamed from compiler_and_linker/unsorted/Exceptions.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/FunctionCalls.c (renamed from compiler_and_linker/unsorted/FunctionCalls.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/InstrSelection.c (renamed from compiler_and_linker/unsorted/InstrSelection.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Intrinsics.c (renamed from compiler_and_linker/unsorted/Intrinsics.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Operands.c (renamed from compiler_and_linker/unsorted/Operands.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeAssembly.c (renamed from compiler_and_linker/unsorted/PCodeAssembly.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeListing.c (renamed from compiler_and_linker/unsorted/PCodeListing.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeUtilities.c (renamed from compiler_and_linker/unsorted/PCodeUtilities.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Peephole.c (renamed from compiler_and_linker/unsorted/Peephole.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StackFrame.c (renamed from compiler_and_linker/unsorted/StackFrame.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StructMoves.c (renamed from compiler_and_linker/unsorted/StructMoves.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Switch.c (renamed from compiler_and_linker/unsorted/Switch.c) | 0 | ||||
-rw-r--r-- | compiler_and_linker/BackEnd/PowerPC/CodeGenerator/TOC.c (renamed from compiler_and_linker/unsorted/TOC.c) | 0 |
14 files changed, 1 insertions, 1 deletions
diff --git a/compiler_and_linker/unsorted/CodeGen.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/CodeGen.c index 986bddc..d3bac77 100644 --- a/compiler_and_linker/unsorted/CodeGen.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/CodeGen.c @@ -13,7 +13,7 @@ #include "compiler/CPrepTokenizer.h" #include "compiler/Coloring.h" #include "compiler/CompilerTools.h" -#include "compiler/uDump.h" +#include "compiler/DumpIR.h" #include "compiler/Exceptions.h" #include "compiler/InlineAsmPPC.h" #include "compiler/Intrinsics.h" diff --git a/compiler_and_linker/unsorted/Exceptions.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Exceptions.c index 14627cf..14627cf 100644 --- a/compiler_and_linker/unsorted/Exceptions.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Exceptions.c diff --git a/compiler_and_linker/unsorted/FunctionCalls.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/FunctionCalls.c index 67d7443..67d7443 100644 --- a/compiler_and_linker/unsorted/FunctionCalls.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/FunctionCalls.c diff --git a/compiler_and_linker/unsorted/InstrSelection.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/InstrSelection.c index 359c980..359c980 100644 --- a/compiler_and_linker/unsorted/InstrSelection.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/InstrSelection.c diff --git a/compiler_and_linker/unsorted/Intrinsics.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Intrinsics.c index 49334b8..49334b8 100644 --- a/compiler_and_linker/unsorted/Intrinsics.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Intrinsics.c diff --git a/compiler_and_linker/unsorted/Operands.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Operands.c index c5da285..c5da285 100644 --- a/compiler_and_linker/unsorted/Operands.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Operands.c diff --git a/compiler_and_linker/unsorted/PCodeAssembly.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeAssembly.c index 368f8c5..368f8c5 100644 --- a/compiler_and_linker/unsorted/PCodeAssembly.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeAssembly.c diff --git a/compiler_and_linker/unsorted/PCodeListing.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeListing.c index 7a9fa13..7a9fa13 100644 --- a/compiler_and_linker/unsorted/PCodeListing.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeListing.c diff --git a/compiler_and_linker/unsorted/PCodeUtilities.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeUtilities.c index b1f8ffb..b1f8ffb 100644 --- a/compiler_and_linker/unsorted/PCodeUtilities.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/PCodeUtilities.c diff --git a/compiler_and_linker/unsorted/Peephole.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Peephole.c index 151e448..151e448 100644 --- a/compiler_and_linker/unsorted/Peephole.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Peephole.c diff --git a/compiler_and_linker/unsorted/StackFrame.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StackFrame.c index 6fa4524..6fa4524 100644 --- a/compiler_and_linker/unsorted/StackFrame.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StackFrame.c diff --git a/compiler_and_linker/unsorted/StructMoves.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StructMoves.c index 7c28b88..7c28b88 100644 --- a/compiler_and_linker/unsorted/StructMoves.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/StructMoves.c diff --git a/compiler_and_linker/unsorted/Switch.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Switch.c index 4bbd82e..4bbd82e 100644 --- a/compiler_and_linker/unsorted/Switch.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/Switch.c diff --git a/compiler_and_linker/unsorted/TOC.c b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/TOC.c index 7af09e3..7af09e3 100644 --- a/compiler_and_linker/unsorted/TOC.c +++ b/compiler_and_linker/BackEnd/PowerPC/CodeGenerator/TOC.c |