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
/
ArchUtility.cc
Age
Commit message (
Expand
)
Author
2012-11-01
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
buzbee
2012-07-10
Quick compiler - fix run-test 019
buzbee
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
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-01-23
Reduce namespace pollution.
Elliott Hughes
2012-01-15
Fix another Mac build error.
Shih-wei Liao
2011-12-13
Don't default-construct std::strings and then assign them.
Elliott Hughes
2011-11-14
Refactor the use of Method by the oat compiler.
Ian Rogers
2011-10-16
Bring our native stack usage down.
Elliott Hughes
2011-10-14
Register promotion fix
buzbee
2011-10-07
Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).
Elliott Hughes
2011-10-02
Optimization fixes
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
Add tables to map between callee saves and vregs
buzbee
2011-09-21
Suspend check reworking (ready for rewiew)
buzbee
2011-09-20
Rework type & size inference, literal usage
buzbee
2011-09-10
Complete compiler portion of exception handling
buzbee
2011-09-08
Transmit mapping table to runtime
buzbee
2011-09-02
Use accessor methods for Object fields.
Ian Rogers
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