- 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
- 17f6cb9 Merge "More space refactoring." into dalvik-dev by Ian Rogers · 12 years ago
- 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
- 179f375 Merge "Numerous fixes to MIPS. Basic oatexec works." into dalvik-dev by jeffhao · 12 years ago
- fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 12 years ago
- ed6d5ed Fix memory leak in compiler by Mathieu Chartier · 12 years ago
- 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
- 4fe0ef2 Merge "Enable multi-threaded Quick compilation" into dalvik-dev by buzbee · 12 years ago
- 9958daa Don't get stuck making all numeric disassembly hex. by Ian Rogers · 12 years ago
- 5a72335 Missing dex register disassembly. by Ian Rogers · 12 years ago
- 9bc8191 Flatten interface entries into the iftable. by Ian Rogers · 12 years ago
- 3cc3981 Merge "Fix regression in target run-test 069. ." into dalvik-dev by Ian Rogers · 12 years ago
- a638941 Fix regression in target run-test 069. . by Ian Rogers · 12 years ago
- 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
- 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
- bac4334 Merge "Fix typo." into dalvik-dev by Ian Rogers · 12 years ago
- 52813c9 Fix typo. by Ian Rogers · 12 years ago
- b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
- 1aae273 Merge "Improve heap lock annotations." into dalvik-dev by Ian Rogers · 12 years ago
- 19634a5 Merge "Fix compiler logging for interface invocations." into dalvik-dev by Ian Rogers · 12 years ago
- d7456de Merge "DumpAllThreads in abort when locks are held." into dalvik-dev by Elliott Hughes · 12 years ago
- f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
- 2f7f9b6 DumpAllThreads in abort when locks are held. by Ian Rogers · 12 years ago
- c468e92 Fix compiler logging for interface invocations. by Ian Rogers · 12 years ago
- ae4b0a1 Mac build fix and make oatdump dex PCs hex. by Ian Rogers · 12 years ago
- 7204db5 Merge "Dump maps inline in disassembled code." into dalvik-dev by Ian Rogers · 12 years ago
- b23a772 Dump maps inline in disassembled code. by Ian Rogers · 12 years ago
- 8ed6d61 Fix LLVM build. by Mathieu Chartier · 12 years ago
- 137e88f Fast path interface dispatch. by Ian Rogers · 12 years ago
- 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
- d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
- 59e5384 Merge "See if running single-threaded fixes dex2oat Mac crashes." into dalvik-dev by Brian Carlstrom · 12 years ago
- 4445a7e Class clean-up. by Ian Rogers · 12 years ago
- 9a93699 See if running single-threaded fixes dex2oat Mac crashes. by Elliott Hughes · 12 years ago
- 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
- 8e9a149 Fix large object space overlapping map error by Mathieu Chartier · 12 years ago
- 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 13 years ago
- 2e447e0 Merge "Make PopSirt inlinable, pass self to SirtRef." into dalvik-dev by Ian Rogers · 12 years ago
- 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
- 71316ca Merge "Quick: fix tranmission of block info" into dalvik-dev by buzbee · 12 years ago
- 951c0a1 Quick: fix tranmission of block info by buzbee · 12 years ago
- 870ea47 Merge "Fail threads attaching during runtime shutdown." into dalvik-dev by Ian Rogers · 12 years ago
- 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
- eb569a9 Merge "Fix endianness of compiled code and stacks of stubs for MIPS." into dalvik-dev by jeffhao · 12 years ago
- 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 12 years ago
- cabc60e Merge "Fix oatdump off-by-one" into dalvik-dev by buzbee · 12 years ago
- 4d7a189 Fix oatdump off-by-one by buzbee · 12 years ago
- 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago
- 3e96a16 Test to ensure duplicate methods are handled properly. by jeffhao · 12 years ago
- 9b0b188 Make verifier ignore a method if it's a duplicate. by jeffhao · 12 years ago
- 369809b Disable (again) futex ReaderWriterMutex implementation. by Ian Rogers · 12 years ago
- ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 12 years ago
- 34065b5 Fix build (broken method signature). by Ian Rogers · 12 years ago
- 4e04e44 Merge "Fix race in thread attaching during GC." into dalvik-dev by Ian Rogers · 12 years ago
- 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
- a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
- a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
- acc46d6 Mac build fix. by Ian Rogers · 12 years ago
- 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
- bfaf917 Merge "Port 138b7a2e54923d99ed817f9a890c6fcd7c23c335 to art" into dalvik-dev by Nick Kralevich · 12 years ago
- b788278 Port 138b7a2e54923d99ed817f9a890c6fcd7c23c335 to art by Nick Kralevich · 12 years ago
- 3edd57e Merge "Log if dlopen(3) fails." into dalvik-dev by Elliott Hughes · 12 years ago
- 84b2f14 Log if dlopen(3) fails. by Elliott Hughes · 12 years ago
- d94040a Merge "Force inlining of ObjectArray::Get." into dalvik-dev by Ian Rogers · 12 years ago
- a1d7993 Force inlining of ObjectArray::Get. by Ian Rogers · 12 years ago
- 63e217a Merge "Fix framework perf regression" into dalvik-dev by Ian Rogers · 12 years ago
- 83cf328 Fix framework perf regression by Mathieu Chartier · 12 years ago
- 823433d Corresponding CL of thread flags for portable. by TDYa127 · 12 years ago
- 4d980b0 Merge "Fixes to make jni_compiler_test work on MIPS." into dalvik-dev by jeffhao · 12 years ago
- 30e173f Fix Mac build. by Ian Rogers · 12 years ago
- 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 12 years ago
- 63818dc Fix segv in indirect reference table dump. by Ian Rogers · 12 years ago
- 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
- dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
- 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
- de1ef40 Fix race where class state can go between verified/initializing. by Ian Rogers · 12 years ago
- 3d1548d Make compiler initialization of classes parallel. by Ian Rogers · 12 years ago
- e0f0cb3 Large object space by Mathieu Chartier · 13 years ago
- 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
- 5a6220c Fix exception_test for verify stack. by Ian Rogers · 12 years ago
- 952a94a LLVM build fix. by Ian Rogers · 12 years ago
- a2c0ba0 Merge "Change dex cache to be java object instead of array, add pointer to dex file in dex cache." into dalvik-dev by Ian Rogers · 12 years ago
- 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
- 000d724 Allow more vregs in native GC map. by Ian Rogers · 12 years ago
- a5e1e3d Merge "Quick compiler: bug fix & cleanup" into dalvik-dev by buzbee · 12 years ago
- f5f5a12 Quick compiler: bug fix & cleanup by buzbee · 12 years ago
- 01c9e55 Merge "Dump native pcs rather than offsets, fix mac build." into dalvik-dev by Ian Rogers · 12 years ago
- bb6723f Dump native pcs rather than offsets, fix mac build. by Ian Rogers · 12 years ago
- 4c33bba Merge "Quick compiler: fix array undershoot" into dalvik-dev by buzbee · 12 years ago
- 30bce5a LLVM build fix. by Ian Rogers · 12 years ago
- 6ec5e23 Quick compiler: fix array undershoot by buzbee · 12 years ago
- 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
- ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
- 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
- e8c819e Merge "Sqrt intrinsic" into dalvik-dev by Ian Rogers · 12 years ago
- 0183dd7 Sqrt intrinsic by Ian Rogers · 12 years ago
- de4f7be Remove dump-oat-Calculator by Ian Rogers · 12 years ago
- 221cf44 Merge "Make unlikely check always on, move hot code to header file." into dalvik-dev by Ian Rogers · 12 years ago
- 506de0c Make unlikely check always on, move hot code to header file. by Ian Rogers · 12 years ago
- df6e4ee Merge "Add WITH_ART_USE_PORTABLE_COMPILER and art/USE_PORTABLE_COMPILER support" into dalvik-dev by Brian Carlstrom · 12 years ago