Skip to content
  1. Jun 03, 2013
  2. May 31, 2013
  3. May 30, 2013
  4. May 29, 2013
  5. May 27, 2013
  6. May 24, 2013
    • Alexey Samsonov's avatar
      Disable init-order checking before destructors are run. · 646ec67e
      Alexey Samsonov authored
      We don't want to report initialization-order bugs when a destructor of a global
      variable accesses dynamically initialized global from another
      (not necessarily initialized) module. We do this by intercepting __cxa_atexit and
      registrering our own callback that unpoisons shadow for all dynamically initialized
      global variables.
      
      llvm-svn: 182637
      646ec67e
  7. May 23, 2013
  8. May 22, 2013
  9. May 21, 2013
  10. May 20, 2013
  11. May 18, 2013
Loading