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