summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/CodegenUtil.cc
AgeCommit message (Expand)Author
2012-11-01Remove all TARGET_[ARM|X86|MIPS] #ifdefs buzbee
2012-10-09Fast path interface dispatch. Ian Rogers
2012-10-02Enable bitcode verification for debug builds buzbee
2012-09-28Split dex_pc<->native_pc mapping table Bill Buzbee
2012-09-21Allow more vregs in native GC map. Ian Rogers
2012-09-21Quick compiler: bug fix & cleanup buzbee
2012-09-20NativePcOffsetToReferenceMap Ian Rogers
2012-09-13Prune useless entries from dex to pc map buzbee
2012-09-09Basic block combine pass buzbee
2012-08-28Avoid compile time rewriting of dex code by verifier. Ian Rogers
2012-08-14Global lock levels. Ian Rogers
2012-07-24Fixes to x86 register promotion and load hoisting. jeffhao
2012-06-28Fixes for x86 compiler optimizations. jeffhao
2012-06-16Invoke support for Quick Compiler buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-04-14Add a SafeMap equivalent to std::map but without the error-prone operator[]. Elliott Hughes
2012-04-04Implement various missing parts of the X86 compiler Ian Rogers
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-26Compiler intrinsics buzbee
2012-03-20Add 3rd argument register to X86. Ian Rogers
2012-03-20Trivial cleanup of typos and fixed-length buffers. Elliott Hughes
2012-03-19oat file patching Brian Carlstrom
2012-03-19Enable compiler_test on host. Ian Rogers
2012-03-18Support for promoting Method* and compiler temps buzbee
2012-03-18Patch support for the boot image. Ian Rogers
2012-03-17Loop detection, improved reg allocation buzbee
2012-03-12Method prologue and epilogues, add missing x86 functionality. Ian Rogers
2012-03-11Make code buffer units 8bit rather than 16bit. Ian Rogers
2012-03-11Frame layout change buzbee
2012-03-07Fix branch bug (showed up in codegen for debug) buzbee
2012-03-06Move the compiler away from libdex. Elliott Hughes
2012-03-05x86 source code hack and slash buzbee
2012-03-05x86 codegen source file skeletons buzbee
2012-03-04Complete MIPS code generation support buzbee
2012-03-03MIPS switch table support buzbee
2012-03-02Another attempt to fix the mac build buzbee
2012-03-02Fix the mac build - tweak the display format buzbee
2012-03-02Multi-target Codegen cleanup buzbee
2012-03-01Another step towards a Mips target buzbee
2012-02-29More target-independence buzbee
2012-02-26Multi-target support buzbee