index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dex_verifier_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-4
/
+4
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-1
/
+1
*
Move super class verification to class linker
Ian Rogers
2012-02-01
1
-2
/
+4
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Avoid copying and strlen(3) in the FindClass path.
Elliott Hughes
2011-12-16
1
-1
/
+1
*
Make unresolved a first class verifier type.
Ian Rogers
2011-10-25
1
-8
/
+8
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-0
/
+261
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-2
/
+2
*
Fix cpplint's whitespace warnings.
Elliott Hughes
2011-10-17
1
-1
/
+0
*
Working ClassLoader
Brian Carlstrom
2011-10-10
1
-1
/
+1
*
Added second pass which does code flow checking to verifier.
jeffhao
2011-09-07
1
-2
/
+2
*
Remove use of MemMap for code allocation.
Brian Carlstrom
2011-09-03
1
-2
/
+1
*
Switch to UniquePtr.
Elliott Hughes
2011-08-30
1
-5
/
+6
*
Allow compilation of classes in different ClassLoaders
Brian Carlstrom
2011-08-29
1
-1
/
+1
*
Externalize test code
Brian Carlstrom
2011-08-29
1
-4
/
+2
*
Added first pass of verifier and supporting changes.
jeffhao
2011-08-26
1
-0
/
+49