Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
08d3ab591d98fce33b7ab552a10cec04aaff6ce1
/
compiler
/
utils
3da15f8
Merge "Optimizing/ARM: Fix CmpConstant()."
by Vladimir Marko
· 10 years ago
a21489e
Merge "Clean up SwapSpace."
by Vladimir Marko
· 10 years ago
5f332cb
Merge "MIPS32: improvements in code generation (mostly 64-bit ALU ops)"
by Nicolas Geoffray
· 10 years ago
6ce0173
On x64, cmpl can never take a int64 immediate.
by Nicolas Geoffray
· 10 years ago
ef9230b
Clean up SwapSpace.
by Vladimir Marko
· 10 years ago
ac6ac10
Optimizing/ARM: Fix CmpConstant().
by Vladimir Marko
· 10 years ago
299a939
MIPS64: Fuse long and FP compare & condition in Optimizing.
by Alexey Frunze
· 10 years ago
0ac7a8e
Merge "Optimizing/ARM: Fix AddConstant() to adhere to set_cc."
by Vladimir Marko
· 10 years ago
f5c09c3
Optimizing/ARM: Fix AddConstant() to adhere to set_cc.
by Vladimir Marko
· 10 years ago
5c7aed3
MIPS32: improvements in code generation (mostly 64-bit ALU ops)
by Alexey Frunze
· 10 years ago
cd7b0ee
MIPS32: Fuse long and FP compare & condition in Optimizing.
by Alexey Frunze
· 10 years ago
6d0aefd
Merge "MIPS32: Improve integer division by constants"
by Nicolas Geoffray
· 10 years ago
e0d25b1
Merge "Allow initializing runtime with parsed options."
by Vladimir Marko
· 10 years ago
88b2b80
Allow initializing runtime with parsed options.
by Vladimir Marko
· 10 years ago
5bde68f
Merge "MIPS32: Bit rotation intrinsics"
by Andreas Gampe
· 10 years ago
e15f6e2
Merge "MIPS32: int java.lang.*.numberOfLeadingZeros"
by Andreas Gampe
· 10 years ago
eddbfb7
Merge "MIPS32: java.lang.*.reverse"
by Andreas Gampe
· 10 years ago
b4536b7
Optimizing/ARM: Implement kDexCachePcRelative dispatch.
by Vladimir Marko
· 10 years ago
e16ce5a
MIPS32: Bit rotation intrinsics
by Chris Larsen
· 10 years ago
e384547
MIPS32: int java.lang.*.numberOfLeadingZeros
by Chris Larsen
· 10 years ago
70014c8
MIPS32: java.lang.*.reverse
by Chris Larsen
· 10 years ago
7e99e05
MIPS32: Improve integer division by constants
by Alexey Frunze
· 10 years ago
51a354c
Merge "MIPS64: Support short and long branches"
by Roland Levillain
· 10 years ago
f180af0
Merge "Optimizing/ARM: Improve long shifts by 1."
by Vladimir Marko
· 10 years ago
97cd5bb
Merge "Optimizing/Thumb2: Improve load/store for large offsets."
by Vladimir Marko
· 10 years ago
a0e87b0
MIPS64: Support short and long branches
by Alexey Frunze
· 10 years ago
e3dbda2
Merge "MIPS32: Miscellaneous bit manipulations routines:"
by Andreas Gampe
· 10 years ago
f9d741e
Optimizing/ARM: Improve long shifts by 1.
by Vladimir Marko
· 10 years ago
6fd0ffe
Optimizing/Thumb2: Improve load/store for large offsets.
by Vladimir Marko
· 10 years ago
3f8bf65
MIPS32: Miscellaneous bit manipulations routines:
by Chris Larsen
· 10 years ago
2264f62
Merge "MIPS64: small improvements in code generation"
by Nicolas Geoffray
· 10 years ago
5c75ffa
MIPS64: small improvements in code generation
by Alexey Frunze
· 10 years ago
c857c74
MIPS64: Improve integer division by constants
by Alexey Frunze
· 10 years ago
10ef694
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
by Vladimir Marko
· 10 years ago
c74e69f
Merge "ART: Arm32 packed-switch jump tables"
by Andreas Gampe
· 10 years ago
7cffc3b
ART: Arm32 packed-switch jump tables
by Andreas Gampe
· 10 years ago
9f51f26
X86: Add support for ucomis[sd] reg/memory form
by Mark Mendell
· 10 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 10 years ago
e5d80f8
Move ArenaBitVector into the runtime
by Mathieu Chartier
· 10 years ago
98a73e1
MIPS64: Add tests for rotation, and shift instructions
by Chris Larsen
· 10 years ago
9aebff2
MIPS64: Add intrinsic support for bit rotation
by Chris Larsen
· 10 years ago
c4daa0a
Merge "MIPS64: Additional assember tests:"
by Andreas Gampe
· 10 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 10 years ago
943e89e
Merge "X86 jump tables for PackedSwitch"
by Vladimir Marko
· 10 years ago
392835d
Merge "X86_64 jump tables for PackedSwitch"
by Vladimir Marko
· 10 years ago
805b3b5
X86 jump tables for PackedSwitch
by Mark Mendell
· 10 years ago
9c86b48
X86_64 jump tables for PackedSwitch
by Mark Mendell
· 10 years ago
6440443
Merge "Improve Thumb2 bitwise operations."
by Vladimir Marko
· 10 years ago
d2b4ca2
Improve Thumb2 bitwise operations.
by Vladimir Marko
· 10 years ago
0ccb383
Fix braino in arm assembler.
by Nicolas Geoffray
· 10 years ago
26a896a
Merge "Implement System.arraycopy intrinsic for arm."
by Nicolas Geoffray
· 10 years ago
5bd05a5
Implement System.arraycopy intrinsic for arm.
by Nicolas Geoffray
· 10 years ago
e3c4fcf
Merge "MIPS: Assemblers changes needed for optimizing compiler"
by Nicolas Geoffray
· 10 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 10 years ago
7532401
ART: Change asm test logging
by Andreas Gampe
· 10 years ago
5141763
MIPS64: Additional assember tests:
by Chris Larsen
· 10 years ago
f3e0706
ART: Add more error logging to assembler tests
by Andreas Gampe
· 10 years ago
8c434dc
MIPS: Assemblers changes needed for optimizing compiler
by Goran Jakovljevic
· 10 years ago
dbce0d7
MIPS64r6 Assembler Tests
by Chris Larsen
· 10 years ago
1450082
MIPS64: Code cleanup.
by Chris Larsen
· 10 years ago
225b646
Optimizing: Tag arena allocations in code generators.
by Vladimir Marko
· 10 years ago
211c211
Optimizing: Rewrite DCE's MarkReachableBlocks().
by Vladimir Marko
· 10 years ago
7bfd7ee
Merge "Fix x64's cmpw."
by Nicolas Geoffray
· 10 years ago
46fe065
Fix x64's cmpw.
by Nicolas Geoffray
· 10 years ago
85b62f2
ART: Refactor intrinsics slow-paths
by Andreas Gampe
· 10 years ago
e295be4
Merge "Additional MIPS64 instructions needed by intrinsics code."
by Andreas Gampe
· 10 years ago
bcee092
Add X86 bsf and rotate instructions
by Mark Mendell
· 10 years ago
0600cdc
Remove unnecessary std::move from test_dex_file_builder
by Pirama Arumuga Nainar
· 10 years ago
619552b
Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight"
by Vladimir Marko
· 10 years ago
9ee23f4
ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight
by Scott Wakeling
· 10 years ago
2fadd7b
Additional MIPS64 instructions needed by intrinsics code.
by Chris Larsen
· 10 years ago
0616ae0
[optimizing] Add support for x86 constant area
by Mark Mendell
· 10 years ago
449b109
ART: Clean up Thumb2Assembler's AddConstant().
by Vladimir Marko
· 10 years ago
7a4ba99
Merge "ART: Abort if malloc() fails in SwapAllocator::allocate()."
by Vladimir Marko
· 10 years ago
305ff2d
ART: Abort if malloc() fails in SwapAllocator::allocate().
by Vladimir Marko
· 10 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 10 years ago
46637e6
Merge "ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers."
by Vladimir Marko
· 10 years ago
73cf0fb
ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers.
by Vladimir Marko
· 10 years ago
75d4e58
Merge "X86: Assembler support for near labels"
by Vladimir Marko
· 10 years ago
574d755
Merge "Minor changes to art::arm::Thumb2Assembler::StoreToOffset."
by Roland Levillain
· 10 years ago
73f455e
X86: Assembler support for near labels
by Mark Mendell
· 10 years ago
23f02f3
Minor changes to art::arm::Thumb2Assembler::StoreToOffset.
by Roland Levillain
· 10 years ago
ff73498
Revert "Revert "[MIPS] Use hard float calling convention for managed code""
by Goran Jakovljevic
· 10 years ago
7fee84c
Revert "[MIPS] Use hard float calling convention for managed code"
by Vladimir Marko
· 10 years ago
a29449d
[MIPS] Use hard float calling convention for managed code
by Goran Jakovljevic
· 10 years ago
f71ad9e
Merge "Svelter libart-compiler"
by Alex Light
· 10 years ago
50fa993
Svelter libart-compiler
by Alex Light
· 10 years ago
8ae3ffb
Add 'bsr' instruction to x86 and x86_64
by Mark Mendell
· 10 years ago
b9c4bbe
Add rep movsw to x86 and x86_64 instructions.
by Mark Mendell
· 10 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 10 years ago
cfa410b
[optimizing] More x86_64 code improvements
by Mark Mendell
· 10 years ago
fe092ab
Merge "Added repe_cmpsq instruction to x86_64 assembler"
by Vladimir Marko
· 10 years ago
611d339
ARM/ARM64: Implement numberOfLeadingZeros intrinsic.
by Scott Wakeling
· 10 years ago
3fd0e6a
Added repe_cmpsq instruction to x86_64 assembler
by agicsaki
· 10 years ago
743e962
Merge "Optimizing: Add Non Temporal Move support for x86"
by Aart Bik
· 10 years ago
e238414
Merge "Optimizing: Use more X86 3 operand multiplies"
by Roland Levillain
· 10 years ago
970abfb
Added repe_cmpsl instruction to x86, x86_64 assemblers
by agicsaki
· 10 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 10 years ago
7a08fb5
Optimizing: Add Non Temporal Move support for x86
by Mark Mendell
· 10 years ago
4a2aa4a
Optimizing: Use more X86 3 operand multiplies
by Mark Mendell
· 10 years ago
Next »