Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
75f9527c
Commit
75f9527c
authored
Feb 03, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright in libitm.
From-SVN: r195697
parent
3bf65591
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
71 additions
and
67 deletions
+71
-67
libitm/ChangeLog
+4
-0
libitm/aatree.cc
+1
-1
libitm/aatree.h
+1
-1
libitm/alloc.cc
+1
-1
libitm/alloc_c.cc
+1
-1
libitm/alloc_cpp.cc
+1
-1
libitm/barrier.cc
+1
-1
libitm/beginend.cc
+1
-1
libitm/clone.cc
+1
-1
libitm/common.h
+1
-1
libitm/config/alpha/cacheline.h
+1
-1
libitm/config/alpha/sjlj.S
+1
-1
libitm/config/alpha/target.h
+1
-1
libitm/config/arm/hwcap.cc
+1
-1
libitm/config/arm/hwcap.h
+1
-1
libitm/config/arm/sjlj.S
+1
-1
libitm/config/arm/target.h
+1
-1
libitm/config/generic/asmcfi.h
+1
-1
libitm/config/generic/cacheline.h
+1
-1
libitm/config/generic/tls.cc
+1
-1
libitm/config/generic/tls.h
+1
-1
libitm/config/linux/alpha/futex_bits.h
+1
-1
libitm/config/linux/futex.cc
+1
-1
libitm/config/linux/futex.h
+1
-1
libitm/config/linux/futex_bits.h
+1
-1
libitm/config/linux/powerpc/futex_bits.h
+1
-1
libitm/config/linux/rwlock.cc
+1
-1
libitm/config/linux/rwlock.h
+1
-1
libitm/config/linux/sh/futex_bits.h
+1
-1
libitm/config/linux/sparc/futex_bits.h
+1
-1
libitm/config/linux/x86/futex_bits.h
+1
-1
libitm/config/linux/x86/tls.h
+1
-1
libitm/config/posix/rwlock.cc
+1
-1
libitm/config/posix/rwlock.h
+1
-1
libitm/config/powerpc/cacheline.h
+1
-1
libitm/config/powerpc/sjlj.S
+1
-1
libitm/config/powerpc/target.h
+1
-1
libitm/config/sh/sjlj.S
+1
-1
libitm/config/sh/target.h
+1
-1
libitm/config/sparc/cacheline.h
+1
-1
libitm/config/sparc/sjlj.S
+1
-1
libitm/config/sparc/target.h
+1
-1
libitm/config/x86/cacheline.h
+1
-1
libitm/config/x86/sjlj.S
+1
-1
libitm/config/x86/target.h
+1
-1
libitm/config/x86/x86_avx.cc
+1
-1
libitm/config/x86/x86_sse.cc
+1
-1
libitm/configure.ac
+1
-1
libitm/configure.tgt
+1
-1
libitm/containers.h
+1
-1
libitm/dispatch.h
+1
-1
libitm/eh_cpp.cc
+1
-1
libitm/libitm.h
+1
-1
libitm/libitm.texi
+1
-1
libitm/libitm_i.h
+1
-1
libitm/local.cc
+1
-1
libitm/local_atomic
+1
-1
libitm/local_type_traits
+1
-1
libitm/method-gl.cc
+1
-1
libitm/method-ml.cc
+1
-1
libitm/method-serial.cc
+1
-1
libitm/query.cc
+1
-1
libitm/retry.cc
+1
-1
libitm/stmlock.h
+1
-1
libitm/testsuite/config/default.exp
+1
-1
libitm/testsuite/libitm.c++/c++.exp
+1
-1
libitm/useraction.cc
+1
-1
libitm/util.cc
+1
-1
No files found.
libitm/ChangeLog
View file @
75f9527c
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2012-11-09 Torvald Riegel <triegel@redhat.com>
* beginend.cc (htm_fastpath): New.
...
...
libitm/aatree.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/aatree.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/alloc.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/alloc_c.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/alloc_cpp.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/barrier.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/beginend.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/clone.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2010, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/common.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/alpha/cacheline.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/alpha/sjlj.S
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/alpha/target.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/arm/hwcap.cc
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/arm/hwcap.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/arm/sjlj.S
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/arm/target.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/generic/asmcfi.h
View file @
75f9527c
/* Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/generic/cacheline.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/generic/tls.cc
View file @
75f9527c
/* Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/generic/tls.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/alpha/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/futex.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/futex.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/powerpc/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/rwlock.cc
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/rwlock.h
View file @
75f9527c
/* Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/sh/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/sparc/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/x86/futex_bits.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/x86/tls.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/posix/rwlock.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/posix/rwlock.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/powerpc/cacheline.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/powerpc/sjlj.S
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/powerpc/target.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sh/sjlj.S
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sh/target.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/cacheline.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/sjlj.S
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/target.h
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/cacheline.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/sjlj.S
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/target.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/x86_avx.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/x86_sse.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/configure.ac
View file @
75f9527c
# Process this file with autoreconf to produce a configure script.
# Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
# Copyright (C) 2011
-2013
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
libitm/configure.tgt
View file @
75f9527c
# -*- shell-script -*-
# Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
# Copyright (C) 2011
-2013
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
libitm/containers.h
View file @
75f9527c
/* Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/dispatch.h
View file @
75f9527c
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/eh_cpp.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/libitm.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/libitm.texi
View file @
75f9527c
...
...
@@ -7,7 +7,7 @@
@
copying
Copyright
@
copyright
{}
2011
Free
Software
Foundation
,
Inc
.
Copyright
@
copyright
{}
2011
-
2013
Free
Software
Foundation
,
Inc
.
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
under
the
terms
of
the
GNU
Free
Documentation
License
,
Version
1.2
or
...
...
libitm/libitm_i.h
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/local.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/local_atomic
View file @
75f9527c
// -*- C++ -*- header.
// Copyright (C) 2008
, 2009, 2010, 2011
Free Software Foundation, Inc.
// Copyright (C) 2008
-2013
Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
...
...
libitm/local_type_traits
View file @
75f9527c
// C++0x type_traits -*- C++ -*-
// Copyright (C) 2007
, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
// Copyright (C) 2007
-2013
Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
...
...
libitm/method-gl.cc
View file @
75f9527c
/* Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/method-ml.cc
View file @
75f9527c
/* Copyright (C) 2012 Free Software Foundation, Inc.
/* Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Contributed by Torvald Riegel <triegel@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/method-serial.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/query.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/retry.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011, 2012
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/stmlock.h
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/testsuite/config/default.exp
View file @
75f9527c
# Copyright (C) 2011 Free Software Foundation, Inc.
# Copyright (C) 2011
-2013
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
libitm/testsuite/libitm.c++/c++.exp
View file @
75f9527c
# Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
# Copyright (C) 2011
-2013
Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
libitm/useraction.cc
View file @
75f9527c
/* Copyright (C) 2008
, 2009, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2008
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/util.cc
View file @
75f9527c
/* Copyright (C) 2009
, 2011
Free Software Foundation, Inc.
/* Copyright (C) 2009
-2013
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment