Skip to content
  1. Jun 07, 2006
    • Reid Spencer's avatar
      For PR780: · 54cb2d85
      Reid Spencer authored
      Break the "IncludeFile" mechanism into its own header file and adjust other
      files accordingly. Use this facility for the IntrinsicInst problem which
      was the subject of PR800.
      More to follow on this.
      
      llvm-svn: 28709
      54cb2d85
  2. Jun 05, 2006
    • Reid Spencer's avatar
      For PR798: · 7c77323e
      Reid Spencer authored
      Add support for Graphviz. Patch contributed by Anton Korobeynikov.
      
      llvm-svn: 28684
      7c77323e
  3. Jun 01, 2006
    • Reid Spencer's avatar
      Provide configuration support and usage for MINGW32 platform · 187b4adc
      Reid Spencer authored
      llvm-svn: 28639
      187b4adc
    • Reid Spencer's avatar
      For PR786: · a62f097c
      Reid Spencer authored
      Turn -pedantic and -Wno-long-long compile flags on by default. In a few
      places, avoid the warnings by removing these options in the local makefile.
      One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are
      left on as a reminder to developers to clean them up.
      
      llvm-svn: 28614
      a62f097c
  4. May 14, 2006
  5. May 12, 2006
  6. May 07, 2006
  7. Apr 29, 2006
  8. Apr 17, 2006
  9. Apr 13, 2006
  10. Mar 14, 2006
  11. Jan 30, 2006
  12. Jan 29, 2006
  13. Dec 22, 2005
    • Reid Spencer's avatar
      For PR351: · ccd5b90f
      Reid Spencer authored
      * Allow the ExecuteAndWait to return negative values if a signal is
        detected as the reason for the child termination. This is needed to
        support bugpoint detecting bad things in its child processes.
      
      llvm-svn: 24960
      ccd5b90f
    • Reid Spencer's avatar
      Implement a generic polled Alarm function. This merely removes the system · 3493dab2
      Reid Spencer authored
      dependent portion of the lib/Support/SlowOperationTimer code into the
      lib/System implementation where it can be ported to different platforms.
      
      llvm-svn: 24937
      3493dab2
  14. Nov 14, 2005
  15. Oct 24, 2005
  16. Aug 24, 2005
    • Reid Spencer's avatar
      For PR616: · f85fabeb
      Reid Spencer authored
      These patches make threading optional in LLVM. The configuration scripts are now
      modified to accept a --disable-threads switch. If this is used, the Mutex class
      will be implemented with all functions as no-op. Furthermore, linking against
      libpthread will not be done. Finally, the ParallelJIT example needs libpthread
      so its makefile was changed to always add -lpthread to the link line.
      
      llvm-svn: 23003
      f85fabeb
  17. Aug 02, 2005
  18. Jul 30, 2005
  19. Jul 28, 2005
  20. Jul 27, 2005
  21. Jul 13, 2005
  22. Jul 12, 2005
    • Reid Spencer's avatar
      For PR540: · f404981b
      Reid Spencer authored
      Add a Mutex class for thread synchronization in a platform-independent way.
      The current implementation only supports pthreads. Win32 use of Critical
      Sections will be added later. The design permits other threading models to
      be used if (and only if) pthreads is not available.
      
      llvm-svn: 22403
      f404981b
  23. Jul 09, 2005
  24. Jul 08, 2005
Loading