summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Cope with runtime refactoring on the LLVM side.Shih-wei Liao2012-03-291-2/+1
* Refactor runtime support.Ian Rogers2012-03-294-28/+57
* Remove unused static libraries from libart.so.Logan Chien2012-03-281-53/+1
* Fix LLVM build linking error.Logan Chien2012-03-271-1/+2
* DO NOT MERGE: Cope with current LLVM in this branch.Shih-wei Liao2012-03-262-10/+10
* Fix space_test for (USE_LLVM_COMPILER) build.TDYa1272012-03-261-1/+1
* Add ELF loader to load the executables.Logan Chien2012-03-261-0/+1
* Fix sdk_x86 buildBrian Carlstrom2012-03-251-6/+22
* X86 disassembler.Ian Rogers2012-03-231-1/+2
* Add disabled --instruction-set=X86 for test-art-host-oatBrian Carlstrom2012-03-172-3/+4
* Add disabled test-art-host-oatBrian Carlstrom2012-03-171-8/+32
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-162-1/+4
* Make CheckJNI and JNI workarounds mutually exclusive...Elliott Hughes2012-03-151-0/+1
* Rewrite the invoke stubs to use JValue[]s.Elliott Hughes2012-03-151-0/+1
* Don't try to link in libraries we're not building yet.Elliott Hughes2012-03-142-10/+10
* Fix the LLVM build. Separate out libart-compiler-llvm.so.Shih-wei Liao2012-03-135-21/+225
* Add dependency from dex2oat to supporting libart-compiler-* librariesBrian Carlstrom2012-03-102-9/+24
* Move other compiler bits into the compiler shared libraries.Elliott Hughes2012-03-092-7/+4
* Refactor the compilers out of libart.Elliott Hughes2012-03-092-47/+143
* Fix core.oat dex file dependenciesBrian Carlstrom2012-03-081-1/+1
* Update core image to include everything needed by core-testsBrian Carlstrom2012-03-081-2/+2
* Add runtime_support_common.Shih-wei Liao2012-03-071-0/+1
* Move the compiler away from libdex.Elliott Hughes2012-03-062-3/+1
* Skip src/jni_compiler.cc from llvm backendLogan Chien2012-03-061-1/+1
* x86 source code hack and slashbuzbee2012-03-051-0/+15
* Initial runtime support routines for ART LLVM.Shih-wei Liao2012-03-041-1/+2
* Extra verbosity and disassembler for oatdumpIan Rogers2012-03-021-1/+3
* libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.Elliott Hughes2012-03-011-2/+5
* Implement Link-loading and pass 62 tests in JniInternalTest.Shih-wei Liao2012-03-012-2/+9
* More target-independencebuzbee2012-02-291-3/+24
* Compile llvm.Module into ELF object file.Logan Chien2012-02-292-1/+53
* JNI compiler.Logan Chien2012-02-291-0/+1
* Add Java_MyClass_sbar to list of test symbolsBrian Carlstrom2012-02-291-1/+1
* Always run dex2oat (2 of 3)Brian Carlstrom2012-02-273-51/+8
* Multi-target supportbuzbee2012-02-261-1/+0
* Minor fix to be consistent with the style today.Shih-wei Liao2012-02-241-3/+1
* Ignore frame-larger-than warning for auto generated code.Logan Chien2012-02-241-1/+2
* Add missing art_cflags.Shih-wei Liao2012-02-231-0/+1
* Add upcall compiler.Logan Chien2012-02-191-3/+4
* Fix inadvertent submission in last CL.Ian Rogers2012-02-171-1/+1
* Run time illegal access checks on static and direct methodsIan Rogers2012-02-171-1/+2
* user build support for art (2 of 3)Brian Carlstrom2012-02-163-26/+43
* Add Dalvik register allocation codegen.Logan Chien2012-02-161-0/+1
* Add name mangling function for LLVM.Logan Chien2012-02-151-1/+7
* Add inferred register category map to Method object.Logan Chien2012-02-151-0/+1
* Beginning of LLVM backend for ART.Shih-wei Liao2012-02-142-12/+53
* Turn on some basic tsan annotations.Elliott Hughes2012-02-075-4/+15
* trygon supportBrian Carlstrom2012-02-072-2/+12
* Test changes to support tradefedBrian Carlstrom2012-01-313-46/+44
* Fix test-art-target on the Mac.Elliott Hughes2012-01-311-3/+3