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
f93608e6
Commit
f93608e6
authored
Jan 02, 2014
by
Richard Sandiford
Committed by
Richard Sandiford
Jan 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libitm/
From-SVN: r206298
parent
18d73c7f
Hide whitespace changes
Inline
Side-by-side
Showing
69 changed files
with
72 additions
and
68 deletions
+72
-68
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/s390/sjlj.S
+1
-1
libitm/config/s390/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_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 @
f93608e6
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2014-01-02 Tobias Burnus <burnus@net-b.de>
* libitm.texi: Bump @copying's copyright year.
...
...
libitm/aatree.cc
View file @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2010-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2010-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/sparc/futex_bits.h
View file @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/linux/x86/futex_bits.h
View file @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/s390/sjlj.S
View file @
f93608e6
/* Copyright (C) 2013 Free Software Foundation, Inc.
/* Copyright (C) 2013
-2014
Free Software Foundation, Inc.
Contributed by Andreas Krebbel <krebbel@linux.vnet.ibm.com>
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/s390/target.h
View file @
f93608e6
/* Copyright (C) 2013 Free Software Foundation, Inc.
/* Copyright (C) 2013
-2014
Free Software Foundation, Inc.
Contributed by Andreas Krebbel <krebbel@linux.vnet.ibm.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sh/sjlj.S
View file @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sh/target.h
View file @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/cacheline.h
View file @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/sjlj.S
View file @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/sparc/target.h
View file @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
Free Software Foundation, Inc.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/config/x86/cacheline.h
View file @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
# Process this file with autoreconf to produce a configure script.
# Copyright (C) 2011-201
3
Free Software Foundation, Inc.
# Copyright (C) 2011-201
4
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 @
f93608e6
# -*- shell-script -*-
# Copyright (C) 2011-201
3
Free Software Foundation, Inc.
# Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
...
...
libitm/libitm_i.h
View file @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
// -*- C++ -*- header.
// Copyright (C) 2008-201
3
Free Software Foundation, Inc.
// Copyright (C) 2008-201
4
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 @
f93608e6
// C++0x type_traits -*- C++ -*-
// Copyright (C) 2007-201
3
Free Software Foundation, Inc.
// Copyright (C) 2007-201
4
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 @
f93608e6
/* Copyright (C) 2011-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2012-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2012-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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 @
f93608e6
# Copyright (C) 2011-201
3
Free Software Foundation, Inc.
# Copyright (C) 2011-201
4
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 @
f93608e6
# Copyright (C) 2011-201
3
Free Software Foundation, Inc.
# Copyright (C) 2011-201
4
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 @
f93608e6
/* Copyright (C) 2008-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2008-201
4
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 @
f93608e6
/* Copyright (C) 2009-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2009-201
4
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