1. d3a5f94 Ensure that art_sigsegv_fault is never inlined by Alex Light · 6 years ago
  2. 21f498f Extend VLOG(signals) to be more useful. by Alex Light · 6 years ago
  3. f4ed7e8 Fix misc issues with non-generated-code fault handlers by Alex Light · 6 years ago
  4. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  5. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  6. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  7. ad8ebb3 Use HeapReference for SafeGetClass by Mathieu Chartier · 7 years ago
  8. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 7 years ago
  9. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  10. 6b2018f sigchain: limit use of SetHandlingSignal. by Josh Gao · 7 years ago
  11. d4ac767 Fix fault_handler with heap poisoning. by Nicolas Geoffray · 7 years ago
  12. 77c1415 fault_handler: hopefully fix darwin build. by Josh Gao · 7 years ago
  13. 143f61c fault_handler: use SafeCopy to verify the validity of ArtMethod. by Josh Gao · 7 years ago
  14. 85a78cf Revert^2: "Make sigchain actually own the signal chain."" by Josh Gao · 7 years ago
  15. 33dca56 Revert "Make sigchain actually own the signal chain." by Jin Qian · 7 years ago
  16. 7600fa9 Make sigchain actually own the signal chain. by Josh Gao · 7 years ago
  17. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 7 years ago
  18. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  19. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  20. d14b73d ART: Fast-fail empty other handlers in fault handling by Andreas Gampe · 8 years ago
  21. e7f75f3 Add read barrier option to UpdateEntrypoints by Mathieu Chartier · 8 years ago
  22. 1376bdf Invoke all other registered handlers only for generated code by jgu21 · 8 years ago
  23. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  24. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  25. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  26. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 9 years ago
  27. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  28. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  29. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  30. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  31. c37769b Fix lint error. by Narayan Kamath · 9 years ago
  32. f775bab Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 9 years ago
  33. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  34. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 9 years ago
  35. f7ebda4 Merge "Fix fault handler invoked before vm running." by Christopher Ferris · 10 years ago
  36. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  37. 5e2b874 Fix fault handler invoked before vm running. by Christopher Ferris · 10 years ago
  38. ad11e7a Don't try to handle nested SIGSEGV inside fault handler. by Ian Rogers · 10 years ago
  39. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  40. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  41. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  42. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  43. 8be44cf Fix arm64 build warning (promoted to error). by Dave Allison · 10 years ago
  44. 0c2894b Make nested signal more generic by Dave Allison · 10 years ago
  45. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  46. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  47. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  48. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  49. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  50. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  51. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  52. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  53. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  54. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  55. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  56. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  57. ee618f5 Move another LOG to VLOG(signals) by Brian Carlstrom · 10 years ago
  58. 537aaf1 Merge "Revert "Switch on implicit null pointer and stack overflow checks."" by Dave Allison · 10 years ago
  59. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  60. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  61. 069849e Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  62. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  63. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  64. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  65. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  66. 15245bc mips has no sa_restorer. by Narayan Kamath · 10 years ago
  67. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago