Skip to content
  1. Feb 19, 2013
    • Alexey Samsonov's avatar
      Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is... · f940f0c4
      Alexey Samsonov authored
      Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option.
      
      llvm-svn: 175509
      f940f0c4
  2. Nov 29, 2010
  3. Dec 29, 2007
  4. Dec 18, 2007
  5. Jul 26, 2006
    • Reid Spencer's avatar
      For PR780: · 082e2a78
      Reid Spencer authored
      Put the rest of lib/System into LinkAllVMCore.h. This makes all of
      lib/System available to programs that #include LinkALlVMCore.h so that
      loadable modules linked into those programs can depend on all of lib/System
      being available.
      
      llvm-svn: 29288
      082e2a78
  6. May 06, 2005
  7. Apr 22, 2005
  8. Jan 10, 2005
  9. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · af6d3d5c
      Reid Spencer authored
      * Consolidate implementation for Unix systems into Unix/TimeValue.cpp
      * Avoid use of symbolic link to #include platform-specific implementation.
      
      llvm-svn: 19155
      af6d3d5c
  10. Nov 14, 2004
  11. Sep 25, 2004
Loading