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
/
arm
/
ArmRallocUtil.cc
Age
Commit message (
Expand
)
Author
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-03-18
Support for promoting Method* and compiler temps
buzbee
2012-03-13
SSA rework and support compiler temps in the frame
buzbee
2012-03-07
Fix branch bug (showed up in codegen for debug)
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
2012-02-03
Make the compiler threadsafe
buzbee
2012-02-02
Compiler tuning
buzbee
2012-01-23
Reduce namespace pollution.
Elliott Hughes
2011-12-06
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-11-14
Refactor the use of Method by the oat compiler.
Ian Rogers
2011-11-02
Register allocation fixes.
buzbee
2011-10-14
Register promotion fix
buzbee
2011-10-07
Reg utility fix
buzbee
2011-10-05
Compiler cleanup
buzbee
2011-10-02
Optimization fixes
buzbee
2011-09-29
Register usage cleanup
buzbee
2011-09-23
assert to DCHECK conversion
buzbee
2011-09-23
Add tables to map between callee saves and vregs
buzbee
2011-09-10
Complete compiler portion of exception handling
buzbee
2011-09-05
Try/Catch analysis; various workarounds
buzbee
2011-09-02
Use accessor methods for Object fields.
Ian Rogers
2011-08-28
Use slow-path static field accessors; added tests
buzbee
2011-08-28
Enable virtual invokes, use new alloc, misc
buzbee
2011-08-23
Misc fixes, new compiler unit tests
buzbee
2011-08-21
Updating the compiler to use the new-world model
buzbee
2011-08-19
Oat compiler integration snapshot.
buzbee