Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a59af8aeaad8fe7d68d8f8de63eab9cf85b6ab31
/
compiler
/
optimizing
/
code_generator_x86.cc
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 5 years ago
17a39ba
JIT baseline: Don't update the inline cache for an intrinsic.
by Nicolas Geoffray
· 5 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 5 years ago
0a51605
Revert "Make compiler/optimizing/ symbols hidden."
by Vladimir Marko
· 5 years ago
e272715
Make compiler/optimizing/ symbols hidden.
by Vladimir Marko
· 5 years ago
7f8678e
Revert^2 "Prevent overflow for AOT hotness counters"
by Mathieu Chartier
· 5 years ago
7ab0777
Revert "Prevent overflow for AOT hotness counters"
by Nicolas Geoffray
· 5 years ago
79e6eb8
Prevent overflow for AOT hotness counters
by Mathieu Chartier
· 5 years ago
6a0b657
ART: ARM64: Optimize frame size for SIMD graphs.
by Artem Serov
· 5 years ago
44ca075
Compiler changes for boot image extension.
by Vladimir Marko
· 5 years ago
bf12191
Implement ClassStatus::kVisiblyInitialized.
by Vladimir Marko
· 5 years ago
b45a435
Add AVX support for packed mul/div instructions.
by Shalini Salomi Bodapati
· 5 years ago
2d06e02
Clean up linker patches in codegens.
by Vladimir Marko
· 5 years ago
d5fd5c3
Make .bss stores atomic release operations.
by Vladimir Marko
· 5 years ago
8fa839c
Revert^2 "Improve ArraySet codegen."
by Vladimir Marko
· 5 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 7 years ago
0dda8c8
Revert "Improve ArraySet codegen."
by Vladimir Marko
· 5 years ago
0ece864
Improve ArraySet codegen.
by Vladimir Marko
· 5 years ago
20d1c94
Patch supports Intel(R) AVX/AVX2 MOV Instruction
by jaishank
· 6 years ago
403aafa
Fix non-deterministic compilation for const-string...
by Vladimir Marko
· 6 years ago
3db7068
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
e5ed5ba
Merge "Optimize mod power 2 for x86"
by Vladimir Marko
· 6 years ago
a66784b
Optimize mod power 2 for x86
by Shalini Salomi Bodapati
· 6 years ago
dd121f6
Emit bit manipulation instructions for x86 and x86_64
by Shalini Salomi Bodapati
· 6 years ago
b546163
Fix HNewArray with unresolved primitive array type.
by Vladimir Marko
· 6 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 6 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
d5245a7
Merge "Revert "ART: Refactor typedef to using""
by Treehugger Robot
· 6 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
c1ecc9b
Merge "Remove sharpening as an optimization pass."
by Nicolas Geoffray
· 6 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 6 years ago
bdb2ecc
Remove sharpening as an optimization pass.
by Nicolas Geoffray
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
14e5a29
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
by Roland Levillain
· 6 years ago
c73f052
Document the use of the biased card table in ART's code generators.
by Roland Levillain
· 6 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 6 years ago
3232dbb
Do not save/restore regs in ClinitCheck slow path.
by Vladimir Marko
· 6 years ago
a9f303c
Rewrite Class init entrypoint to take a Class arg.
by Vladimir Marko
· 6 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 6 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 6 years ago
6fd1606
Implement Integer.valueOf() intrinsic for boot image.
by Vladimir Marko
· 6 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 6 years ago
eebb821
Implement Integer.valueOf() intrinsic for PIC.
by Vladimir Marko
· 6 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 6 years ago
dbaa5c7
ART: Compiler support for const-method-handle
by Orion Hodson
· 6 years ago
18259d7
ART: Compiler support for const-method-type
by Orion Hodson
· 7 years ago
9f8d312
x86: Remove unnecessary temp from CheckCast locations.
by Vladimir Marko
· 7 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 7 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
9992e09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
by Vladimir Marko
· 7 years ago
8ba5641
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
by Vladimir Marko
· 7 years ago
e47f60c
Retrieve String/Class references from .data.bimg.rel.ro.
by Vladimir Marko
· 7 years ago
b066d43
Load ArtMethod* from .data.bimg.rel.ro entries.
by Vladimir Marko
· 7 years ago
351df3e
Minor cleanup of MIN/MAX code.
by Aart Bik
· 7 years ago
1f8d51b
Introduce MIN/MAX/ABS as HIR nodes.
by Aart Bik
· 7 years ago
3dad341
Introduce ABS as HIR nodes.
by Aart Bik
· 7 years ago
59eb30f
ART: Clean up patching data in codegens.
by Vladimir Marko
· 7 years ago
66c158e
Clean up signed/unsigned in vectorizer.
by Aart Bik
· 7 years ago
8d72832
Add compiler option for counting hotness in compiled code.
by Nicolas Geoffray
· 7 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 7 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 7 years ago
a8b8e9b
Improve code sinking near "always throwing" method calls
by Aart Bik
· 7 years ago
dc682aa
Use 28 bits for type check bit string.
by Vladimir Marko
· 7 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 7 years ago
fe8a897
Merge changes Ib1381084,Icb2a838f
by Vladimir Marko
· 7 years ago
8758454
Clean up InstanceOf/CheckCast.
by Vladimir Marko
· 7 years ago
cfe50bb
Implemented missing move/exchange paths for x86
by Aart Bik
· 7 years ago
e619f6c
X86: Clean up interface type check for heap poisoning.
by Vladimir Marko
· 7 years ago
f3c52b4
Fill Class and String .bss slots in runtime.
by Vladimir Marko
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
cefd676
Merge "runtime: Bitstring implementation for subtype checking (4/4)."
by Treehugger Robot
· 7 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 7 years ago
72627a5
Merge "Fix LSA hunt for original reference bug."
by Nicolas Geoffray
· 7 years ago
e0eb483
Fix LSA hunt for original reference bug.
by xueliang.zhong
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
96b7474
Merge "Use ScopedArenaAllocator for code generation."
by Vladimir Marko
· 7 years ago
b277aa1
Merge "ART: Introduce Uint8 loads in compiled code."
by Vladimir Marko
· 7 years ago
61b9228
ART: Introduce Uint8 loads in compiled code.
by Vladimir Marko
· 7 years ago
174b2e2
Use ScopedArenaAllocator for code generation.
by Vladimir Marko
· 7 years ago
0aff3a8
Fix wrong length passed to AAIOBE on x86/x64.
by Nicolas Geoffray
· 7 years ago
bea75ff
Fix using LiveIntervals beyond their lifetime.
by Vladimir Marko
· 7 years ago
ca6fff8
ART: Use ScopedArenaAllocator for pass-local data.
by Vladimir Marko
· 7 years ago
d5d2f2c
ART: Introduce Uint8 compiler data type.
by Vladimir Marko
· 7 years ago
0ebe0d8
ART: Introduce compiler data type.
by Vladimir Marko
· 7 years ago
d8dbc8d
Refactor compiled_method.h .
by Vladimir Marko
· 7 years ago
09659c2
ART: Remove heap poisoning from globals.h
by Andreas Gampe
· 7 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 7 years ago
94ec2db
Use mmapped boot image class table for PIC app HLoadClass.
by Vladimir Marko
· 7 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 7 years ago
03ce1df
Merge "Fix x86 and x64 codegens for 8/16 stores."
by Nicolas Geoffray
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
7861208
Fix x86 and x64 codegens for 8/16 stores.
by Nicolas Geoffray
· 7 years ago
97c4646
Introduce a Marking Register in ARM64 code generation.
by Roland Levillain
· 7 years ago
f789353
Set the deopt flag after adjusting the stack pointer.
by Nicolas Geoffray
· 7 years ago
0eb882b
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
by Vladimir Marko
· 7 years ago
3c8a912
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
by Vladimir Marko
· 7 years ago
e7197bf
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
by Vladimir Marko
· 7 years ago
0a50965
Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64""
by Vladimir Marko
· 7 years ago
Next »