summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/mips/MipsLIR.h
AgeCommit message (Expand)Author
2012-11-01Remove all TARGET_[ARM|X86|MIPS] #ifdefs buzbee
2012-10-22More MIPS fixes. Many run-test tests pass. jeffhao
2012-10-18More MIPS fixes. Most basic tests pass. jeffhao
2012-10-12Numerous fixes to MIPS. Basic oatexec works. jeffhao
2012-10-03Fix endianness of compiled code and stacks of stubs for MIPS. jeffhao
2012-09-28Split dex_pc<->native_pc mapping table Bill Buzbee
2012-09-13Prune useless entries from dex to pc map buzbee
2012-08-27Preliminary changes to allow mips target to build. jeffhao
2012-06-07Foundation for Quick LLVM compiler buzbee
2012-05-06[Compiler] Add object ref discovery buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-03-26Compiler intrinsics buzbee
2012-03-14Enable all JNI internal compiler tests on the host. Ian Rogers
2012-03-12Method prologue and epilogues, add missing x86 functionality. Ian Rogers
2012-03-09Stop saying "typedef struct" and "typedef enum". Elliott Hughes
2012-03-06Dummy up MOV instructions, add/tweak comments. Ian Rogers
2012-03-05Fix MIPS comment typo. Ian Rogers
2012-03-04Complete MIPS code generation support buzbee
2012-03-03MIPS switch table support buzbee
2012-03-02More MIPS support buzbee
2012-03-02Multi-target Codegen cleanup buzbee
2012-03-01Change assembler to use byte instruction lengths buzbee
2012-03-01Another step towards a Mips target buzbee
2012-02-29More target-independence buzbee
2012-02-26Multi-target support buzbee