Update copyright years.
[gcc.git] / libitm / config / x86 /
2016-01-04 Jakub JelinekUpdate copyright years.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-04-02 Richard Hendersonlibitm: Remove unused PAGE_SIZE macros
2014-01-02 Richard SandifordUpdate copyright years in libitm/
2013-08-30 Torvald RiegelAdd custom HTM fast path for RTM on x86_64.
2013-06-20 Torvald Riegellibitm: Handle HTM fastpath in status query functions.
2013-02-03 Richard SandifordUpdate copyright in libitm.
2012-11-09 Torvald RiegelAdd HTM fastpath and use Intel RTM for it on x86.
2012-10-02 Uros Bizjaktarget.h (struct gtm_jmpbuf): Merge x86_64 and ia32...
2012-07-03 Uros Bizjakxmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
2012-04-04 H.J. LuUse long long in gtm_jmpbuf for x86-64
2012-02-14 Richard Henderson* config/x86/target.h (GTM_longjmp): Correct the .cfi...
2012-02-14 Uros Bizjaktarget.h (GTM_longjmp): Correct .cfi directives.
2012-02-14 Uros Bizjaktarget.h (GTM_longjmp): Jump indirect from memory address.
2012-01-24 Uros Bizjaktarget.h (gtm_jmpbuf): Move rip to the end of structure.
2012-01-23 Uros Bizjakre PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c...
2011-12-13 Richard Hendersonlibitm: Conversion to c++11 atomics.
2011-11-30 Richard HendersonSwap the action and jmpbuf arguments to GTM_longjmp
2011-11-22 Iain Sandoesjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX...
2011-11-18 Rainer OrthSupport libitm on Solaris 8 and 9/x86 with Sun as
2011-11-10 Richard Hendersonlibitm: Don't add -mavx if the assembler doesn't suppor...
2011-11-10 Richard Hendersonlibitm: Work around assembler missing AVX insns.
2011-11-09 Richard Hendersonlibitm: Remove unused code.
2011-11-09 Richard Hendersonlibitm: Avoid non-portable x86 branch prediction mnemonic.
2011-11-09 Richard Hendersonlibitm: de-ELF-ize x86/sjlj.S.
2011-11-09 Richard Hendersonlibitm: Configure for gas cfi pseudo ops.
2011-11-08 Aldy HernandezMerge from transactional-memory branch.