summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_dataflow.cc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-33/+25
* ART: Vectorization opcode implementation fixesLupusoru, Razvan A2014-09-031-25/+99
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-19/+20
* ART: Add non-temporal store supportJean Christophe Beyler2014-08-261-0/+3
* ART: Extending FlagsOfJean Christophe Beyler2014-08-251-1/+1
* ART: Implement kMirOpNullCheckRazvan A Lupusoru2014-08-201-1/+1
* ART: Add Invokes to DecodedInstructionJean Christophe Beyler2014-07-101-1/+1
* ART: Handle Extended MIRs in a uniform mannerUdayan Banerji2014-07-101-0/+26
* X86 Backend support for vectorized float and byte 16x16 operationsUdayan Banerji2014-07-081-0/+48
* Quick compiler: fix array overrun.buzbee2014-05-311-2/+1
* ART: Setting up cleanupJean Christophe Beyler2014-05-301-1/+1
* ART: Better SSA Allocation when recreating SSAJean Christophe Beyler2014-05-271-28/+28
* Merge "Revert "ART: Better SSA Allocation when recreating SSA""Bill Buzbee2014-05-231-34/+28
|\
| * Revert "ART: Better SSA Allocation when recreating SSA"Bill Buzbee2014-05-231-34/+28
* | Merge "ART: Better SSA Allocation when recreating SSA"Ian Rogers2014-05-231-28/+34
|\ \ | |/
| * ART: Better SSA Allocation when recreating SSAJean Christophe Beyler2014-05-021-28/+34
* | ART: Ensure use counts updated when adding SSA regMark Mendell2014-05-061-1/+7
* | Move DecodedInstruction into MIR.Ian Rogers2014-05-021-4/+4
* | ART: Move oat_data_flow_attributes_ to private and put an APIJean Christophe Beyler2014-05-021-3/+3
|/
* Early inlining of simple methods.Vladimir Marko2014-03-181-1/+1
* Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE.Vladimir Marko2014-03-111-46/+46
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-13/+13
* Enable compiler temporariesRazvan A Lupusoru2014-01-311-2/+2
* Added pass frameworkJean Christophe Beyler2014-01-131-22/+2
* More compile-time tuningbuzbee2013-11-261-58/+54
* Quick compiler compile-time/memory use improvementbuzbee2013-11-141-4/+5
* Revert "Revert "Null check elimination improvement""Bill Buzbee2013-10-301-1/+2
* Revert "Null check elimination improvement"Ian Rogers2013-10-251-2/+1
* Null check elimination improvementbuzbee2013-10-241-1/+2
* 64-bit prepbuzbee2013-10-211-8/+8
* Merge "Compile-time tuning" into dalvik-devbuzbee2013-09-061-2/+2
|\
| * Compile-time tuningbuzbee2013-09-061-2/+2
* | Refactor CompilerDriver::ComputeInvokeInfoIan Rogers2013-09-061-4/+4
* | Disable devirtualization detection in DEX-to-DEX compiler.Sebastien Hertz2013-09-061-1/+1
|/
* New arena memory allocator.Mathieu Chartier2013-08-261-26/+26
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-3/+3
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-30/+15
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1355