1. 3dbcb38 Support float & double negation in the optimizing compiler. by Roland Levillain · 10 years ago
  2. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  3. dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 10 years ago
  4. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
  5. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  6. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  7. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  8. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 10 years ago
  9. 7056643 Add long bitwise not instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  10. 2e07b4f Revert "Revert "Implement long negate instruction in the optimizing compiler."" by Roland Levillain · 10 years ago
  11. 30ca3d8 Revert "Implement long negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  12. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  13. 1135168 [optimizing compiler] Add float/double subtraction by Calin Juravle · 10 years ago
  14. 1cc5f251 Implement int bit-wise not operation in the optimizing compiler. by Roland Levillain · 10 years ago
  15. b5bfa96 Add multiplication for floats/doubles in optimizing compiler by Calin Juravle · 10 years ago
  16. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 10 years ago
  17. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 10 years ago
  18. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  19. fdc3173 Merge "Implement int negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  20. 88cb175 Implement int negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  21. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 10 years ago
  22. 34bacdf Add multiplication for integral types by Calin Juravle · 10 years ago
  23. dc43794 Merge "Don't use assembler classes in code_generator.h." by Nicolas Geoffray · 10 years ago
  24. 92a73ae Don't use assembler classes in code_generator.h. by Nicolas Geoffray · 10 years ago
  25. 3a3fd0f Turn constant conditional jumps into unconditional jumps. by Roland Levillain · 10 years ago
  26. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 10 years ago
  27. 71175b7 Cleanup baseline register allocator. by Nicolas Geoffray · 10 years ago
  28. b76c549 Merge "Fix code generation of materialized conditions." by Nicolas Geoffray · 10 years ago
  29. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  30. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 10 years ago
  31. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  32. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 10 years ago
  33. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  34. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 10 years ago
  35. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  36. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 10 years ago
  37. 9ae0daa Add support for inputs dying at entry of instructions. by Nicolas Geoffray · 10 years ago
  38. a72cb22 Merge "Optimize suspend checks in optimizing compiler." by Nicolas Geoffray · 10 years ago
  39. 5799fc0 Optimizing compiler: remove unnecessary `explicit' keywords. by Roland Levillain · 10 years ago
  40. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  41. 3f5e9bb Merge "Support for saving and restoring live registers in a slow path." by Nicolas Geoffray · 10 years ago
  42. 3bca0df Support for saving and restoring live registers in a slow path. by Nicolas Geoffray · 10 years ago
  43. 18efde5 Fix code generation with materialized conditions. by Nicolas Geoffray · 10 years ago
  44. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  45. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  46. 7e3652c Revert "Implement suspend checks in new compiler." by Nicolas Geoffray · 10 years ago
  47. 6fbce02 Implement suspend checks in new compiler. by Nicolas Geoffray · 10 years ago
  48. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  49. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  50. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  51. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  52. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  53. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 10 years ago
  54. 96f89a2 Add assembly operations with constants in optimizing compiler. by Nicolas Geoffray · 10 years ago
  55. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 10 years ago
  56. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  57. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago
  58. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  59. ecb2f9b Enable the register allocator on x86_64. by Nicolas Geoffray · 10 years ago
  60. 9cf3552 Add x86_64 support to the optimizing compiler. by Nicolas Geoffray · 10 years ago