Skip to content
  1. Sep 12, 2007
  2. Jul 03, 2007
  3. Mar 06, 2007
  4. Dec 01, 2006
    • Reid Spencer's avatar
      For PR1019: · d4399925
      Reid Spencer authored
      Add HAVE_PTHREAD to makefiles with support from configure and use it to
      determine whether to build examples/ParallelJIT.
      Patch by Anton Korobeynikov.
      
      llvm-svn: 32054
      d4399925
  5. Jun 01, 2006
    • Reid Spencer's avatar
      Support correct build: · 6c8368be
      Reid Spencer authored
      1. Capture the ENABLE_THREADS configure variable in Makefile.config
      2. Use ENABLE_THREADS to avoid building ParallelJIT if threads are not
         present.
      
      llvm-svn: 28609
      6c8368be
  6. Jul 12, 2005
    • Reid Spencer's avatar
      For PR418: · 6855097c
      Reid Spencer authored
      Add an example program that utilizes multiple threads in the JIT to process
      work. This was used by Evan Jones as the original test case for ensuring
      that the ExecutionEngine was thread safe.
      
      Original source by Evan Jones (adapted from other LLVM JIT examples) and
      made LLVM style compliant by Reid Spencer.
      
      llvm-svn: 22411
      6855097c
  7. Oct 05, 2004
  8. Aug 23, 2004
  9. Aug 20, 2004
  10. Nov 25, 2003
  11. Oct 21, 2003
  12. Jul 01, 2003
Loading