Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
6a3c1fcb4ba42ad4d5d142c17a3712a6ddd3866f
/
compiler
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
c6e0955
Merge "Some improvement to reg alloc."
by Mingyao Yang
· 10 years ago
296bd60
Some improvement to reg alloc.
by Mingyao Yang
· 10 years ago
2810f92
Disable kNoOutputOverlap optimization.
by Nicolas Geoffray
· 10 years ago
a9014f9
Merge "Support for CONST_STRING in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7d4ecd5
Avoid signed integer overflow.
by Ian Rogers
· 10 years ago
99f84c4
Remove bogus compiler flag from libart-compiler.
by Ian Rogers
· 10 years ago
a8825e4
Merge "ARM: Generate $t mapping symbol to indicate thumb2 code"
by Ian Rogers
· 10 years ago
263f20b
Merge "Tidy and reduce ART library dependencies on the host."
by Ian Rogers
· 10 years ago
26dcecb
Merge "Follow-up CL after hard float changes."
by Nicolas Geoffray
· 10 years ago
872dd82
Tidy and reduce ART library dependencies on the host.
by Ian Rogers
· 10 years ago
0a6c459
Fix for long parameter passed both in stack and register.
by Nicolas Geoffray
· 10 years ago
f973455
ARM: Generate $t mapping symbol to indicate thumb2 code
by Ningsheng Jian
· 10 years ago
42d641b
Opt compiler: Add ARM64 support for the Mul IR.
by Alexandre Rames
· 10 years ago
19a19cf
Add support for static fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7c049c1
Merge "Remove useless suspend points from arm/arm64 AGET/APUT."
by Vladimir Marko
· 10 years ago
7c4954d
[optimizing compiler] Add division for floats and doubles
by Calin Juravle
· 10 years ago
fb311f8
Remove useless suspend points from arm/arm64 AGET/APUT.
by Vladimir Marko
· 10 years ago
4816ecf
Merge "Add long bitwise not instruction in the optimizing compiler."
by Roland Levillain
· 10 years ago
3c03503
Follow-up CL after hard float changes.
by Nicolas Geoffray
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
4985fdf
Merge "Rewrite class initialization check elimination."
by Vladimir Marko
· 10 years ago
7056643
Add long bitwise not instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 10 years ago
1ef3495
Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs."
by Vladimir Marko
· 10 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
b62ff57
Merge "ART: Add div/rem zero check elimination flag"
by Ian Rogers
· 10 years ago
8fe0e35
ART: Prevent float inference back to SSA in-regs.
by Stephen Kyle
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
b5de00f
Fix encoding of imul in x86_64 assembler.
by Nicolas Geoffray
· 10 years ago
64727ae
Merge "Revert "Revert "Implement long negate instruction in the optimizing compiler."""
by Roland Levillain
· 10 years ago
32da24b
Merge "Fix wrong unsigned to signed conversions."
by Nicolas Geoffray
· 10 years ago
2e07b4f
Revert "Revert "Implement long negate instruction in the optimizing compiler.""
by Roland Levillain
· 10 years ago
8d6ae52
Fix wrong unsigned to signed conversions.
by Nicolas Geoffray
· 10 years ago
b4e1a4d
Merge "ART: Add basic tests for materialized conditions."
by Nicolas Geoffray
· 10 years ago
30ca3d8
Revert "Implement long negate instruction in the optimizing compiler."
by Roland Levillain
· 10 years ago
9273074
ART: Add basic tests for materialized conditions.
by Alexandre Rames
· 10 years ago
a4426cf
Quick: Fix wide Phi detection in GVN, clean up INVOKEs.
by Vladimir Marko
· 10 years ago
66ce173
Implement long negate instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
096cc02
[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes
by Calin Juravle
· 10 years ago
1135168
[optimizing compiler] Add float/double subtraction
by Calin Juravle
· 10 years ago
5319def
ART: optimizing compiler: initial support for ARM64.
by Alexandre Rames
· 10 years ago
039b6e2
Remove obsolete TODOs from codegen tests
by Calin Juravle
· 10 years ago
1122c7f
Merge "Implement int bit-wise not operation in the optimizing compiler."
by Roland Levillain
· 10 years ago
1cc5f251
Implement int bit-wise not operation in the optimizing compiler.
by Roland Levillain
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
aea6888
Merge "Tidy up logging."
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
b08f4dc
Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1"
by Vladimir Marko
· 10 years ago
48dee04
Minor fix in codegen tests.
by Calin Juravle
· 10 years ago
b5bfa96
Add multiplication for floats/doubles in optimizing compiler
by Calin Juravle
· 10 years ago
a3d05a4
Implement array creation related DEX instructions.
by Nicolas Geoffray
· 10 years ago
a65c1db
X86 Long Min/Max: Avoid calling SRegToVReg with -1
by Mark Mendell
· 10 years ago
965ac7e
Merge "Various fixes related to integer negate operations."
by Roland Levillain
· 10 years ago
b762d2e
Various fixes related to integer negate operations.
by Roland Levillain
· 10 years ago
1f897b9
Fix register_allocator_test after reg alloc changes.
by Nicolas Geoffray
· 10 years ago
c8147a7
Fix off by one errors in linear scan register allocator.
by Nicolas Geoffray
· 10 years ago
8d2c23e
Merge "Implement register allocator for floating point registers."
by Nicolas Geoffray
· 10 years ago
102cbed
Implement register allocator for floating point registers.
by Nicolas Geoffray
· 10 years ago
f628193
Merge "Enable generic JNI for x86 and ARM when interpret-only."
by Ian Rogers
· 10 years ago
a4a3f40
Enable generic JNI for x86 and ARM when interpret-only.
by Ian Rogers
· 10 years ago
07f5c5e
Merge "Constant folding on unary operations in the optimizing compiler."
by Roland Levillain
· 10 years ago
fdc3173
Merge "Implement int negate instruction in the optimizing compiler."
by Roland Levillain
· 10 years ago
9240d6a
Constant folding on unary operations in the optimizing compiler.
by Roland Levillain
· 10 years ago
88cb175
Implement int negate instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
8e3964b
Remove the notion of dies at entry.
by Nicolas Geoffray
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
1e642b5
Merge "Have HInstruction::StrictlyDominates compute strict dominance."
by Roland Levillain
· 10 years ago
570d5dd
Merge "Revert "Revert "Introduce a class to implement optimization passes."""
by Roland Levillain
· 10 years ago
e09c0fc
Merge "Rename arm64 `Register` to `XRegister`."
by Nicolas Geoffray
· 10 years ago
c6b5c6c
Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests."
by Nicolas Geoffray
· 10 years ago
6c82d40
Have HInstruction::StrictlyDominates compute strict dominance.
by Roland Levillain
· 10 years ago
75be283
Revert "Revert "Introduce a class to implement optimization passes.""
by Roland Levillain
· 10 years ago
415ac88
Quick: In GVN, apply modifications early if outside loop.
by Vladimir Marko
· 10 years ago
37c92df
Rename arm64 `Register` to `XRegister`.
by Alexandre Rames
· 10 years ago
a304f97
Rework arm64 register codes and fix Arm64ManagedRegister tests.
by Alexandre Rames
· 10 years ago
34bacdf
Add multiplication for integral types
by Calin Juravle
· 10 years ago
0b5d851
Merge "Some code clean-up."
by Ian Rogers
· 10 years ago
d4c4d95
Some code clean-up.
by Ian Rogers
· 10 years ago
dddb8d8
Merge "dex2oat: Add a --compile-pic option"
by Igor Murashkin
· 10 years ago
b3f18cf
Merge "Make ART compile with GCC -O0 again."
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
d6dee67
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
4ffed25
Merge "Quick: Avoid node iteration for passes that don't need it."
by Vladimir Marko
· 10 years ago
9ab7816
Merge "Quick: Handle kMirOpNullCheck in LVN/GVN."
by Vladimir Marko
· 10 years ago
dc43794
Merge "Don't use assembler classes in code_generator.h."
by Nicolas Geoffray
· 10 years ago
92a73ae
Don't use assembler classes in code_generator.h.
by Nicolas Geoffray
· 10 years ago
ec2ea6f
Merge "Implement default traversals in CFG & SSA graph checkers."
by Roland Levillain
· 10 years ago
c15c406
Merge "Improve art::SSAChecker::VisitInstruction."
by Roland Levillain
· 10 years ago
dd36b42
Merge "Do not remove NullChecks & BoundsChecks in HDeadCodeElimination."
by Roland Levillain
· 10 years ago
1604027
Merge "Turn constant conditional jumps into unconditional jumps."
by Roland Levillain
· 10 years ago
a78e66a
Quick: Handle kMirOpNullCheck in LVN/GVN.
by Vladimir Marko
· 10 years ago
312eb25
Quick: Improve the BBCombine pass.
by Vladimir Marko
· 10 years ago
7baa6f8
Rewrite null check elimination to work on dalvik regs.
by Vladimir Marko
· 10 years ago
aa7b8a3
Quick: Avoid node iteration for passes that don't need it.
by Vladimir Marko
· 10 years ago
423b137
ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK
by Yevgeny Rouban
· 10 years ago
Next »