index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86 source code hack and slash
buzbee
2012-03-05
17
-242
/
+830
*
x86 codegen source file skeletons
buzbee
2012-03-05
16
-6
/
+2992
*
Merge "Start of X86 LIR description." into dalvik-dev
Ian Rogers
2012-03-05
1
-0
/
+367
|
\
|
*
Start of X86 LIR description.
Ian Rogers
2012-03-05
1
-0
/
+367
*
|
Fix type in README.mips
buzbee
2012-03-05
1
-1
/
+1
|
/
*
Fix MIPS comment typo.
Ian Rogers
2012-03-05
1
-1
/
+1
*
Sharpen virtual calls to final methods.
Ian Rogers
2012-03-05
11
-32
/
+65
*
Merge "Add the missing operator<< for InstructionSet and use it in the disass...
Elliott Hughes
2012-03-05
3
-2
/
+15
|
\
|
*
Add the missing operator<< for InstructionSet and use it in the disassembler.
Elliott Hughes
2012-03-02
3
-2
/
+15
*
|
Fix build. ART mandates the ordering of fields in SIRT.
Shih-wei Liao
2012-03-04
1
-2
/
+1
*
|
No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0"
Shih-wei Liao
2012-03-04
1
-1
/
+4
*
|
Add runtime support routines to runtime_support_llvm.h and utils_llvm.
Shih-wei Liao
2012-03-04
2
-0
/
+31
*
|
Initial runtime support routines for ART LLVM.
Shih-wei Liao
2012-03-04
5
-19
/
+174
*
|
Merge "Disassembler support for branches." into dalvik-dev
Ian Rogers
2012-03-04
2
-10
/
+254
|
\
\
|
*
|
Disassembler support for branches.
Ian Rogers
2012-03-04
2
-10
/
+254
*
|
|
Complete MIPS code generation support
buzbee
2012-03-04
13
-304
/
+391
|
/
/
*
|
Mips portable floating point support
Bill Buzbee
2012-03-03
5
-23
/
+132
*
|
Merge "MIPS switch table support" into dalvik-dev
buzbee
2012-03-03
14
-134
/
+371
|
\
\
|
*
|
MIPS switch table support
buzbee
2012-03-03
14
-134
/
+371
|
|
/
*
|
Merge "Fix bug in JNI compiler AAPCS padding calculation" into dalvik-dev
Ian Rogers
2012-03-03
2
-9
/
+31
|
\
\
|
*
|
Fix bug in JNI compiler AAPCS padding calculation
Ian Rogers
2012-03-03
2
-9
/
+31
|
|
/
*
|
Enable -arm-long-calls for ARMv7/Thumb2 code generation.
Logan Chien
2012-03-03
1
-0
/
+8
|
/
*
Merge "Fix a deadlock caused by my big threading change yesterday." into dalv...
Ian Rogers
2012-03-02
5
-8
/
+51
|
\
|
*
Fix a deadlock caused by my big threading change yesterday.
Elliott Hughes
2012-03-02
5
-8
/
+51
*
|
Extra verbosity and disassembler for oatdump
Ian Rogers
2012-03-02
6
-159
/
+1115
*
|
Merge "More MIPS support" into dalvik-dev
buzbee
2012-03-02
8
-85
/
+100
|
\
\
|
*
|
More MIPS support
buzbee
2012-03-02
8
-85
/
+100
*
|
|
Another attempt to fix the mac build
buzbee
2012-03-02
1
-1
/
+1
*
|
|
Fix the mac build - tweak the display format
buzbee
2012-03-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Make diagnostic output more consistent.
Elliott Hughes
2012-03-02
1
-2
/
+2
|
/
*
Multi-target Codegen cleanup
buzbee
2012-03-02
19
-308
/
+242
*
Print LLVM passes time consumption.
Logan Chien
2012-03-02
1
-0
/
+9
*
Remove duplicated code.
Logan Chien
2012-03-01
1
-2
/
+1
*
Merge "Remove MutexLock from the argument. Use AssertHeld instead." into dal...
Shih-wei Liao
2012-03-01
2
-9
/
+12
|
\
|
*
Remove MutexLock from the argument. Use AssertHeld instead.
Logan Chien
2012-03-01
2
-9
/
+12
*
|
libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.
Elliott Hughes
2012-03-01
15
-78
/
+175
|
/
*
Change assembler to use byte instruction lengths
buzbee
2012-03-01
8
-350
/
+317
*
Another step towards a Mips target
buzbee
2012-03-01
21
-3114
/
+848
*
Add kMips and mips32r2 target attribute. Remove NoFramePointerElim.
Shih-wei Liao
2012-03-01
3
-8
/
+7
*
Code cleanup: Move private members to the end of class declaration.
Logan Chien
2012-03-01
1
-39
/
+39
*
Rename header guard of compiler_llvm.h
Logan Chien
2012-03-01
1
-3
/
+3
*
Remove incorrect LOG(INFO).
Logan Chien
2012-03-01
1
-8
/
+0
*
Cleanup LLVM code generation code.
Logan Chien
2012-03-01
5
-70
/
+85
*
Fix the build by adding #if defined(ART_USE_LLVM_COMPILER)
Shih-wei Liao
2012-03-01
1
-0
/
+2
*
Allocate local variable on the stack.
Logan Chien
2012-03-01
1
-5
/
+5
*
Use switch statement to select target triple.
Logan Chien
2012-03-01
1
-5
/
+14
*
Code cleanup
Logan Chien
2012-03-01
1
-13
/
+14
*
Update the header guard of oat_compilation_unit.h
Logan Chien
2012-03-01
1
-3
/
+3
*
Disable frame pointer elimination of the LLVM code generator.
Logan Chien
2012-03-01
1
-0
/
+2
*
Merge "Move llvm::PassRegistry to InitializeLLVM()." into dalvik-dev
Shih-wei Liao
2012-03-01
2
-15
/
+15
|
\
[next]