summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/GenCommon.cc
AgeCommit message (Expand)Author
2012-10-22More MIPS fixes. Many run-test tests pass. jeffhao
2012-10-18More MIPS fixes. Fibonacci and ExceptionTest work. 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-25Move thread flags and state into 32bits. Ian Rogers
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-09-13Prune useless entries from dex to pc map buzbee
2012-08-31Remove the THROW_VERIFICATION_ERROR op and supporting code. jeffhao
2012-08-14Global lock levels. Ian Rogers
2012-07-20Numerous fixes to enable PromoteRegs, though it's still broken. jeffhao
2012-07-16Quick compiler, fix wide bug buzbee
2012-07-10Quick compiler - fix run-test 019 buzbee
2012-06-18Fix arguments to throw of ArrayIndexOutOfBounds exception. jeffhao
2012-06-16Invoke support for Quick Compiler buzbee
2012-06-15Fixes for invoke/move-result fusing, recursion bug buzbee
2012-06-13More Quick compiler mir/bb cleanup buzbee
2012-06-13More Quick compiler restructuring buzbee
2012-06-06Restructure to reduce MIR references buzbee
2012-05-25Fix x86 aget-wide compilation to use loadBaseIndexedDisp. jeffhao
2012-05-25Fix x86 compilation of aget-wide when src and dest regs are the same. jeffhao
2012-05-18Fixed x86 compilation of filled-new-array/range. jeffhao
2012-05-15Fix x86 type conversions. test-art-host-oat passes. jeffhao
2012-05-07Fixes to x86 compilation. jeffhao
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-04-19Fixed x86 division and modulus and merged their entry points. jeffhao
2012-04-17Fix stack overflow handling. Elliott Hughes
2012-04-11Special case division by small constants buzbee
2012-04-10Use a shorter x86 CMP encoding for suspend count tests. Elliott Hughes
2012-04-09Check for null array assignments inline. Tidy asm macros. Ian Rogers
2012-04-04More X86 fixes. Ian Rogers
2012-04-04Implement various missing parts of the X86 compiler Ian Rogers
2012-03-30Minor suspend check tweak buzbee
2012-03-29Refactor runtime support. Ian Rogers
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-26Compiler intrinsics buzbee
2012-03-22Stop saying "clazz". Elliott Hughes
2012-03-21Further x86 progress and image creation. Ian Rogers
2012-03-20Custom codegen for small frameless methods. buzbee
2012-03-20Add 3rd argument register to X86. Ian Rogers
2012-03-19Restore card marking, minor tuning buzbee
2012-03-18Refactor callRuntimeHelper Ian Rogers
2012-03-17Loop detection, improved reg allocation buzbee
2012-03-16X86 invocation tidy up. Ian Rogers
2012-03-14Enable all JNI internal compiler tests on the host. Ian Rogers
2012-03-14Real fix for 064 buzbee
2012-03-13SSA rework and support compiler temps in the frame buzbee
2012-03-12Method prologue and epilogues, add missing x86 functionality. Ian Rogers
2012-03-07Unify branch flags, pretty printer for OpKind. Ian Rogers
2012-03-07Fix branch bug (showed up in codegen for debug) buzbee
2012-03-06Move the compiler away from libdex. Elliott Hughes