blob: 023d6135e049b24b55ea7d860dea9dece1acaa87 [file] [log] [blame]
/*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define _CODEGEN_C
#include "../../dalvik.h"
#include "../../compiler_internals.h"
#include "mips_lir.h"
#include "../ralloc.h"
#include "codegen.h"
/* Common codegen building blocks */
#include "../codegen_util.cc"
#include "utility_mips.cc"
#include "../codegen_factory.cc"
#include "../gen_common.cc"
#include "../gen_invoke.cc"
#include "call_mips.cc"
#include "fp_mips.cc"
#include "int_mips.cc"
/* Bitcode conversion */
#include "../method_bitcode.cc"
/* MIR2LIR dispatcher and architectural independent codegen routines */
#include "../method_codegen_driver.cc"
/* Target-independent local optimizations */
#include "../local_optimizations.cc"