Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
d16d76ac64b1b9ed17e9cc17a6afb85f16ce4b51
/
compiler
6450d14
Remove test that is now invalid.
by Nicolas Geoffray
· 11 years ago
6a5f5b2
Merge "Fix a bug in the register allocator."
by Nicolas Geoffray
· 11 years ago
dd8f887
Fix a bug in the register allocator.
by Nicolas Geoffray
· 11 years ago
0223a19
Merge "ART: Allow to compile interpret-only mips64 files"
by Andreas Gampe
· 11 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 11 years ago
71fb52f
ART: Optimizing compiler intrinsics
by Andreas Gampe
· 11 years ago
c507c7f
Merge "[optimizing compiler] Compute live spill size"
by Nicolas Geoffray
· 11 years ago
f85a9ca
[optimizing compiler] Compute live spill size
by Mark Mendell
· 11 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 11 years ago
1c1d40a
Merge "ART: dex2oat flag for HGraphVisualizer dump file"
by David Brazdil
· 11 years ago
cbabd3c
Merge "ART: Clean assembler_test disassemblies"
by Andreas Gampe
· 11 years ago
8ebdc2b
ART: Fix indentation in Mips backend
by Andreas Gampe
· 11 years ago
65bec69
ART: Clean assembler_test disassemblies
by Andreas Gampe
· 11 years ago
127d933
Merge "Use unique_ptr to track ownership of dex files."
by Richard Uhler
· 11 years ago
c5573c2
Merge "Remove constant moves after emitting them in parallel resolver."
by Nicolas Geoffray
· 11 years ago
48c310c
Remove constant moves after emitting them in parallel resolver.
by Nicolas Geoffray
· 11 years ago
ea1c64d
Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd."
by Vladimir Marko
· 11 years ago
c208b87
Merge "Implement ParallelMoveResolver::Swap for doubles on arm."
by Nicolas Geoffray
· 11 years ago
53f1262
Implement ParallelMoveResolver::Swap for doubles on arm.
by Nicolas Geoffray
· 11 years ago
ee5e273
Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.
by Vladimir Marko
· 11 years ago
af2c65c
Remove whitespace.
by Nicolas Geoffray
· 11 years ago
7774edf
Merge "Skip r1 on arm if first parameter is a long."
by Nicolas Geoffray
· 11 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 11 years ago
866c031
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 11 years ago
8d36591
ART: Use jalr instead of jr for Mips
by Andreas Gampe
· 11 years ago
6e73272
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
by Andreas Gampe
· 11 years ago
69c15d3
Skip r1 on arm if first parameter is a long.
by Nicolas Geoffray
· 11 years ago
54953df
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 11 years ago
6650de2
Merge "Revert "ART: Implement hard float for X86""
by Vladimir Marko
· 11 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 11 years ago
1342867
Merge "ART: Implement hard float for X86"
by Vladimir Marko
· 11 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 11 years ago
425f239
Fix handling of long argument spanning register/memory.
by Nicolas Geoffray
· 11 years ago
11adb76
Merge "Move code around in OptimizingCompiler::Compile to reduce stack space."
by Nicolas Geoffray
· 11 years ago
12df9eb
Move code around in OptimizingCompiler::Compile to reduce stack space.
by Nicolas Geoffray
· 11 years ago
2b32f6a
Merge "Don't overwrite a register input."
by Nicolas Geoffray
· 11 years ago
bdcedd3
Don't overwrite a register input.
by Nicolas Geoffray
· 11 years ago
f455009
Merge "ART: Refactored regex code in Checker"
by David Brazdil
· 11 years ago
be0cc08
ART: Refactored regex code in Checker
by David Brazdil
· 11 years ago
c9025c1
Merge "ART: Fixed formatting in HGraphVisualizerPrinter"
by David Brazdil
· 11 years ago
36cf095
ART: Fixed formatting in HGraphVisualizerPrinter
by David Brazdil
· 11 years ago
313c8a1
Merge "Add VerifyObject to StackHandleScope::SetReference"
by Mathieu Chartier
· 11 years ago
c06c1d6
Merge "Implement double and float support for arm in register allocator."
by Nicolas Geoffray
· 11 years ago
3e0acf6
Add VerifyObject to StackHandleScope::SetReference
by Mathieu Chartier
· 11 years ago
840e546
Implement double and float support for arm in register allocator.
by Nicolas Geoffray
· 11 years ago
4ea18c0
Merge "ART: Add copyright to Optimizing's Inliner test"
by David Brazdil
· 11 years ago
68427b1
ART: Add copyright to Optimizing's Inliner test
by David Brazdil
· 11 years ago
df64950
ART: Fix leak in codegen_test
by Andreas Gampe
· 11 years ago
d30feca
Merge "ART: Remove LowestSetBit and IsPowerOfTwo"
by Andreas Gampe
· 11 years ago
c3823f4
Merge "ART: Remove unused parts of x86 assemblers"
by Andreas Gampe
· 11 years ago
c70153f
Merge "ART: Fix divide-by-zero for ARM"
by Andreas Gampe
· 11 years ago
cfe71e5
ART: Fix divide-by-zero for ARM
by Andreas Gampe
· 11 years ago
7e49992
ART: Remove LowestSetBit and IsPowerOfTwo
by Andreas Gampe
· 11 years ago
140c2c7
ART: Remove unused parts of x86 assemblers
by Andreas Gampe
· 11 years ago
0eb8e5d
Merge "Look at instruction set features when generating volatiles code"
by Calin Juravle
· 11 years ago
3d5872e
Merge "ART: Reorder entrypoint argument order"
by Andreas Gampe
· 11 years ago
02d81cc
Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.
by Serban Constantinescu
· 11 years ago
3416601
Look at instruction set features when generating volatiles code
by Calin Juravle
· 11 years ago
8558375
Merge "Fix braino in x64 assembler."
by Nicolas Geoffray
· 11 years ago
43a725c
Merge "ART: Cut filename for DumpCFG"
by Andreas Gampe
· 11 years ago
23149ac
Merge "ART: Ensure FP GET/PUT doesn't use Core register"
by Bill Buzbee
· 11 years ago
ba31c3c
Merge "ART: New types of Checker assertions"
by David Brazdil
· 11 years ago
9a6f20e
ART: New types of Checker assertions
by David Brazdil
· 11 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 11 years ago
b7e4a06
ART: Refactored VisualizerPrinter visitor pattern
by David Brazdil
· 11 years ago
cee97e5
ART: Cut filename for DumpCFG
by Andreas Gampe
· 11 years ago
a2d0afc
ART: Fix common_compiler_test assumptions
by Andreas Gampe
· 11 years ago
edb157f
ART: Mac build fix
by Andreas Gampe
· 11 years ago
bed520b
ART: Do not compile swap file functionality on Mac
by Andreas Gampe
· 11 years ago
5c79aec
Merge "ART: Swap-space in the compiler"
by Andreas Gampe
· 11 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 11 years ago
bfe400b
Fix running out of temps when storing invoke-interface result.
by Vladimir Marko
· 11 years ago
1c6ea44
Move two members out of MIRGraph::temp_::ssa.
by Vladimir Marko
· 11 years ago
a64d014
Merge "ART: Implement FP packed reduce for x86"
by Bill Buzbee
· 11 years ago
db75f3c
Merge "Clean up dead loops before suspend check elimination."
by Vladimir Marko
· 11 years ago
202eaaf
Merge "Clean up post-opt passes, perform only those we need."
by Vladimir Marko
· 11 years ago
341e425
Clean up dead loops before suspend check elimination.
by Vladimir Marko
· 11 years ago
c146d49
Merge "Clean up MIRGraph::CanThrow()."
by Vladimir Marko
· 11 years ago
315cc20
Clean up MIRGraph::CanThrow().
by Vladimir Marko
· 11 years ago
ffda499
Clean up post-opt passes, perform only those we need.
by Vladimir Marko
· 11 years ago
10c9cbe
Fixed CanBeMoved for field access
by Calin Juravle
· 11 years ago
52c4896
[optimizing compiler] Add support for volatile
by Calin Juravle
· 11 years ago
784cc5c
Fix braino in x64 assembler.
by Nicolas Geoffray
· 11 years ago
ac0341e
Fix Thumb2 Emit16BitAddSub() to keep full immediate.
by Vladimir Marko
· 11 years ago
6048838
Merge "Revert "Don't block quick callee saved registers for optimizing.""
by Nicolas Geoffray
· 11 years ago
5b4b898
Revert "Don't block quick callee saved registers for optimizing."
by Nicolas Geoffray
· 11 years ago
ca747ea
Merge "Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm."
by Vladimir Marko
· 11 years ago
e408f8c
Merge "Don't block quick callee saved registers for optimizing."
by Nicolas Geoffray
· 11 years ago
6004796
Don't block quick callee saved registers for optimizing.
by Nicolas Geoffray
· 11 years ago
5bc561c
Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm.
by Vladimir Marko
· 11 years ago
452a8be
Merge "When inlining, also look whether we can allocate registers."
by Nicolas Geoffray
· 11 years ago
259136f
When inlining, also look whether we can allocate registers.
by Nicolas Geoffray
· 11 years ago
6c170c9
ART: Punt to the interpreter for VerifiedMethod errors
by Andreas Gampe
· 11 years ago
e9231c0
Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"
by Igor Murashkin
· 11 years ago
942a378
Now that GraphChecker has a state, don't re-use it.
by Nicolas Geoffray
· 11 years ago
8012102
Merge "Fix ids and remove invoke when inlining."
by Nicolas Geoffray
· 11 years ago
ee690a3
ART: Added Checker, a pattern matching test engine
by David Brazdil
· 11 years ago
7c5367b
Fix ids and remove invoke when inlining.
by Nicolas Geoffray
· 11 years ago
4e44c82
Revert "Small optimization for recursive calls: avoid dex cache."
by Nicolas Geoffray
· 11 years ago
390f59f
Small optimization for recursive calls: avoid dex cache.
by Nicolas Geoffray
· 11 years ago
Next »