Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4f81907c5b409bac9cf1ad13801280bb15968533
4f81907
Add deoptimization test.
by Jongwon Lee
· 9 years ago
a2d8b18
Merge "Fix a bug in DeadPhiHandling around conflicting phis."
by Nicolas Geoffray
· 9 years ago
b11fc61
Fix a bug in DeadPhiHandling around conflicting phis.
by Nicolas Geoffray
· 9 years ago
a68ceb1
Merge "Optimizing: Tag arena allocations in code generators."
by Vladimir Marko
· 9 years ago
9139578
Merge "Quick: Avoid shifting -1 left (undefined behavior)."
by Vladimir Marko
· 9 years ago
97a87ec
Quick: Avoid shifting -1 left (undefined behavior).
by Vladimir Marko
· 9 years ago
225b646
Optimizing: Tag arena allocations in code generators.
by Vladimir Marko
· 9 years ago
d8750f3
Merge "Use dominance information for null optimization in write barrier."
by Nicolas Geoffray
· 9 years ago
6e7455e
Use dominance information for null optimization in write barrier.
by Nicolas Geoffray
· 9 years ago
931e268
Merge "ART: Single-frame deopt"
by Andreas Gampe
· 9 years ago
639bdd1
ART: Single-frame deopt
by Andreas Gampe
· 10 years ago
ac87001
Merge "Don't unload shared libraries for null class loader."
by Mathieu Chartier
· 9 years ago
cffb747
Don't unload shared libraries for null class loader.
by Mathieu Chartier
· 9 years ago
85e5207
Merge "ART: Run arch specific Checker tests on host"
by David Brazdil
· 9 years ago
853a4c3
ART: Run arch specific Checker tests on host
by David Brazdil
· 9 years ago
cf3f991
Merge "ART: Use unique_ptr for alloca-ed ShadowFrames"
by Andreas Gampe
· 9 years ago
722b5a7
Merge "Use make TARGET_LINKER= instead of overriding linker flags."
by Nicolas Geoffray
· 9 years ago
cdaf477
Use make TARGET_LINKER= instead of overriding linker flags.
by Nicolas Geoffray
· 9 years ago
e60c633
Merge "ART: Fix DeadPhiHandling creating >2 equivalents"
by David Brazdil
· 9 years ago
1d0a03c
ART: Fix DeadPhiHandling creating >2 equivalents
by David Brazdil
· 9 years ago
6adb995
Merge "Address HPackedSwitch issues raised after merge"
by David Brazdil
· 9 years ago
3b9f304
Address HPackedSwitch issues raised after merge
by Mark Mendell
· 9 years ago
6a9984e
Merge "Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"""
by Igor Murashkin
· 9 years ago
6918bf1
Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable""
by Igor Murashkin
· 9 years ago
446ca43
Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable""
by Nicolas Geoffray
· 9 years ago
7bbb80a
Revert "lambda: Experimental support for capture-variable and liberate-variable"
by Nicolas Geoffray
· 9 years ago
b175a45
Merge "MIPS64: Implement intrinsics from java.lang.Math:"
by Andreas Gampe
· 9 years ago
fb0a0e8
Merge "Disable class unloading test for tracing tests"
by Mathieu Chartier
· 9 years ago
42fbf49
Disable class unloading test for tracing tests
by Mathieu Chartier
· 9 years ago
9c612ca
Merge "lambda: Experimental support for capture-variable and liberate-variable"
by Igor Murashkin
· 9 years ago
0b7ac98
MIPS64: Implement intrinsics from java.lang.Math:
by Chris Larsen
· 9 years ago
b721234
lambda: Experimental support for capture-variable and liberate-variable
by Igor Murashkin
· 9 years ago
c27e706
Merge "Fix tests 116 and 118 for no-prebuild"
by Mathieu Chartier
· 9 years ago
4450d92
Fix tests 116 and 118 for no-prebuild
by Mathieu Chartier
· 9 years ago
aff587c
Merge "MIPS64: Implement intrinsics from libcore.io.Memory:"
by Andreas Gampe
· 9 years ago
6525e67
Merge "Fix bug in WaitForCompilationToFinish"
by Mathieu Chartier
· 9 years ago
36c0136
Fix bug in WaitForCompilationToFinish
by Mathieu Chartier
· 9 years ago
acbb159
Merge "ART: Move code from RA to T9 in Mips64 longjump"
by Andreas Gampe
· 9 years ago
a6af255
Merge "Fix JIT for class unloading"
by Mathieu Chartier
· 9 years ago
a50f9cf
Fix JIT for class unloading
by Mathieu Chartier
· 9 years ago
dbf056d
ART: Move code from RA to T9 in Mips64 longjump
by Andreas Gampe
· 9 years ago
95ca073
Merge "MIPS64: Implement miscellaneous bit manipulation intrinsics"
by Andreas Gampe
· 9 years ago
8a0014d
Merge "Call JNI_OnUnload when class loaders get collected"
by Mathieu Chartier
· 9 years ago
598302a
Call JNI_OnUnload when class loaders get collected
by Mathieu Chartier
· 9 years ago
70fb1f4
MIPS64: Implement intrinsics from libcore.io.Memory:
by Chris Larsen
· 9 years ago
011d828
Merge "ART: Reject PackedSwitch with overflowing keys"
by David Brazdil
· 9 years ago
5469d34
ART: Reject PackedSwitch with overflowing keys
by David Brazdil
· 9 years ago
13c74b1
Merge "Optimizing: Add comment on DCE's packed-switch value check."
by Vladimir Marko
· 9 years ago
430c4f5
Optimizing: Add comment on DCE's packed-switch value check.
by Vladimir Marko
· 9 years ago
a00bd93
Merge "Enable class unloading"
by Mathieu Chartier
· 9 years ago
468c168
Merge "ART: Show the previous failure type in init rejection"
by Andreas Gampe
· 9 years ago
59aacd4
Merge "ART: Fix misleading error message in method verifier."
by Vladimir Marko
· 9 years ago
071cd9d
ART: Fix misleading error message in method verifier.
by Vladimir Marko
· 9 years ago
ec7e44f
Merge "Optimizing: Tag more arena allocations."
by Vladimir Marko
· 9 years ago
e92ed9d
Merge "Optimizing: Rewrite DCE's MarkReachableBlocks()."
by Vladimir Marko
· 9 years ago
211c211
Optimizing: Rewrite DCE's MarkReachableBlocks().
by Vladimir Marko
· 9 years ago
2aaa4b5
Optimizing: Tag more arena allocations.
by Vladimir Marko
· 9 years ago
1c79b7f
Merge "ART: SsaBuilder clean up"
by David Brazdil
· 9 years ago
d0180f9
ART: SsaBuilder clean up
by David Brazdil
· 9 years ago
0aeb759
Merge "ART: Preserve loop headers with try/catch"
by David Brazdil
· 9 years ago
d7558da
ART: Preserve loop headers with try/catch
by David Brazdil
· 9 years ago
05aa4d3
Enable class unloading
by Mathieu Chartier
· 9 years ago
c7e0da5
Merge "dexdump2 won't be optional when it replaces dexdump."
by Elliott Hughes
· 9 years ago
b302592
ART: Use unique_ptr for alloca-ed ShadowFrames
by Andreas Gampe
· 9 years ago
5ed8b2d
dexdump2 won't be optional when it replaces dexdump.
by Elliott Hughes
· 9 years ago
e02fa20
Merge "Optimizing: Rewrite HGraph::FindBackEdges()."
by Vladimir Marko
· 9 years ago
51adce9
Merge "Optimizing: Rewrite HGraph::ComputeDominanceInformation()."
by Vladimir Marko
· 9 years ago
1f8695c
Optimizing: Rewrite HGraph::FindBackEdges().
by Vladimir Marko
· 9 years ago
d76d139
Optimizing: Rewrite HGraph::ComputeDominanceInformation().
by Vladimir Marko
· 9 years ago
eae0927
Merge "ART: mprotect() bottom page of ThreadPoolWorker stacks."
by Vladimir Marko
· 9 years ago
0e519cd
Merge "ART: Refactor run-test 482-loop-back-edge-use"
by David Brazdil
· 9 years ago
0b6e283
ART: mprotect() bottom page of ThreadPoolWorker stacks.
by Vladimir Marko
· 9 years ago
8c20e76
Merge "Minor cleanup in range analysis."
by Aart Bik
· 9 years ago
cd26feb
Minor cleanup in range analysis.
by Aart Bik
· 9 years ago
a6cfe5a
Merge "Various improvements in finding induction variables."
by Aart Bik
· 9 years ago
f475bee
Various improvements in finding induction variables.
by Aart Bik
· 9 years ago
15ed726
Merge "Replaced INT_MIN/MAX with modern-day limits."
by Aart Bik
· 9 years ago
6881a06
Merge "Add benchmark for jobject functions"
by Mathieu Chartier
· 9 years ago
aab5b75
Replaced INT_MIN/MAX with modern-day limits.
by Aart Bik
· 9 years ago
25ec2c1
Merge "Fix falkiness in 117-nopatchoat"
by Alex Light
· 9 years ago
22cbec4
Fix falkiness in 117-nopatchoat
by Alex Light
· 9 years ago
29c8680
ART: Refactor run-test 482-loop-back-edge-use
by David Brazdil
· 9 years ago
b4fd731
Merge "Don't use ninja to build targets."
by Nicolas Geoffray
· 9 years ago
14a3160
Don't use ninja to build targets.
by Nicolas Geoffray
· 9 years ago
14f8b13
Add benchmark for jobject functions
by Mathieu Chartier
· 9 years ago
6a0e05a
Merge "ART: PathClassLoader test"
by Andreas Gampe
· 9 years ago
84a7903
ART: PathClassLoader test
by Andreas Gampe
· 9 years ago
35586c6
Merge "Some clean up for mark sweep files"
by Mathieu Chartier
· 9 years ago
33c0ed6
Merge "[optimizing] Add basic PackedSwitch support"
by Andreas Gampe
· 9 years ago
4ef1619
Merge "Clear allocator in image writer"
by Mathieu Chartier
· 9 years ago
5550c56
Clear allocator in image writer
by Mathieu Chartier
· 9 years ago
1ac1c2b
Some clean up for mark sweep files
by Mathieu Chartier
· 9 years ago
782c531
Merge "Fix static build when libbacktrace links llvm libraries."
by Yabin Cui
· 9 years ago
b009a21
Merge "Fix CreateLinearAlloc bug"
by Mathieu Chartier
· 9 years ago
cf05d45
Merge "Various improvements in range analysis."
by Aart Bik
· 9 years ago
017ed0b
Fix CreateLinearAlloc bug
by Mathieu Chartier
· 9 years ago
b64d583
Merge "Revert "Revert "Add one LinearAlloc per ClassLoader"""
by Mathieu Chartier
· 9 years ago
951ec2c
Revert "Revert "Add one LinearAlloc per ClassLoader""
by Mathieu Chartier
· 9 years ago
b3365e0
Various improvements in range analysis.
by Aart Bik
· 9 years ago
6a6916b
Merge "ART: Fix destruction order in Runtime."
by Vladimir Marko
· 9 years ago
Next »