Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cpplint's whitespace complaints. | Elliott Hughes | 2012-03-26 | 1 | -1/+1 |
* | Fix all our unused parameter warnings so we let GCC report them. | Elliott Hughes | 2012-03-16 | 1 | -2/+1 |
* | Give WalkStack's callback a way to terminate early. | Elliott Hughes | 2012-03-12 | 1 | -4/+6 |
* | Fix copyright headers. | Elliott Hughes | 2012-01-30 | 2 | -2/+30 |
* | Add GC map to oat file | Brian Carlstrom | 2012-01-17 | 1 | -1/+1 |
* | Reduce meta-data object sizes, introduce meta-data helper classes. | Ian Rogers | 2011-12-06 | 1 | -4/+6 |
* | Testing with the new verifier, fix comments as going through code. | Shih-wei Liao | 2011-10-28 | 1 | -20/+149 |
* | Fix the ReferenceMap test. | Shih-wei Liao | 2011-10-27 | 1 | -108/+83 |
* | Verifier clean up. | Ian Rogers | 2011-10-24 | 1 | -58/+56 |
* | Reuse SIRT for C++ references | Brian Carlstrom | 2011-10-20 | 1 | -1/+1 |
* | Move test codes out of src/. They belong to the test/ directory. | Shih-wei Liao | 2011-10-17 | 1 | -0/+172 |
* | Add a unit test for ReferenceMap that involves try-catch-finally. | Shih-wei Liao | 2011-10-15 | 1 | -0/+33 |