Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
1fd3346740dfb7f47be9922312b68a4227fada96
/
src
/
compiler
1fd3346
Compiler: LIR restructuring
by buzbee
· 12 years ago
bf393ef
Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2
by Brian Carlstrom
· 12 years ago
c404bfb
Disable branch weights due to issue with llvm jb-mr2
by Brian Carlstrom
· 12 years ago
a188cd4
Use Thumb sp-relative store.
by Sebastien Hertz
· 12 years ago
75c233d
Merge "Remove code related to compiled invoke stubs." into dalvik-dev
by Jeff Hao
· 12 years ago
74180ca
Remove code related to compiled invoke stubs.
by Jeff Hao
· 12 years ago
22c0569
Disable close of compiler_library_ to workaround mclinker bug affecting gtest output
by Brian Carlstrom
· 12 years ago
333a8ec
Update class_initializer_black_list for jb-mr2
by Brian Carlstrom
· 12 years ago
37d4879
Changes to move to jb-mr2 based llvm
by Brian Carlstrom
· 12 years ago
52003fe
Merge "Compiler: rework dataflow iterator." into dalvik-dev
by buzbee
· 12 years ago
0665fe0
Compiler: rework dataflow iterator.
by buzbee
· 12 years ago
f3e9855
Slow ART.
by Ian Rogers
· 12 years ago
2da15ed
Merge "Make shadow frame addresses unique." into dalvik-dev
by Sebastien Hertz
· 12 years ago
71fe267
Some common frontend tidying.
by Ian Rogers
· 12 years ago
311ca16
Compiler: Spring cleaning
by buzbee
· 12 years ago
f11afa0
Make shadow frame addresses unique.
by Sebastien Hertz
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
04d7aa9
Fix object verification.
by Ian Rogers
· 12 years ago
aed0716
Some comment tweaks in quick.
by Ian Rogers
· 12 years ago
11ba0e9
Fix bad use of T3 encoding of add w/ pc
by buzbee
· 12 years ago
3559973
Add bitcode dumping to LlvmCompilationUnit
by Brian Carlstrom
· 12 years ago
bd86bcc
Tracking rebase to jb-mr1-release
by Brian Carlstrom
· 12 years ago
3f47c12
Fix portable build on build server by removing depenency on ANDROID_HOST_OUT
by Brian Carlstrom
· 12 years ago
0d94eb6
Minor LLVM cleanup.
by Ian Rogers
· 12 years ago
055095a
Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev
by Brian Carlstrom
· 12 years ago
265091e
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
by Brian Carlstrom
· 13 years ago
03c8960
Merge "Volatile support in Portable compiler." into dalvik-dev
by Sebastien Hertz
· 12 years ago
4b2e0b0
Volatile support in Portable compiler.
by Sebastien Hertz
· 12 years ago
901d5ba
Intrinsics support in Portable compiler.
by Sebastien Hertz
· 12 years ago
4c1c283
Move compiler_llvm to art::llvm.
by Ian Rogers
· 12 years ago
89756f2
Rename OatCompilationUnit to Dex.. move to compiler.
by Ian Rogers
· 12 years ago
219b5a8
Rename CompilationContext to ParallelCompilationManager.
by Ian Rogers
· 12 years ago
8550c9c
Move the jni_compiler_test under compiler/jni.
by Ian Rogers
· 12 years ago
0211378
Move the JNI compilers under compiler.
by Ian Rogers
· 12 years ago
1212a02
Move the Compiler to CompilerDriver.
by Ian Rogers
· 12 years ago
0d43d54
Generates barrier in constructor.
by Sebastien Hertz
· 12 years ago
76ae4fe
1 IR builder. Kill greenland. Remove JTypeSpace.
by Ian Rogers
· 12 years ago
395116c
Compiler: rearranging the deck chairs.
by buzbee
· 12 years ago
b7f49eb
Merge "Remove Iceland." into dalvik-dev
by Ian Rogers
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
a0e8bbd
Add debug info on sporadic compiler crash.
by buzbee
· 12 years ago
9e1448a
Update comment making reference to an old file.
by Sebastien Hertz
· 12 years ago
972a205
Merge "Add "select" detection to common frontend" into dalvik-dev
by buzbee
· 12 years ago
f662a7c
Add "select" detection to common frontend
by buzbee
· 12 years ago
9bd0281
Enable inlining of Unsafe methods for x86.
by Jeff Hao
· 12 years ago
ee52cde
Merge "Codegen tweaks" into dalvik-dev
by buzbee
· 12 years ago
c7d1f91
Codegen tweaks
by buzbee
· 12 years ago
b524db1
Merge "Add sun.misc.Unsafe get/put int/long/object intrinsics." into dalvik-dev
by Jeff Hao
· 12 years ago
5a70fe8
Add sun.misc.Unsafe get/put int/long/object intrinsics.
by Jeff Hao
· 12 years ago
987db60
Merge "Compiler cleanup: remove some old JIT leftovers." into dalvik-dev
by buzbee
· 12 years ago
8368340
Merge "Skip card mark when storing known null reference" into dalvik-dev
by buzbee
· 12 years ago
a5954be
Compiler cleanup: remove some old JIT leftovers.
by buzbee
· 12 years ago
bbdd053
[Portable Compiler] Rework return block marking.
by buzbee
· 12 years ago
6a791b2
Skip card mark when storing known null reference
by buzbee
· 12 years ago
8dbb708
Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name].
by Logan Chien
· 13 years ago
34b8c98
Fix portable build
by buzbee
· 12 years ago
4ef3e45
Compiler constant handling rework
by buzbee
· 13 years ago
641ce03
Rename compiler_llvm CompilationUnit to LlvmCompilationUnit
by Brian Carlstrom
· 13 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 13 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 13 years ago
1eab958
Remove kExceptionPending flag from thread and codegen.
by jeffhao
· 13 years ago
a6f3aaf
MIPS fixes.
by Ian Rogers
· 13 years ago
12051ea
Added MIPS instrumentation support.
by jeffhao
· 13 years ago
dc5daa0
Fix portable path.
by TDYa127
· 13 years ago
26f10ee
Fix Portable build
by buzbee
· 13 years ago
05bcbc1
Merge "Add memory barrier for final instance fields." into dalvik-dev
by Ian Rogers
· 13 years ago
fffdb02
Add memory barrier for final instance fields.
by Ian Rogers
· 13 years ago
2502e00
Basic block optimization refactoring
by buzbee
· 13 years ago
d850621
Compiler: GBC fix, CFG dump enhancements
by buzbee
· 13 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 13 years ago
e6285f9
Compiler: Take advantage of constant propagation
by buzbee
· 13 years ago
a169e1d
Quick compiler: refactored listing & const fix
by buzbee
· 13 years ago
ce4cc0d
Using gcmap instead of shadow frame.
by TDYa127
· 13 years ago
078fa45
Quick compiler: improve ClobberSReg comments
by buzbee
· 13 years ago
609ba32
Fix/add comments in x86 long codegen.
by Ian Rogers
· 13 years ago
07ec8e1
Intrinsic for java.lang.Thread.currentThread.
by Ian Rogers
· 13 years ago
7da142f
Quick compiler: tighten null/0/0.0 workaround
by buzbee
· 13 years ago
5f61f67
Workaround for Issue 7250540
by buzbee
· 13 years ago
a3a82b2
Quick compiler: minor cleanup
by buzbee
· 13 years ago
02031b1
Quick compiler: Single .so for all targets
by buzbee
· 13 years ago
28c9a83
Quick Compiler: pointer/boolean cleanup
by buzbee
· 13 years ago
fa57c47
Quick Compiler: Shoot the Camel
by buzbee
· 13 years ago
aad9438
Quick Compiler: static, extern and inline cleanup
by buzbee
· 13 years ago
52a77fc
Quick Compiler function renaming
by buzbee
· 13 years ago
1bc37c6
Continuing Quick compiler refactoring
by buzbee
· 13 years ago
cbd6d44
C++'ification of Quick compiler's casts
by buzbee
· 13 years ago
eaf09bc
Quick compiler: more refactoring
by buzbee
· 13 years ago
efc6369
Quick compiler source reorganizatio - part 1
by buzbee
· 13 years ago
8e950c1
Simple debugging support for portable path.
by TDYa127
· 13 years ago
f0504cd
Quick backend: rename target-specific #defines
by buzbee
· 13 years ago
ec13743
Revert "Revert "Refactor codegen resource masks""
by buzbee
· 13 years ago
d21df09
Merge "Revert "Refactor codegen resource masks"" into dalvik-dev
by Bill Buzbee
· 13 years ago
4b39c9f1b
Revert "Refactor codegen resource masks"
by Bill Buzbee
· 13 years ago
a4a970a
Fix overlap bug
by buzbee
· 13 years ago
07131ca
Refactor codegen resource masks
by buzbee
· 13 years ago
0f79d72
Fix Mips/x86 compilers
by buzbee
· 13 years ago
5b3c889
Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev
by buzbee
· 13 years ago
b046e16
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
by buzbee
· 13 years ago
701f0e0
Merge "Special for monkey debugging (#2)" into dalvik-dev
by buzbee
· 13 years ago
663c09f
Special for monkey debugging (#2)
by buzbee
· 13 years ago
Next »