aboutsummaryrefslogtreecommitdiff
path: root/libitm/config/x86/sjlj.S
AgeCommit message (Expand)AuthorFilesLines
2016-01-22libitm: Fix HTM fastpath.Torvald Riegel1-4/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libitm/Richard Sandiford1-1/+1
2013-08-30Add custom HTM fast path for RTM on x86_64.Torvald Riegel1-12/+89
2013-02-03Update copyright in libitm.Richard Sandiford1-1/+1
2012-10-02target.h (struct gtm_jmpbuf): Merge x86_64 and ia32 declarations some more.Uros Bizjak1-2/+1
2012-02-14* config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.Richard Henderson1-5/+5
2012-02-14target.h (GTM_longjmp): Correct .cfi directives.Uros Bizjak1-3/+5
2012-02-14target.h (GTM_longjmp): Jump indirect from memory address.Uros Bizjak1-6/+4
2012-01-24target.h (gtm_jmpbuf): Move rip to the end of structure.Uros Bizjak1-18/+16
2012-01-23re PR libitm/51830 (FAIL: libitm.c/mem(cpy|set)-1.c execution test)Uros Bizjak1-0/+1
2011-11-30Swap the action and jmpbuf arguments to GTM_longjmpRichard Henderson1-10/+9
2011-11-22sjlj.S (CONCAT1, [...]): Respond to __USER_LABEL_PREFIX__ for targets that us...Iain Sandoe1-18/+39
2011-11-18Support libitm on Solaris 8 and 9/x86 with Sun asRainer Orth1-0/+12
2011-11-09libitm: de-ELF-ize x86/sjlj.S.Richard Henderson1-5/+14
2011-11-09libitm: Configure for gas cfi pseudo ops.Richard Henderson1-12/+15
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+105