aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/segmented-stacks.ll
AgeCommit message (Expand)Author
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2012-01-12Add error-reporting tests for platforms that don't support segmented stacks.Rafael Espindola
2012-01-12Support segmented stacks on 64-bit FreeBSD.Rafael Espindola
2012-01-12Support segmented stacks on win32.Rafael Espindola
2012-01-11Support segmented stacks on mac.Rafael Espindola
2012-01-11Split segmented stacks tests into tests for static- and dynamic-size frames.Rafael Espindola
2012-01-11Generate the segmented stack prologue for fastcc too.Rafael Espindola
2012-01-11Use unsigned comparison in segmented stack prologue.Rafael Espindola
2012-01-11Explicitly set the scale to 1 on some segstack prologue instrs.Rafael Espindola
2011-12-03Check for stack space more intelligently.Sanjoy Das
2011-12-03Fix a bug in the x86-32 code generated for segmented stacks.Sanjoy Das
2011-10-26Run test with -verify-machineinstrs.Rafael Espindola
2011-10-26Fixes an issue reported by -verify-machineinstrs.Rafael Espindola
2011-10-26This commit introduces two fake instructions MORESTACK_RET andRafael Espindola
2011-10-13More closely follow libgcc, which has code after the `ret' instruction toBill Wendling
2011-10-13Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling
2011-09-24Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen
2011-09-23Verify that terminators follow non-terminators.Jakob Stoklund Olesen
2011-08-30Add a triple.Rafael Espindola
2011-08-30Some test code to check if correct code is being generated.Rafael Espindola