aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/segmented-stacks.ll
Commit message (Expand)AuthorAgeFilesLines
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-261-2/+2
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-261-5/+10
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-261-1/+1
* More closely follow libgcc, which has code after the `ret' instruction toBill Wendling2011-10-131-1/+1
* Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling2011-10-131-1/+1
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-241-3/+0
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-231-0/+3
* Add a triple.Rafael Espindola2011-08-301-2/+2
* Some test code to check if correct code is being generated.Rafael Espindola2011-08-301-0/+87