index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
codegen
/
CodegenUtil.cc
Age
Commit message (
Expand
)
Author
2012-11-01
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
buzbee
2012-10-09
Fast path interface dispatch.
Ian Rogers
2012-10-02
Enable bitcode verification for debug builds
buzbee
2012-09-28
Split dex_pc<->native_pc mapping table
Bill Buzbee
2012-09-21
Allow more vregs in native GC map.
Ian Rogers
2012-09-21
Quick compiler: bug fix & cleanup
buzbee
2012-09-20
NativePcOffsetToReferenceMap
Ian Rogers
2012-09-13
Prune useless entries from dex to pc map
buzbee
2012-09-09
Basic block combine pass
buzbee
2012-08-28
Avoid compile time rewriting of dex code by verifier.
Ian Rogers
2012-08-14
Global lock levels.
Ian Rogers
2012-07-24
Fixes to x86 register promotion and load hoisting.
jeffhao
2012-06-28
Fixes for x86 compiler optimizations.
jeffhao
2012-06-16
Invoke support for Quick Compiler
buzbee
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-04-14
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-04
Implement various missing parts of the X86 compiler
Ian Rogers
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
Compiler intrinsics
buzbee
2012-03-20
Add 3rd argument register to X86.
Ian Rogers
2012-03-20
Trivial cleanup of typos and fixed-length buffers.
Elliott Hughes
2012-03-19
oat file patching
Brian Carlstrom
2012-03-19
Enable compiler_test on host.
Ian Rogers
2012-03-18
Support for promoting Method* and compiler temps
buzbee
2012-03-18
Patch support for the boot image.
Ian Rogers
2012-03-17
Loop detection, improved reg allocation
buzbee
2012-03-12
Method prologue and epilogues, add missing x86 functionality.
Ian Rogers
2012-03-11
Make code buffer units 8bit rather than 16bit.
Ian Rogers
2012-03-11
Frame layout change
buzbee
2012-03-07
Fix branch bug (showed up in codegen for debug)
buzbee
2012-03-06
Move the compiler away from libdex.
Elliott Hughes
2012-03-05
x86 source code hack and slash
buzbee
2012-03-05
x86 codegen source file skeletons
buzbee
2012-03-04
Complete MIPS code generation support
buzbee
2012-03-03
MIPS switch table support
buzbee
2012-03-02
Another attempt to fix the mac build
buzbee
2012-03-02
Fix the mac build - tweak the display format
buzbee
2012-03-02
Multi-target Codegen cleanup
buzbee
2012-03-01
Another step towards a Mips target
buzbee
2012-02-29
More target-independence
buzbee
2012-02-26
Multi-target support
buzbee