summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* x86 source code hack and slashbuzbee2012-03-0517-242/+830
* x86 codegen source file skeletonsbuzbee2012-03-0516-6/+2992
* Merge "Start of X86 LIR description." into dalvik-devIan Rogers2012-03-051-0/+367
|\
| * Start of X86 LIR description.Ian Rogers2012-03-051-0/+367
* | Fix type in README.mipsbuzbee2012-03-051-1/+1
|/
* Fix MIPS comment typo.Ian Rogers2012-03-051-1/+1
* Sharpen virtual calls to final methods.Ian Rogers2012-03-0511-32/+65
* Merge "Add the missing operator<< for InstructionSet and use it in the disass...Elliott Hughes2012-03-053-2/+15
|\
| * Add the missing operator<< for InstructionSet and use it in the disassembler.Elliott Hughes2012-03-023-2/+15
* | Fix build. ART mandates the ordering of fields in SIRT.Shih-wei Liao2012-03-041-2/+1
* | No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0"Shih-wei Liao2012-03-041-1/+4
* | Add runtime support routines to runtime_support_llvm.h and utils_llvm.Shih-wei Liao2012-03-042-0/+31
* | Initial runtime support routines for ART LLVM.Shih-wei Liao2012-03-045-19/+174
* | Merge "Disassembler support for branches." into dalvik-devIan Rogers2012-03-042-10/+254
|\ \
| * | Disassembler support for branches.Ian Rogers2012-03-042-10/+254
* | | Complete MIPS code generation supportbuzbee2012-03-0413-304/+391
|/ /
* | Mips portable floating point supportBill Buzbee2012-03-035-23/+132
* | Merge "MIPS switch table support" into dalvik-devbuzbee2012-03-0314-134/+371
|\ \
| * | MIPS switch table supportbuzbee2012-03-0314-134/+371
| |/
* | Merge "Fix bug in JNI compiler AAPCS padding calculation" into dalvik-devIan Rogers2012-03-032-9/+31
|\ \
| * | Fix bug in JNI compiler AAPCS padding calculationIan Rogers2012-03-032-9/+31
| |/
* | Enable -arm-long-calls for ARMv7/Thumb2 code generation.Logan Chien2012-03-031-0/+8
|/
* Merge "Fix a deadlock caused by my big threading change yesterday." into dalv...Ian Rogers2012-03-025-8/+51
|\
| * Fix a deadlock caused by my big threading change yesterday.Elliott Hughes2012-03-025-8/+51
* | Extra verbosity and disassembler for oatdumpIan Rogers2012-03-026-159/+1115
* | Merge "More MIPS support" into dalvik-devbuzbee2012-03-028-85/+100
|\ \
| * | More MIPS supportbuzbee2012-03-028-85/+100
* | | Another attempt to fix the mac buildbuzbee2012-03-021-1/+1
* | | Fix the mac build - tweak the display formatbuzbee2012-03-021-1/+1
| |/ |/|
* | Make diagnostic output more consistent.Elliott Hughes2012-03-021-2/+2
|/
* Multi-target Codegen cleanupbuzbee2012-03-0219-308/+242
* Print LLVM passes time consumption.Logan Chien2012-03-021-0/+9
* Remove duplicated code.Logan Chien2012-03-011-2/+1
* Merge "Remove MutexLock from the argument. Use AssertHeld instead." into dal...Shih-wei Liao2012-03-012-9/+12
|\
| * Remove MutexLock from the argument. Use AssertHeld instead.Logan Chien2012-03-012-9/+12
* | libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.Elliott Hughes2012-03-0115-78/+175
|/
* Change assembler to use byte instruction lengthsbuzbee2012-03-018-350/+317
* Another step towards a Mips targetbuzbee2012-03-0121-3114/+848
* Add kMips and mips32r2 target attribute. Remove NoFramePointerElim.Shih-wei Liao2012-03-013-8/+7
* Code cleanup: Move private members to the end of class declaration.Logan Chien2012-03-011-39/+39
* Rename header guard of compiler_llvm.hLogan Chien2012-03-011-3/+3
* Remove incorrect LOG(INFO).Logan Chien2012-03-011-8/+0
* Cleanup LLVM code generation code.Logan Chien2012-03-015-70/+85
* Fix the build by adding #if defined(ART_USE_LLVM_COMPILER)Shih-wei Liao2012-03-011-0/+2
* Allocate local variable on the stack.Logan Chien2012-03-011-5/+5
* Use switch statement to select target triple.Logan Chien2012-03-011-5/+14
* Code cleanupLogan Chien2012-03-011-13/+14
* Update the header guard of oat_compilation_unit.hLogan Chien2012-03-011-3/+3
* Disable frame pointer elimination of the LLVM code generator.Logan Chien2012-03-011-0/+2
* Merge "Move llvm::PassRegistry to InitializeLLVM()." into dalvik-devShih-wei Liao2012-03-012-15/+15
|\