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
/
RallocUtil.cc
Age
Commit message (
Expand
)
Author
2012-08-23
Quick compiler: restore optimizations
buzbee
2012-07-16
Quick compiler, fix wide bug
buzbee
2012-06-21
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-21
Fix a bunch of lint.
Elliott Hughes
2012-06-20
Milestone: close Quick side channel communication
buzbee
2012-06-13
More Quick compiler restructuring
buzbee
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-20
Trivial cleanup of typos and fixed-length buffers.
Elliott Hughes
2012-03-19
Restore card marking, minor tuning
buzbee
2012-03-18
Support for promoting Method* and compiler temps
buzbee
2012-03-17
Loop detection, improved reg allocation
buzbee
2012-03-16
Fix out-of-bounds memory access
buzbee
2012-03-14
Real fix for 064
buzbee
2012-03-13
SSA rework and support compiler temps in the frame
buzbee
2012-03-11
Frame layout change
buzbee
2012-03-09
Refactor the compilers out of libart.
Elliott Hughes
2012-03-07
Fix branch bug (showed up in codegen for debug)
buzbee
2012-02-29
More target-independence
buzbee
2012-02-26
Multi-target support
buzbee
2012-02-02
Compiler tuning
buzbee
2012-01-23
Reduce namespace pollution.
Elliott Hughes
2011-11-02
Register allocation fixes.
buzbee
2011-10-14
Register promotion fix
buzbee
2011-10-07
Reg utility fix
buzbee
2011-10-05
Fix Vmap table size
buzbee
2011-10-02
Optimization fixes
buzbee
2011-10-01
Various bugfixes
buzbee
2011-09-29
Register usage cleanup
buzbee
2011-09-26
Misc codegen fixes related to register promotion
buzbee
2011-09-23
assert to DCHECK conversion
buzbee
2011-09-23
Fix dalvik vm reg to callee save mappings
buzbee
2011-09-23
Add tables to map between callee saves and vregs
buzbee
2011-09-14
Fix null check elimination
buzbee
2011-09-13
SSA renaming fix & invalid opcode fix
buzbee
2011-09-11
Mark top of managed stack on helper transitions
buzbee
2011-09-08
Add suspend check & stub
buzbee
2011-09-07
Fixes for register promotion; enable fast path
buzbee
2011-09-05
Try/Catch analysis; various workarounds
buzbee
2011-08-29
Register temp handling fix
buzbee
2011-08-25
Add slow-path code gen for static/direct invokes
buzbee
2011-08-24
Add switch and comparison tests. Fix ralloc bug
buzbee
2011-08-19
Oat compiler integration snapshot.
buzbee