1. 94015b9 Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  2. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  3. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  4. 23a8188 Fix gtest by adding fake lifetime positions. by Nicolas Geoffray · 10 years ago
  5. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  6. c7a2485 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  7. 7fe79ff Revert "ART: Revert change to LiveRange::Dump" by David Brazdil · 10 years ago
  8. 294a050 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  9. d30ad93 Merge "Callee/caller save logic in register allocator." by Nicolas Geoffray · 10 years ago
  10. 8826f67 Callee/caller save logic in register allocator. by Nicolas Geoffray · 10 years ago
  11. c7465286 ART: Refactor GraphVisualizer attribute printing by David Brazdil · 10 years ago
  12. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  13. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  14. fbda5f3 Find better split positions in the register allocator. by Nicolas Geoffray · 10 years ago
  15. 5790260 Add synthesize uses at back edge. by Nicolas Geoffray · 10 years ago
  16. 4ed947a Dissociate uses with environment uses. by Nicolas Geoffray · 10 years ago
  17. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 10 years ago
  18. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  19. 769f2d3 Merge "Linear scan: Use FirstUse instead of FirstRegisterUse." by Nicolas Geoffray · 10 years ago
  20. 1ba1981 Linear scan: Use FirstUse instead of FirstRegisterUse. by Nicolas Geoffray · 10 years ago
  21. 3fc992f ART: Improve range search caching in LiveInterval by David Brazdil · 10 years ago
  22. c08675c ART: Fix incorrect last range when adding high interval by David Brazdil · 10 years ago
  23. 241a486 ART: Replace expensive calls to Covers in reg alloc by David Brazdil · 10 years ago
  24. 43af728 Split safepoint positions to avoid calling Covers. by Nicolas Geoffray · 10 years ago
  25. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 10 years ago
  26. 5588e58 Refactor safepoints in register allocator. by Nicolas Geoffray · 10 years ago
  27. d8126be Fix locations at environment uses. by Nicolas Geoffray · 10 years ago
  28. f01d344 Implement a proper solution for temps. by Nicolas Geoffray · 10 years ago
  29. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  30. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  31. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  32. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  33. 5b8e6a5 ART: Cache last returned range in LiveInterval::Covers by David Brazdil · 10 years ago
  34. 714e14f ART: Nano optimization of LiveInterval by David Brazdil · 10 years ago
  35. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  36. 829280c Finally implement Location::kNoOutputOverlap. by Nicolas Geoffray · 10 years ago
  37. aedc328 Fix a bug in the liveness analysis. by Nicolas Geoffray · 10 years ago
  38. 3747b48 Address review comments. by Nicolas Geoffray · 10 years ago
  39. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  40. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  41. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  42. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  43. 3054a90 Fix the computation of linear ordering. by Nicolas Geoffray · 11 years ago
  44. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  45. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 11 years ago
  46. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  47. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 11 years ago
  48. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  49. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 11 years ago
  50. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 11 years ago
  51. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 11 years ago
  52. 7690562 Register allocator: refine instructions liveness. by Nicolas Geoffray · 11 years ago
  53. 3bca0df Support for saving and restoring live registers in a slow path. by Nicolas Geoffray · 11 years ago
  54. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 11 years ago
  55. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 11 years ago
  56. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 11 years ago
  57. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  58. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  59. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  60. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 11 years ago
  61. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago
  62. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago