OSDN Git Service

android-x86/art.git
2014-10-09 Brian Carlstromam a1d1fc2b: Merge "Restore valgrind-test-art-host"
2014-10-09 Brian CarlstromMerge "Restore valgrind-test-art-host"
2014-10-09 Brian CarlstromRestore valgrind-test-art-host
2014-10-09 Nicolas Geoffrayam 88dd36d2: Merge "Makefile cleanups."
2014-10-09 Nicolas GeoffrayMerge "Makefile cleanups."
2014-10-09 Nicolas GeoffrayMakefile cleanups.
2014-10-09 Ian Rogersam 9e878d50: Merge "Tidy ELF builder."
2014-10-09 Ian RogersMerge "Tidy ELF builder."
2014-10-09 Vladimir Markoam 51205042: Merge "Quick: Reduce memory usage and...
2014-10-09 Vladimir Markoam 2da74f2d: Merge "Quick: Separate null check eliminat...
2014-10-09 Vladimir MarkoMerge "Quick: Reduce memory usage and improve compile...
2014-10-09 Vladimir MarkoMerge "Quick: Separate null check elimination and type...
2014-10-09 Ian RogersTidy ELF builder.
2014-10-09 Vladimir MarkoQuick: Reduce memory usage and improve compile time.
2014-10-09 Vladimir MarkoQuick: Separate null check elimination and type inference.
2014-10-09 Nicolas Geoffrayam 2072c465: Merge "Stop converting from Location to...
2014-10-09 Nicolas GeoffrayMerge "Stop converting from Location to ManagedRegister."
2014-10-09 Nicolas GeoffrayStop converting from Location to ManagedRegister.
2014-10-09 Brian Carlstromam b6404fe0: Disable kEnableJavaStackTraceHandler
2014-10-09 Brian Carlstromam a3c4d722: Merge "Disable kEnableJavaStackTraceHandler"
2014-10-09 Brian CarlstromMerge "Disable kEnableJavaStackTraceHandler"
2014-10-09 Brian CarlstromDisable kEnableJavaStackTraceHandler
2014-10-09 Ian Rogersam a9b09744: Merge "Don\'t copy fill array data to...
2014-10-08 Ian RogersMerge "Don't copy fill array data to quick literal...
2014-10-08 Ian RogersDon't copy fill array data to quick literal pool.
2014-10-08 Mathieu Chartieram 47798949: Merge "Dump mutator lock for thread suspen...
2014-10-08 Mathieu ChartierMerge "Dump mutator lock for thread suspend timeout"
2014-10-08 Mathieu ChartierDump mutator lock for thread suspend timeout
2014-10-08 Brian CarlstromDisable kEnableJavaStackTraceHandler
2014-10-08 Nicolas Geoffrayam f1f05d30: Merge "Really fix --gdb when running tests...
2014-10-08 Nicolas GeoffrayMerge "Really fix --gdb when running tests on target."
2014-10-08 Ian Rogersam 175b2732: Merge "Header file clean up."
2014-10-08 Ian RogersMerge "Header file clean up."
2014-10-08 Ian RogersHeader file clean up.
2014-10-08 Bill Buzbeeam edc34c88: Merge "ART: fix NullCheckElimination to...
2014-10-08 Bill Buzbeeam 254aa0d3: Merge "ART: Fix SelectKind to work with...
2014-10-08 Bill Buzbeeam 1293b6b2: Merge "ART: Fix issues with SplitBlock"
2014-10-08 Bill Buzbeeam 893e8558: Merge "Fix to MirGraph::GetSSANameWithConst()"
2014-10-08 Bill BuzbeeMerge "ART: fix NullCheckElimination to preserve MIR_IG...
2014-10-08 Bill BuzbeeMerge "ART: Fix SelectKind to work with nullptr"
2014-10-08 Bill BuzbeeMerge "ART: Fix issues with SplitBlock"
2014-10-08 Bill BuzbeeMerge "Fix to MirGraph::GetSSANameWithConst()"
2014-10-08 Roland Levillainam 663796fb: Merge "Fix and improve static evaluation...
2014-10-08 Roland LevillainMerge "Fix and improve static evaluation of constant...
2014-10-08 Roland LevillainFix and improve static evaluation of constant expressions.
2014-10-08 Mathew ZaleskiART: Fix issues with SplitBlock
2014-10-08 Vladimir Markoam 50940ea8: Merge "Implement method calls using relati...
2014-10-08 Vladimir MarkoMerge "Implement method calls using relative BL on...
2014-10-08 Nicolas GeoffrayReally fix --gdb when running tests on target.
2014-10-07 Nicolas Geoffrayam 1000e69b: Merge "Add trivial register hints to the...
2014-10-07 Nicolas GeoffrayMerge "Add trivial register hints to the register alloc...
2014-10-07 Nicolas GeoffrayAdd trivial register hints to the register allocator.
2014-10-07 Nicolas Geoffrayam a9f29042: Merge "Add support for floats and doubles."
2014-10-07 Nicolas GeoffrayMerge "Add support for floats and doubles."
2014-10-07 Nicolas GeoffrayAdd support for floats and doubles.
2014-10-07 Nicolas Geoffrayam 4a1b4679: Merge "Inserting a node must also update...
2014-10-07 Nicolas GeoffrayMerge "Inserting a node must also update its inputs...
2014-10-07 Nicolas GeoffrayInserting a node must also update its inputs users.
2014-10-07 Vladimir Markoam 0d6102a8: Merge "Propagate optimization flags to...
2014-10-07 Vladimir MarkoMerge "Propagate optimization flags to kMirOpCheck."
2014-10-07 Nicolas Geoffrayam 45eaba56: Merge "Fix movw on x86/x86_64 to accept...
2014-10-07 Nicolas GeoffrayMerge "Fix movw on x86/x86_64 to accept any 16bits...
2014-10-07 Nicolas GeoffrayFix movw on x86/x86_64 to accept any 16bits immediate.
2014-10-07 Nicolas Geoffrayam 41abdb6e: Merge "Do not use kDiesAtEntry when inputs...
2014-10-07 Nicolas GeoffrayMerge "Do not use kDiesAtEntry when inputs must be...
2014-10-07 Nicolas GeoffrayDo not use kDiesAtEntry when inputs must be in specific...
2014-10-07 Nicolas Geoffrayam e9da5d17: Merge "Add a prepare for register allocati...
2014-10-07 Nicolas GeoffrayMerge "Add a prepare for register allocation pass."
2014-10-07 Nicolas Geoffrayam 9800e55b: Merge "Make which dex2oat version to use...
2014-10-07 Nicolas GeoffrayMerge "Make which dex2oat version to use configurable."
2014-10-07 Yevgeny RoubanART: fix NullCheckElimination to preserve MIR_IGNORE_NU...
2014-10-06 Hiroshi Yamauchiam 92e7b912: Merge "Fix a merge error in cl 108991."
2014-10-06 Mathieu Chartieram 902c989b: Merge "Add way to warn about missing JNI_A...
2014-10-06 Nicolas Geoffrayam da20867f: Merge "Merge host-run-test-jar and push...
2014-10-06 Hiroshi YamauchiMerge "Fix a merge error in cl 108991."
2014-10-06 Mathieu ChartierMerge "Add way to warn about missing JNI_ABORT"
2014-10-06 Hiroshi YamauchiFix a merge error in cl 108991.
2014-10-06 Mathieu ChartierAdd way to warn about missing JNI_ABORT
2014-10-06 Nicolas GeoffrayMerge "Merge host-run-test-jar and push-and-run-test...
2014-10-06 Nicolas GeoffrayMerge host-run-test-jar and push-and-run-test-jar.
2014-10-06 Hiroshi Yamauchiam 31fa08d8: Merge "Handlerize methods across some...
2014-10-06 Hiroshi YamauchiMerge "Handlerize methods across some GC points."
2014-10-06 Nicolas GeoffrayAdd a prepare for register allocation pass.
2014-10-06 Hiroshi YamauchiHandlerize methods across some GC points.
2014-10-06 Nicolas Geoffrayam 17b1c174: Merge "Add support for inputs dying at...
2014-10-06 Nicolas GeoffrayMerge "Add support for inputs dying at entry of instruc...
2014-10-06 Nicolas GeoffrayAdd support for inputs dying at entry of instructions.
2014-10-06 Nicolas GeoffrayMake which dex2oat version to use configurable.
2014-10-06 Mark MendellFix to MirGraph::GetSSANameWithConst()
2014-10-06 Vladimir MarkoPropagate optimization flags to kMirOpCheck.
2014-10-04 Brian Carlstromam 2d4e89e9: Merge "Respect USE_CLANG_PLATFORM_BUILD...
2014-10-04 Brian CarlstromMerge "Respect USE_CLANG_PLATFORM_BUILD for art builds"
2014-10-04 Bernhard RosenkraenzerRespect USE_CLANG_PLATFORM_BUILD for art builds
2014-10-04 Nicolas Geoffrayam 15a7fc2e: Merge "Make host-run-test-ar take --no...
2014-10-04 Nicolas GeoffrayMerge "Make host-run-test-ar take --no-prebuild."
2014-10-04 Nicolas GeoffrayMake host-run-test-ar take --no-prebuild.
2014-10-04 Nicolas Geoffrayam e6b73ea6: Merge "Merge push-and-run-{prebuilt}-test...
2014-10-04 Nicolas GeoffrayMerge "Merge push-and-run-{prebuilt}-test-jar files."
2014-10-04 Brian Carlstromam d4155721: Merge "Add some missing TEMP_FAILURE_RETRY...
2014-10-04 Brian CarlstromMerge "Add some missing TEMP_FAILURE_RETRYs around...
next