index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
sea_ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
2
-3
/
+3
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
3
-9
/
+6
*
Rewrite the compiler interface for CompilerDriver.
Nicolas Geoffray
2014-02-18
1
-14
/
+7
*
Move compiler code out of method verifier.
Vladimir Marko
2013-12-17
1
-1
/
+1
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-21
3
-8
/
+8
*
Multi threaded hashed deduplication during compilation.
Mathieu Chartier
2013-09-03
1
-5
/
+3
*
Add buffering to ELF file generation
Brian Carlstrom
2013-08-26
1
-0
/
+1
*
Build fix.
Ian Rogers
2013-08-16
1
-1
/
+1
*
Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev
Ian Rogers
2013-08-16
12
-85
/
+225
|
\
|
*
Get SEA fibonacci running in interpreter mode.
Dragos Sbirlea
2013-08-16
12
-85
/
+225
*
|
Merge "Fix up TODO: c++0x, update cpplint." into dalvik-dev
Mathieu Chartier
2013-08-16
5
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
5
-6
/
+6
*
|
Get PORTABLE + SMALL on x86.
Dragos Sbirlea
2013-08-15
4
-10
/
+42
|
/
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-1
/
+1
*
Added tests for SEA IR intermediate representation.
Dragos Sbirlea
2013-08-08
2
-6
/
+66
*
Add tests for SEA IR types infrastructure.
Dragos Sbirlea
2013-08-07
4
-5
/
+177
*
Renamed SeaGraph::GetCurrentGraph to GetGraph for clarity.
Dragos Sbirlea
2013-08-07
3
-3
/
+3
*
Refactored SEA IR folder structure to be more logical.
Dragos Sbirlea
2013-08-07
14
-35
/
+35
*
SEA IR type handling complete for fibonacci.
Dragos Sbirlea
2013-08-07
11
-33
/
+187
*
Fixed SEA IR bugs.
Dragos Sbirlea
2013-08-05
6
-9
/
+61
*
Replaced .dot generation lock with ScopedObjectAccess.
Dragos Sbirlea
2013-08-05
2
-15
/
+17
*
Generation of dot files through visitor.Added type info to .dot.
Dragos Sbirlea
2013-08-05
14
-272
/
+448
*
Added SEA IR type infrastructure (and a bit of cleanup).
Dragos Sbirlea
2013-08-01
9
-41
/
+367
*
Fix build. (whitespace issues)
Dragos Sbirlea
2013-07-29
2
-3
/
+3
*
Added SEA IR def -> use edges (along the use -> def).
Dragos Sbirlea
2013-07-29
3
-31
/
+47
*
Fixed 100 char limit in SEA IR files.
Dragos Sbirlea
2013-07-29
3
-14
/
+24
*
Fix build (whitespace issues)
Dragos Sbirlea
2013-07-26
1
-24
/
+0
*
Improvements and clustering for the .dot file generation.
Dragos Sbirlea
2013-07-26
5
-37
/
+54
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
10
-32
/
+32
*
Continued refactoring of strings & headers.
Dragos Sbirlea
2013-07-23
4
-25
/
+13
*
Refactored string to int conversion.
Dragos Sbirlea
2013-07-23
5
-33
/
+15
*
Make Sea IR objects un-copyable.
Dragos Sbirlea
2013-07-23
1
-1
/
+4
*
Added code generation framework.
Dragos Sbirlea
2013-07-22
8
-156
/
+1097
*
am 751d4ed4: Fixing cpplint legal/copyright issues
Brian Carlstrom
2013-07-19
1
-0
/
+16
|
\
|
*
Fixing cpplint legal/copyright issues
Brian Carlstrom
2013-07-18
1
-0
/
+16
*
|
am fc0e3219: Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
2
-6
/
+6
|
\
\
|
|
/
|
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
2
-6
/
+6
*
|
resolved conflicts for merge of 7940e44f to dalvik-dev
Brian Carlstrom
2013-07-12
2
-86
/
+632
|
/
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
5
-0
/
+1479