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