aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/segmented-stacks.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+10
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+123
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+55
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-30/+59
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+54
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-19/+19
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-011-16/+16
* Add error-reporting tests for platforms that don't support segmented stacks.Rafael Espindola2012-01-121-0/+11
* Support segmented stacks on 64-bit FreeBSD.Rafael Espindola2012-01-121-0/+52
* Support segmented stacks on win32.Rafael Espindola2012-01-121-0/+50
* Support segmented stacks on mac.Rafael Espindola2012-01-111-74/+205
* Split segmented stacks tests into tests for static- and dynamic-size frames.Rafael Espindola2012-01-111-37/+7
* Generate the segmented stack prologue for fastcc too.Rafael Espindola2012-01-111-0/+55
* Use unsigned comparison in segmented stack prologue.Rafael Espindola2012-01-111-0/+6
* Explicitly set the scale to 1 on some segstack prologue instrs.Rafael Espindola2012-01-111-0/+4
* Check for stack space more intelligently.Sanjoy Das2011-12-031-9/+27
* Fix a bug in the x86-32 code generated for segmented stacks.Sanjoy Das2011-12-031-6/+2
* 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