summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-x86.ll
AgeCommit message (Expand)Author
2017-08-05[X86] Teach fastisel to select calls to dllimport functionsReid Kleckner
2017-03-30[CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.Ahmed Bougacha
2016-09-26[X86] Optimization for replacing LEA with MOV at frame index elimination timeZvi Rackover
2016-07-14Teach fast isel calls and rets about stdcall.Nico Weber
2016-07-12Teach FastISel about thiscall (and, hence, about callee-pop).Nico Weber
2016-05-20Refactor X86 symbol access classification.Rafael Espindola
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-09-08Fast-ISel: Remove dead code after falling back from selecting call instructio...Hans Wennborg
2014-01-08[x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2012-08-17Fix broken check lines.Benjamin Kramer
2012-04-30Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-04-27Revert r155745Derek Schuff
2012-04-27Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2011-04-28fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman
2011-04-26Force a triple on this test to unbreak windows buildbots.Benjamin Kramer
2011-04-25Make tests more useful.Benjamin Kramer
2010-07-10Fix this test.Dan Gohman
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman