summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/MethodCodegenDriver.cc
AgeCommit message (Expand)Author
2012-06-22Fix missed suspend check. TDYa127
2012-06-21Fix a bunch of lint. Elliott Hughes
2012-06-20Milestone: close Quick side channel communication buzbee
2012-06-16Invoke support for Quick Compiler buzbee
2012-06-15Fixes for invoke/move-result fusing, recursion bug buzbee
2012-06-14Disable move-result fusing buzbee
2012-06-13FP breakage workaround buzbee
2012-06-13More Quick compiler mir/bb cleanup buzbee
2012-06-13More Quick compiler restructuring buzbee
2012-06-07Foundation for Quick LLVM compiler buzbee
2012-06-06Restructure to reduce MIR references buzbee
2012-05-15Fix x86 type conversions. test-art-host-oat passes. jeffhao
2012-05-06[Compiler] Add object ref discovery buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-04-14Add a SafeMap equivalent to std::map but without the error-prone operator[]. Elliott Hughes
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-30Enable the rest of branch fusing buzbee
2012-03-29Branch fusing buzbee
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-26Compiler intrinsics buzbee
2012-03-21Further x86 progress and image creation. Ian Rogers
2012-03-20Custom codegen for small frameless methods. buzbee
2012-03-19oat file patching Brian Carlstrom
2012-03-18Refactor callRuntimeHelper Ian Rogers
2012-03-17Loop detection, improved reg allocation buzbee
2012-03-17Implement direct apk -> boot calling Ian Rogers
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-09Really fix build. Elliott Hughes
2012-03-07Fix branch bug (showed up in codegen for debug) buzbee
2012-03-06Move the compiler away from libdex. Elliott Hughes
2012-03-05x86 source code hack and slash buzbee
2012-03-02More MIPS support buzbee
2012-03-02Multi-target Codegen cleanup buzbee
2012-03-01Another step towards a Mips target buzbee
2012-02-29More target-independence buzbee
2012-02-29Extract method-related information from CompilationUnit. Logan Chien
2012-02-26Multi-target support buzbee