Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
bf9cd7ba2118a75f5aa9b56241c4d5fa00dedeb8
bf9cd7b
Introduce a class to implement optimization passes.
by Roland Levillain
· 10 years ago
34bb808
Merge "Make the script bash because it uses PIPESTATUS."
by Nicolas Geoffray
· 10 years ago
e7d6662
Make the script bash because it uses PIPESTATUS.
by Nicolas Geoffray
· 10 years ago
f4696b8
Merge "Make suspend checks note have side effects."
by Nicolas Geoffray
· 10 years ago
9ebc72c
Make suspend checks note have side effects.
by Nicolas Geoffray
· 10 years ago
a72cb22
Merge "Optimize suspend checks in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
d7e2f32
Merge "Optimizing compiler: remove unnecessary `explicit' keywords."
by Roland Levillain
· 10 years ago
0341680
Merge "Optimizing compiler: check inputs & uses definitions in CFG."
by Roland Levillain
· 10 years ago
5799fc0
Optimizing compiler: remove unnecessary `explicit' keywords.
by Roland Levillain
· 10 years ago
3c04974
Optimize suspend checks in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
f2476d5
Merge "Deprecate GrowableArray, use ArenaVector instead."
by Vladimir Marko
· 10 years ago
6b46923
Optimizing compiler: check inputs & uses definitions in CFG.
by Roland Levillain
· 10 years ago
c5c71bf
Merge "ART: Reject branch/switch/throw to move-result."
by Ian Rogers
· 10 years ago
9961929
Merge "Fix "const-class v0, I" for libartd.so"
by Ian Rogers
· 10 years ago
a460bb0
Merge "ART: Update for split native bridge initialization"
by Andreas Gampe
· 10 years ago
9bc6199
ART: Reject branch/switch/throw to move-result.
by Stephen Kyle
· 10 years ago
5957d54
Merge "Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded"
by Brian Carlstrom
· 10 years ago
e8e3989
Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded
by Brian Carlstrom
· 10 years ago
10f0ca2
Fix "const-class v0, I" for libartd.so
by Logan Chien
· 10 years ago
c0d36ab
Merge "ART: Refactor elf_writer_quick for elf section order"
by Andreas Gampe
· 10 years ago
cc67607
ART: Refactor elf_writer_quick for elf section order
by Andreas Gampe
· 10 years ago
b45c336
Merge "dex2oat should truncate files opened from file descriptors"
by Brian Carlstrom
· 10 years ago
4f694ba
dex2oat should truncate files opened from file descriptors
by Brian Carlstrom
· 10 years ago
a6da74e
ART: Update for split native bridge initialization
by jgu21
· 10 years ago
f038ed9
Merge "Optimizing compiler: ensure loop header dominates loop's blocks."
by Roland Levillain
· 10 years ago
92822f4
Merge "Enable computed goto interpreter on the host"
by Sebastien Hertz
· 10 years ago
e39c54e
Deprecate GrowableArray, use ArenaVector instead.
by Vladimir Marko
· 10 years ago
3f5e9bb
Merge "Support for saving and restoring live registers in a slow path."
by Nicolas Geoffray
· 10 years ago
3bca0df
Support for saving and restoring live registers in a slow path.
by Nicolas Geoffray
· 10 years ago
66d9bdb
Enable computed goto interpreter on the host
by Sebastien Hertz
· 10 years ago
2e1391b
Merge "Fix code generation with materialized conditions."
by Nicolas Geoffray
· 10 years ago
18efde5
Fix code generation with materialized conditions.
by Nicolas Geoffray
· 10 years ago
7e53b41
Optimizing compiler: ensure loop header dominates loop's blocks.
by Roland Levillain
· 10 years ago
0f60165
Merge "Add loop- and phi-related checks in the optimizing compiler."
by Roland Levillain
· 10 years ago
8380c7c
Merge "Add ScopedAssertNoThreadSuspension"
by Mathieu Chartier
· 10 years ago
6b879dd
Add loop- and phi-related checks in the optimizing compiler.
by Roland Levillain
· 10 years ago
b36bba6
Merge "Also remove environment links to removed instructions."
by Nicolas Geoffray
· 10 years ago
724c963
Also remove environment links to removed instructions.
by Nicolas Geoffray
· 10 years ago
ef3e89b
Merge "Fix a bug in the handling of moves in register allocator."
by Nicolas Geoffray
· 10 years ago
145f0ca
Fix a bug in the handling of moves in register allocator.
by Nicolas Geoffray
· 10 years ago
c4481db
Merge "Optimize JDWP stack local values access"
by Sebastien Hertz
· 10 years ago
8009f39
Optimize JDWP stack local values access
by Sebastien Hertz
· 10 years ago
400376f
Merge "Do not hold breakpoint lock when running the verifier"
by Sebastien Hertz
· 10 years ago
cff942b
Merge "Add adb root to test-art-target, required by adb remount."
by Nicolas Geoffray
· 10 years ago
b236d8c
Merge "Fix JDWP crash when reporting exception"
by Sebastien Hertz
· 10 years ago
a9aa0ff
Fix JDWP crash when reporting exception
by Sebastien Hertz
· 10 years ago
4d1e9ab
Do not hold breakpoint lock when running the verifier
by Sebastien Hertz
· 10 years ago
38dcf0b
Merge "Dump kernel/native stacks of pure native threads."
by Christopher Ferris
· 10 years ago
2366f4e
Dump kernel/native stacks of pure native threads.
by Christopher Ferris
· 10 years ago
2d5f39e
Add ScopedAssertNoThreadSuspension
by Mathieu Chartier
· 10 years ago
4266fd7
Merge "Fix sput-wide verification flag."
by Ian Rogers
· 10 years ago
04db946
Merge "ART: Address three issues with x86 assembler before enabling load store elimination."
by Ian Rogers
· 10 years ago
24f4b81
Merge "ART: Allow oatdump to verify oat file"
by Andreas Gampe
· 10 years ago
d7fe69b
Merge "ART: Fix host test failure (assembler_thumb_test)."
by Ian Rogers
· 10 years ago
8147dcb
Merge "ART: Overflow of bound check in ArrayCopy intrinsic"
by Ian Rogers
· 10 years ago
87258ed
Merge "Slow path should break def tracking"
by Bill Buzbee
· 10 years ago
8d050d8
Merge "AddIntrinsicSlowPath with resume requires clobbering"
by Bill Buzbee
· 10 years ago
d872b79
Merge "ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2"
by Ian Rogers
· 10 years ago
f33e4d4
Merge "X86 QBE: Make some X86 routines virtual"
by Ian Rogers
· 10 years ago
d026d88
Merge "First optimization in new compiler: simple GVN."
by Nicolas Geoffray
· 10 years ago
d31cf3d
First optimization in new compiler: simple GVN.
by Nicolas Geoffray
· 10 years ago
28a42c1
Add adb root to test-art-target, required by adb remount.
by Nicolas Geoffray
· 10 years ago
e07d111
Merge "Update comment about disabling vmap dump."
by Nicolas Geoffray
· 10 years ago
323fe34
Merge "ART: Only allow the zygote to create the global boot image"
by Andreas Gampe
· 10 years ago
3c13a79
ART: Only allow the zygote to create the global boot image
by Andreas Gampe
· 10 years ago
5cdd073
Merge "Move spammy logs to JDWP verbose mode"
by Sebastien Hertz
· 10 years ago
b7fc629
ART: Fix instruction flags of kMirOpCheck and kMirOpCheckPart2
by Udayan Banerji
· 10 years ago
c64746c
Merge "Don't call dlsym from signal context in signal chain"
by Brian Carlstrom
· 10 years ago
53562d9
Merge "Initiate a constant propagation pass in the optimizing compiler."
by Roland Levillain
· 10 years ago
f67bda6
Merge "Fix a lint error and update a test after the phi fix."
by Nicolas Geoffray
· 10 years ago
c83d441
Fix a lint error and update a test after the phi fix.
by Nicolas Geoffray
· 10 years ago
aaadf03
Merge "Ensure the first predecessor of a loop is the pre header."
by Nicolas Geoffray
· 10 years ago
556c3d1
Initiate a constant propagation pass in the optimizing compiler.
by Roland Levillain
· 10 years ago
6aa606c
Merge "Update JDWP event filtering to avoid useless ids"
by Sebastien Hertz
· 10 years ago
6995c60
Update JDWP event filtering to avoid useless ids
by Sebastien Hertz
· 10 years ago
e5cafd5
Merge "It can be that no method has been compiled."
by Nicolas Geoffray
· 10 years ago
e2aa073
Merge "Small fixes to get the boot image compiled in debug mode."
by Nicolas Geoffray
· 10 years ago
ce71ae7
It can be that no method has been compiled.
by Nicolas Geoffray
· 10 years ago
f272af4
Move spammy logs to JDWP verbose mode
by Sebastien Hertz
· 10 years ago
185a7a4
Merge "Initiate a dead code elimination pass in the optimizing compiler."
by Roland Levillain
· 10 years ago
539f559
Merge "Add CFG and SSA form checkers in the optimizing compiler."
by Roland Levillain
· 10 years ago
00b25f3
ART: Allow oatdump to verify oat file
by Andreas Gampe
· 10 years ago
b09aacb
Small fixes to get the boot image compiled in debug mode.
by Nicolas Geoffray
· 10 years ago
d41491a
Merge "Use homogeneous space compact by default if not low memory."
by Brian Carlstrom
· 10 years ago
6b2352b
Use homogeneous space compact by default if not low memory.
by Mathieu Chartier
· 10 years ago
6d24d4f
Merge "Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d"
by Brian Carlstrom
· 10 years ago
7f590e2
Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d
by Mathieu Chartier
· 10 years ago
79bbbe2
Merge "Add allocation rate tracking to systrace."
by Brian Carlstrom
· 10 years ago
1b636c6
Add allocation rate tracking to systrace.
by Mathieu Chartier
· 10 years ago
41fed80
Merge "ART: skip compilation of huge methods."
by Brian Carlstrom
· 10 years ago
497d62e
ART: skip compilation of huge methods.
by buzbee
· 10 years ago
e70547c
Merge "Only log an error if an unattached thread is unregistered."
by Brian Carlstrom
· 10 years ago
cbd49ac
Merge "Avoid suspending for alloc trace enabling when already suspended."
by Jeff Hao
· 10 years ago
e570ada
Merge "ART: Avoid recursive abort on thread dump"
by Andreas Gampe
· 10 years ago
1b5a5dc
Merge "ART: Sync oat file to disk before patching"
by Andreas Gampe
· 10 years ago
b2f5dbb
ART: Avoid recursive abort on thread dump
by Andreas Gampe
· 10 years ago
33cb94e
ART: Sync oat file to disk before patching
by Andreas Gampe
· 10 years ago
69dbec6
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 10 years ago
347409f
Merge "Add allocation tracking allocators to ROSAlloc"
by Mathieu Chartier
· 10 years ago
72bceff
Initiate a dead code elimination pass in the optimizing compiler.
by Roland Levillain
· 10 years ago
Next »