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
/
Assemble.cc
Age
Commit message (
Expand
)
Author
2012-10-25
A few more MIPS fixes. Emulator boots up with black screen.
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-06-21
Fix a bunch of lint.
Elliott Hughes
2012-06-12
Convince tsan that the card table isn't a problem.
Elliott Hughes
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-12
Method prologue and epilogues, add missing x86 functionality.
Ian Rogers
2012-03-11
Make code buffer units 8bit rather than 16bit.
Ian Rogers
2012-03-07
Unify branch flags, pretty printer for OpKind.
Ian Rogers
2012-03-05
x86 codegen source file skeletons
buzbee
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