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