Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
39109a06015c91188232e59fa9e60e0915d24cd7
/
compiler
/
dex
/
compiler_ir.h
98a26e1
ART: Pass Options should be strings instead of integers
by Jean-Philippe Halimi
· 10 years ago
9c46208
ART: Even more Quick cleanup
by Andreas Gampe
· 10 years ago
0b9203e
ART: Some Quick cleanup
by Andreas Gampe
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
7503597
ART: Deprecate CompilationUnit's code_item
by Razvan A Lupusoru
· 11 years ago
8d0d03e
ART: Change temporaries to positive names
by Razvan A Lupusoru
· 11 years ago
bd25d4b
ART: Add capability for a pass to have options
by Razvan A Lupusoru
· 11 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 11 years ago
8bcecce
ART: Print and dump functionalities per pass
by Jean Christophe Beyler
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
83cc7ae
Create a scoped arena allocator and use that for LVN.
by Vladimir Marko
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 11 years ago
3d50407
Make out arguments non-reference types.
by Ian Rogers
· 11 years ago
f3e2cc4
Code cleanup to avoid LLVM dependency when building with quick only.
by Nicolas Geoffray
· 11 years ago
818f210
Re-apply: Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1af0c0b
Revert "Initial check-in of an optimizing compiler."
by Nicolas Geoffray
· 11 years ago
68a5fef
Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
f5df897
Rewrite the compiler interface for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
da7a69b
Enable compiler temporaries
by Razvan A Lupusoru
· 11 years ago
5fe9af7
Fix memory leaks relating to timing logger.
by Ian Rogers
· 11 years ago
25724ef
Fix CompilationUnit's UniquePtr usage.
by Vladimir Marko
· 11 years ago
7020278
Support hardware divide instruction
by Dave Allison
· 11 years ago
a61f495
Add timing logger to Quick compiler
by buzbee
· 12 years ago
0d82948
64-bit prep
by buzbee
· 11 years ago
8b2c0b9
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
f6c4b3b
New arena memory allocator.
by Mathieu Chartier
· 12 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed (94%) from src/compiler/dex/compiler_ir.h]
862a760
Compiler: continuing refactoring
by buzbee
· 12 years ago
1fd3346
Compiler: LIR restructuring
by buzbee
· 12 years ago
37d4879
Changes to move to jb-mr2 based llvm
by Brian Carlstrom
· 12 years ago
311ca16
Compiler: Spring cleaning
by buzbee
· 12 years ago
265091e
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
by Brian Carlstrom
· 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
1212a02
Move the Compiler to CompilerDriver.
by Ian Rogers
· 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
[Renamed (99%) from src/compiler/compiler_ir.h]
f662a7c
Add "select" detection to common frontend
by buzbee
· 12 years ago
8368340
Merge "Skip card mark when storing known null reference" into dalvik-dev
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
4ef3e45
Compiler constant handling rework
by buzbee
· 12 years ago
dc5daa0
Fix portable path.
by TDYa127
· 12 years ago
05bcbc1
Merge "Add memory barrier for final instance fields." into dalvik-dev
by Ian Rogers
· 12 years ago
fffdb02
Add memory barrier for final instance fields.
by Ian Rogers
· 12 years ago
2502e00
Basic block optimization refactoring
by buzbee
· 12 years ago
a169e1d
Quick compiler: refactored listing & const fix
by buzbee
· 12 years ago
02031b1
Quick compiler: Single .so for all targets
by buzbee
· 12 years ago
fa57c47
Quick Compiler: Shoot the Camel
by buzbee
· 12 years ago
52a77fc
Quick Compiler function renaming
by buzbee
· 12 years ago
1bc37c6
Continuing Quick compiler refactoring
by buzbee
· 12 years ago
cbd6d44
C++'ification of Quick compiler's casts
by buzbee
· 12 years ago
eaf09bc
Quick compiler: more refactoring
by buzbee
· 12 years ago
efc6369
Quick compiler source reorganizatio - part 1
by buzbee
· 12 years ago
[Renamed (99%) from src/compiler/CompilerIR.h]
f0504cd
Quick backend: rename target-specific #defines
by buzbee
· 12 years ago
ec13743
Revert "Revert "Refactor codegen resource masks""
by buzbee
· 12 years ago
4b39c9f1b
Revert "Refactor codegen resource masks"
by Bill Buzbee
· 12 years ago
07131ca
Refactor codegen resource masks
by buzbee
· 12 years ago
b046e16
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
by buzbee
· 12 years ago
c531cef
Eliminate #ifdef ART_USE_QUICK_COMPILER
by buzbee
· 12 years ago
4df2bbd
Enable multi-threaded Quick compilation
by buzbee
· 12 years ago
6459e7c
Enable bitcode verification for debug builds
by buzbee
· 12 years ago
a5b3024
Split dex_pc<->native_pc mapping table
by Bill Buzbee
· 12 years ago
f5f5a12
Quick compiler: bug fix & cleanup
by buzbee
· 12 years ago
0c7abda
NativePcOffsetToReferenceMap
by Ian Rogers
· 12 years ago
55e5e6c
Fix quick fly2iceland after rebase.
by TDYa127
· 13 years ago
abc4c6b
Portable path example interface
by buzbee
· 13 years ago
0967a25
Quick compiler code layout
by buzbee
· 12 years ago
d1643e4
Basic block combine pass
by buzbee
· 13 years ago
9a4f003
Remove the THROW_VERIFICATION_ERROR op and supporting code.
by jeffhao
· 13 years ago
08f753d
Avoid compile time rewriting of dex code by verifier.
by Ian Rogers
· 13 years ago
ca7a5e4
Quick compiler: restore optimizations
by buzbee
· 13 years ago
c9f40dd
Restore "CFG rework for explicit exception edges"
by Bill Buzbee
· 13 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 13 years ago
937b73e
Revert "CFG rework for explicit exception edges"
by Brian Carlstrom
· 13 years ago
8b503db
CFG rework for explicit exception edges
by buzbee
· 13 years ago
4be777b
Quick compiler: fix for missing defs
by buzbee
· 13 years ago
a1da8a5
Quick compiler: complete switch support
by buzbee
· 13 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 13 years ago
ad8f15e
Milestone: close Quick side channel communication
by buzbee
· 13 years ago
3b3dbdd
More Quick compiler mir/bb cleanup
by buzbee
· 13 years ago
15bf980
More Quick compiler restructuring
by buzbee
· 13 years ago
b03f487
Shadow frame support for MIR->LLVM-IR conversion
by buzbee
· 13 years ago
2cfc639
Foundation for Quick LLVM compiler
by buzbee
· 13 years ago
bff2465
[Compiler] Add object ref discovery
by buzbee
· 13 years ago
a114add
[Compiler] use Art indentation standard
by Bill Buzbee
· 13 years ago
7b9d996
Tidy up some C-isms.
by Elliott Hughes
· 13 years ago
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
e52e49b
Fix the mutex diagnostics, and other targets of opportunity.
by Elliott Hughes
· 13 years ago
84fd693
Branch fusing
by buzbee
· 13 years ago
57b86d4
Refactor runtime support.
by Ian Rogers
· 13 years ago
fc9e6fa
Compiler intrinsics
by buzbee
· 13 years ago
e62076c
Fix special method codegen
by buzbee
· 13 years ago
f24132c
Fix setter trivial pattern matching.
by Ian Rogers
· 13 years ago
16da88c
Custom codegen for small frameless methods.
by buzbee
· 13 years ago
a7c1268
Restore card marking, minor tuning
by buzbee
· 13 years ago
9c044ce
Support for promoting Method* and compiler temps
by buzbee
· 13 years ago
3fa1379
Patch support for the boot image.
by Ian Rogers
· 13 years ago
Next »