index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libitm
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-22
libitm fixes for musl support
Gregor Richards
2
-3
/
+7
2015-01-05
Update copyright years.
Jakub Jelinek
41
-41
/
+41
2014-07-24
libitm: Improve aarch64 _ITM_beginTransaction
Richard Henderson
1
-2
/
+1
2014-05-19
libitm: Enable aarch64
Richard Henderson
2
-0
/
+138
2014-04-09
Check if GCC uses assembler cfi support
Rainer Orth
1
-2
/
+2
2014-04-02
libitm: Remove unused PAGE_SIZE macros
Richard Henderson
5
-20
/
+0
2014-03-26
futex_bits.h: Include errno.h.
Jakub Jelinek
1
-1
/
+5
2014-01-02
Update copyright years in libitm/
Richard Sandiford
39
-39
/
+39
2013-11-14
rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.
Ulrich Weigand
1
-1
/
+23
2013-08-30
libitm: Fix wrong initialization order introduced with r202101.
Torvald Riegel
1
-2
/
+2
2013-08-30
Add custom HTM fast path for RTM on x86_64.
Torvald Riegel
4
-17
/
+109
2013-07-29
2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Andreas Krebbel
1
-0
/
+4
2013-07-17
s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.
Andreas Krebbel
1
-7
/
+16
2013-07-15
acinclude.m4 (LIBITM_CHECK_AS_HTM): New.
Peter Bergner
1
-0
/
+82
2013-06-27
s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_...
Andreas Krebbel
1
-0
/
+59
2013-06-20
libitm: Handle HTM fastpath in status query functions.
Torvald Riegel
1
-0
/
+7
2013-04-23
sjlj.S: New file.
Andreas Krebbel
2
-0
/
+163
2013-02-03
Update copyright in libitm.
Richard Sandiford
37
-37
/
+37
2012-11-09
Add HTM fastpath and use Intel RTM for it on x86.
Torvald Riegel
3
-17
/
+84
2012-10-02
target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.
Uros Bizjak
2
-8
/
+3
2012-07-03
xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
Uros Bizjak
1
-1
/
+1
2012-04-04
Use long long in gtm_jmpbuf for x86-64
H.J. Lu
1
-7
/
+7
2012-03-13
libitm: Fix lost wake-up in serial lock.
Torvald Riegel
1
-0
/
+26
2012-02-14
* config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.
Richard Henderson
1
-5
/
+5
2012-02-14
target.h (GTM_longjmp): Correct .cfi directives.
Uros Bizjak
1
-3
/
+5
2012-02-14
target.h (cpu_relax): Read from CC register.
Eric Botcazou
2
-5
/
+6
2012-02-14
target.h (GTM_longjmp): Jump indirect from memory address.
Uros Bizjak
1
-6
/
+4
2012-02-13
configure.tgt (target_cpu): Handle sparc and sparc64 & sparcv9.
Eric Botcazou
4
-0
/
+245
2012-01-24
libitm: Fix wake-up of readers in futex-based serial lock.
Torvald Riegel
1
-3
/
+6
2012-01-24
target.h (gtm_jmpbuf): Move rip to the end of structure.
Uros Bizjak
2
-19
/
+17
2012-01-23
re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test)
Uros Bizjak
1
-0
/
+1
2012-01-13
libitm: Filter out undo writes that overlap with the libitm stack.
Torvald Riegel
2
-0
/
+24
2012-01-05
libitm: PowerPC support.
Richard Henderson
5
-2
/
+572
2011-12-24
libitm: Fix privatization safety during upgrades to serial mode.
Torvald Riegel
4
-10
/
+30
2011-12-24
libitm: Fixed conversion to C++11 atomics.
Torvald Riegel
10
-71
/
+98
2011-12-17
configure.tgt: Add sh* case.
Kaz Kojima
3
-0
/
+223
2011-12-14
arm-linux: Add libitm support.
Richard Henderson
8
-7
/
+374
2011-12-13
rwlock.cc (gtm_rwlock::write_lock_generic): Fix signed/unsigned comparison we...
Richard Henderson
1
-1
/
+1
2011-12-13
libitm: Conversion to c++11 atomics.
Richard Henderson
4
-42
/
+12
2011-11-30
Swap the action and jmpbuf arguments to GTM_longjmp
Richard Henderson
2
-32
/
+31
2011-11-22
sjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX__ for targets that us...
Iain Sandoe
1
-18
/
+39
2011-11-18
Support libitm on Solaris 8 and 9/x86 with Sun as
Rainer Orth
2
-1
/
+13
2011-11-10
libitm port to Tru64 UNIX
Rainer Orth
1
-0
/
+4
2011-11-10
libitm: Don't add -mavx if the assembler doesn't support avx.
Richard Henderson
1
-12
/
+8
2011-11-09
libitm: Work around assembler missing AVX insns.
Richard Henderson
1
-0
/
+59
2011-11-09
libitm: Remove unused code.
Richard Henderson
13
-1405
/
+3
2011-11-09
libitm: Avoid non-portable x86 branch prediction mnemonic.
Richard Henderson
1
-3
/
+5
2011-11-09
libitm: de-ELF-ize x86/sjlj.S.
Richard Henderson
1
-5
/
+14
2011-11-09
libitm: Configure for gas cfi pseudo ops.
Richard Henderson
2
-12
/
+59
2011-11-08
Fix Solaris/x86 libitm build
Rainer Orth
2
-1
/
+5
[next]