summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix frame size issue with 64-bit"Narayan Kamath2014-09-011-9/+15
|\
| * Fix frame size issue with 64-bitBrian Carlstrom2014-08-291-9/+15
* | Merge "Revert "ART: Prepare for ELF64.""Nicolas Geoffray2014-09-013-274/+171
|\ \ | |/ |/|
| * Revert "ART: Prepare for ELF64."Nicolas Geoffray2014-09-013-274/+171
* | Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86"Ian Rogers2014-08-292-1/+20
|\ \
| * | ART: Address issues with kIntrinsicMinMaxDouble for x86Razvan A Lupusoru2014-08-292-1/+20
* | | Merge "ART: Update CFG dumper to handle extended better"Ian Rogers2014-08-293-59/+255
|\ \ \ | |_|/ |/| |
| * | ART: Update CFG dumper to handle extended betterRazvan A Lupusoru2014-08-293-59/+255
| |/
* / ART: Prepare for ELF64.Tong Shen2014-08-293-171/+274
|/
* Quick compiler: Fix MIPS buildbuzbee2014-08-281-8/+4
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-2633-272/+417
* Merge "Reduce interpret-only compile time."Mathieu Chartier2014-08-271-5/+9
|\
| * Reduce interpret-only compile time.Mathieu Chartier2014-08-261-5/+9
* | Merge "ART: Added dirty flag to optimizations"Ian Rogers2014-08-277-31/+40
|\ \
| * | ART: Added dirty flag to optimizationsJean Christophe Beyler2014-08-267-31/+40
* | | ART: Add capability for a pass to have optionsRazvan A Lupusoru2014-08-267-12/+226
* | | Merge "ART: Add non-temporal store support"Ian Rogers2014-08-2611-9/+72
|\ \ \ | |_|/ |/| |
| * | ART: Add non-temporal store supportJean Christophe Beyler2014-08-2611-9/+72
* | | Merge "ART: Improve error message on oat writer failure"Andreas Gampe2014-08-261-1/+8
|\ \ \ | |/ / |/| |
| * | ART: Improve error message on oat writer failureAndreas Gampe2014-08-261-1/+8
* | | Quick compiler: fix DCHECKbuzbee2014-08-261-10/+10
* | | CheckAndClearResolveException should allow LinkageErrorBrian Carlstrom2014-08-251-1/+2
* | | Merge "ART: Extending FlagsOf"Ian Rogers2014-08-256-15/+93
|\ \ \
| * | | ART: Extending FlagsOfJean Christophe Beyler2014-08-256-15/+93
* | | | Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-2510-111/+336
* | | | Clean up Handle usage.Mathieu Chartier2014-08-232-6/+6
* | | | ART: Clean up compilerAndreas Gampe2014-08-2247-1100/+1440
| |/ / |/| |
* | | Merge "ART: Support MIRGraph constant interface"Ian Rogers2014-08-222-4/+29
|\ \ \ | |/ / |/| |
| * | ART: Support MIRGraph constant interfaceRazvan A Lupusoru2014-08-222-4/+29
* | | Merge "GetDalvikDisassembly should work even without SSA info"Ian Rogers2014-08-221-37/+37
|\ \ \
| * | | GetDalvikDisassembly should work even without SSA infoSerguei Katkov2014-08-211-37/+37
* | | | Merge "ART: Fix frontend to allow possibility of multiple code units"Ian Rogers2014-08-221-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Fix frontend to allow possibility of multiple code unitsRazvan A Lupusoru2014-08-201-3/+3
| | |/ | |/|
* | | Merge "ARM64: Avoid the duplication of condition codes."Ian Rogers2014-08-222-36/+16
|\ \ \
| * | | ARM64: Avoid the duplication of condition codes.Alexandre Rames2014-08-222-36/+16
* | | | Merge "AArch64: Improve MIR to LIR translation for abs"Ian Rogers2014-08-224-8/+27
|\ \ \ \ | |/ / / |/| | |
| * | | AArch64: Improve MIR to LIR translation for absMartyn Capewell2014-08-204-8/+27
* | | | Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()"Ian Rogers2014-08-211-0/+5
|\ \ \ \
| * | | | ART: Remove a BasicBlock's fall_through pointer in Hide()Jean Christophe Beyler2014-08-201-0/+5
| | |/ / | |/| |
* | | | Merge "ART: Implement kMirOpNullCheck"Ian Rogers2014-08-214-2/+32
|\ \ \ \
| * | | | ART: Implement kMirOpNullCheckRazvan A Lupusoru2014-08-204-2/+32
| |/ / /
* | | | Merge "x86: A couple of minor changes for String.indexOf() inlining"Ian Rogers2014-08-211-28/+3
|\ \ \ \
| * | | | x86: A couple of minor changes for String.indexOf() inliningnikolay serdjuk2014-08-111-28/+3
* | | | | Make common BitVector operations inline-able.Ian Rogers2014-08-208-12/+19
| |/ / / |/| | |
* | | | Quick compiler: fix Arm64 inline locking codebuzbee2014-08-201-2/+2
* | | | Merge "Improve GVN performance when merging null-checked values."Vladimir Marko2014-08-164-13/+39
|\ \ \ \
| * | | | Improve GVN performance when merging null-checked values.Vladimir Marko2014-08-194-13/+39
* | | | | Merge "X86: Fix alias info in GenInlinedIndexOf()."Vladimir Marko2014-08-161-4/+6
|\ \ \ \ \
| * | | | | X86: Fix alias info in GenInlinedIndexOf().Vladimir Marko2014-08-191-4/+6
| |/ / / /
* | | | / Fix bug introduced in https://android-review.googlesource.com/102610.Nicolas Geoffray2014-08-201-1/+1
| |_|_|/ |/| | |