- Timestamp:
 - Aug 1, 2018, 6:24:51 PM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
 - Children:
 - 25a9b5a
 - Parents:
 - e614d73
 - Location:
 - benchmark
 - Files:
 - 
      
- 42 moved
 
- 
          
  Makefile.am (moved) (moved from src/benchmark/Makefile.am )
 - 
          
  Makefile.in (moved) (moved from src/benchmark/Makefile.in ) (2 diffs)
 - 
          
  Monitor.c (moved) (moved from src/benchmark/Monitor.c )
 - 
          
  bench.h (moved) (moved from src/benchmark/bench.h )
 - 
          
  compile/empty.c (moved) (moved from src/benchmark/compile/empty.c )
 - 
          
  creation/JavaThread.java (moved) (moved from src/benchmark/creation/JavaThread.java )
 - 
          
  creation/cfa_cor.c (moved) (moved from src/benchmark/creation/cfa_cor.c )
 - 
          
  creation/cfa_thrd.c (moved) (moved from src/benchmark/creation/cfa_thrd.c )
 - 
          
  creation/goroutine.go (moved) (moved from src/benchmark/creation/goroutine.go )
 - 
          
  creation/pthreads.c (moved) (moved from src/benchmark/creation/pthreads.c )
 - 
          
  creation/upp_cor.cc (moved) (moved from src/benchmark/creation/upp_cor.cc )
 - 
          
  creation/upp_thrd.cc (moved) (moved from src/benchmark/creation/upp_thrd.cc )
 - 
          
  ctxswitch/JavaThread.java (moved) (moved from src/benchmark/ctxswitch/JavaThread.java )
 - 
          
  ctxswitch/cfa_cor.c (moved) (moved from src/benchmark/ctxswitch/cfa_cor.c )
 - 
          
  ctxswitch/cfa_thrd.c (moved) (moved from src/benchmark/ctxswitch/cfa_thrd.c )
 - 
          
  ctxswitch/cfa_thrd2.c (moved) (moved from src/benchmark/ctxswitch/cfa_thrd2.c )
 - 
          
  ctxswitch/goroutine.go (moved) (moved from src/benchmark/ctxswitch/goroutine.go )
 - 
          
  ctxswitch/kos_fibre.cpp (moved) (moved from src/benchmark/ctxswitch/kos_fibre.cpp )
 - 
          
  ctxswitch/kos_fibre2.cpp (moved) (moved from src/benchmark/ctxswitch/kos_fibre2.cpp )
 - 
          
  ctxswitch/pthreads.c (moved) (moved from src/benchmark/ctxswitch/pthreads.c )
 - 
          
  ctxswitch/upp_cor.cc (moved) (moved from src/benchmark/ctxswitch/upp_cor.cc )
 - 
          
  ctxswitch/upp_thrd.cc (moved) (moved from src/benchmark/ctxswitch/upp_thrd.cc )
 - 
          
  fetch_add.c (moved) (moved from src/benchmark/fetch_add.c )
 - 
          
  function.c (moved) (moved from src/benchmark/function.c )
 - 
          
  interrupt_linux.c (moved) (moved from src/benchmark/interrupt_linux.c )
 - 
          
  loop.c (moved) (moved from src/benchmark/loop.c )
 - 
          
  mutex/JavaThread.java (moved) (moved from src/benchmark/mutex/JavaThread.java )
 - 
          
  mutex/cfa1.c (moved) (moved from src/benchmark/mutex/cfa1.c )
 - 
          
  mutex/cfa2.c (moved) (moved from src/benchmark/mutex/cfa2.c )
 - 
          
  mutex/cfa4.c (moved) (moved from src/benchmark/mutex/cfa4.c )
 - 
          
  mutex/pthreads.c (moved) (moved from src/benchmark/mutex/pthreads.c )
 - 
          
  mutex/upp.cc (moved) (moved from src/benchmark/mutex/upp.cc )
 - 
          
  schedext/cfa1.c (moved) (moved from src/benchmark/schedext/cfa1.c )
 - 
          
  schedext/cfa2.c (moved) (moved from src/benchmark/schedext/cfa2.c )
 - 
          
  schedext/cfa4.c (moved) (moved from src/benchmark/schedext/cfa4.c )
 - 
          
  schedext/upp.cc (moved) (moved from src/benchmark/schedext/upp.cc )
 - 
          
  schedint/JavaThread.java (moved) (moved from src/benchmark/schedint/JavaThread.java )
 - 
          
  schedint/cfa1.c (moved) (moved from src/benchmark/schedint/cfa1.c )
 - 
          
  schedint/cfa2.c (moved) (moved from src/benchmark/schedint/cfa2.c )
 - 
          
  schedint/cfa4.c (moved) (moved from src/benchmark/schedint/cfa4.c )
 - 
          
  schedint/pthreads.c (moved) (moved from src/benchmark/schedint/pthreads.c )
 - 
          
  schedint/upp.cc (moved) (moved from src/benchmark/schedint/upp.cc )
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
benchmark/Makefile.in
re614d73 rbf71cfd 93 93 host_triplet = @host@ 94 94 noinst_PROGRAMS = 95 subdir = src/benchmark95 subdir = benchmark 96 96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 97 97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 281 281 esac; \ 282 282 done; \ 283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign benchmark/Makefile'; \ 284 284 $(am__cd) $(top_srcdir) && \ 285 $(AUTOMAKE) --foreign src/benchmark/Makefile285 $(AUTOMAKE) --foreign benchmark/Makefile 286 286 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 287 287 @case '$?' in \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.