index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
quick
/
codegen_util.cc
Age
Commit message (
Expand
)
Author
2016-01-26
Revert "Revert "Add option to generate compressed backtrace info.""
David Srbecky
2016-01-25
Revert "Add option to generate compressed backtrace info."
David Srbecky
2016-01-22
Add option to generate compressed backtrace info.
David Srbecky
2015-10-27
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-10-15
Use ATTRIBUTE_UNUSED more.
Roland Levillain
2015-10-08
ART: Do not include endian.h on Mac.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-29
Quick: Avoid shifting -1 left (undefined behavior).
Vladimir Marko
2015-09-02
Optimizing: Tag Arena allocations with their source.
Vladimir Marko
2015-08-19
Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""
Vladimir Marko
2015-08-19
Revert "Optimizing: Better invoke-static/-direct dispatch."
Vladimir Marko
2015-08-19
Optimizing: Better invoke-static/-direct dispatch.
Vladimir Marko
2015-06-17
ART: Compiler generated GC map should take care of temp registers.
Pavel Vyssotski
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-28
Add --generate-debug-info flag and remove the other two flags.
David Srbecky
2015-05-07
Quick: Abolish kMirOpCheckPart2.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-13
Add --include-cfi compiler option.
David Srbecky
2015-04-09
Merge "Quick: PC-relative loads from dex cache arrays on x86."
Vladimir Marko
2015-04-09
Implement CFI for Optimizing.
David Srbecky
2015-04-09
Quick: PC-relative loads from dex cache arrays on x86.
Vladimir Marko
2015-04-08
Implement CFI for Quick.
David Srbecky
2015-04-08
Merge "Remove the old CFI infrastructure."
David Srbecky
2015-04-07
Remove the old CFI infrastructure.
David Srbecky
2015-04-07
Promote pointer to dex cache arrays on arm.
Vladimir Marko
2015-04-02
Pass linker patches around as const.
Vladimir Marko
2015-04-01
Write .debug_line section using the new DWARF library.
David Srbecky
2015-03-31
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-27
Quick: Finding upper half of kMirOpCheckPart2 should passthough empty blocks
Pavel Vyssotski
2015-03-25
Quick: Fix "select" pattern to update data used for GC maps.
Vladimir Marko
2015-03-24
Quick: Clean up Mir2Lir codegen.
Vladimir Marko
2015-03-20
Quick: Create GC map based on compiler data.
Vladimir Marko
2015-03-06
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-04
ART: Do not produce CFI when not asked for
Andreas Gampe
2015-02-19
Replace a few std::vector with ArenaVector in Mir2Lir.
Vladimir Marko
2015-02-12
ART: Fix InsertCaseLabel to return boundary_lir always
Chao-ying Fu
2015-02-09
ART: Remove MIRGraph::dex_pc_to_block_map_
Chao-ying Fu
2015-01-27
ART: Even more Quick cleanup
Andreas Gampe
2015-01-26
ART: Some Quick cleanup
Andreas Gampe
2015-01-06
ART: Remove LowestSetBit and IsPowerOfTwo
Andreas Gampe
2014-12-22
ART: Swap-space in the compiler
Andreas Gampe
2014-12-08
Merge "Re-factor Quick ABI support"
Vladimir Marko
2014-12-08
Re-factor Quick ABI support
Serguei Katkov
2014-12-04
X86_64 QBE: use RIP addressing
Mark Mendell
2014-12-03
Remove method verification results right after compiling a method
Mathieu Chartier
2014-11-28
Refactor handling of conditional branches with known result.
Vladimir Marko
2014-11-24
Skip null check in MarkGCCard() for known non-null values.
Vladimir Marko
2014-11-20
Add card mark to filled-new-array.
Vladimir Marko
2014-11-04
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
Andreas Gampe
2014-11-03
ART: Replace COMPILE_ASSERT with static_assert (compiler)
Andreas Gampe
[next]