Instruction scheduling itinerary for Intel Atom.
[oota-llvm.git] / test / CodeGen / X86 / segmented-stacks.ll
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-01-12 Rafael EspindolaAdd error-reporting tests for platforms that don't...
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaSplit segmented stacks tests into tests for static...
2012-01-11 Rafael EspindolaGenerate the segmented stack prologue for fastcc too.
2012-01-11 Rafael EspindolaUse unsigned comparison in segmented stack prologue.
2012-01-11 Rafael EspindolaExplicitly set the scale to 1 on some segstack prologue...
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-10-26 Rafael EspindolaRun test with -verify-machineinstrs.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Jakob Stoklund OlesenVerify that terminators follow non-terminators.
2011-08-30 Rafael EspindolaAdd a triple.
2011-08-30 Rafael EspindolaSome test code to check if correct code is being generated.