summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/win32_sret.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Optimization for replacing LEA with MOV at frame index elimination timeZvi Rackover2016-09-261-7/+7
* Don't optimize movs to pushes in -O0 builds.Nico Weber2016-07-141-17/+17
* [X86] Enable call frame optimization ("mov to push") not only for optsize (PR...Hans Wennborg2016-03-301-26/+21
* [X86] Use 4 byte preferred aggregate alignment on Win32Reid Kleckner2015-04-301-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-091-0/+60
* Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.NAKAMURA Takumi2014-04-061-0/+23
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-081-14/+14
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-4/+4
* Add -mcpu=core2 to all llc invocations in this test.Rafael Espindola2013-12-041-4/+4
* Use CHECK-LABEL to make this test more strict.Rafael Espindola2013-12-031-14/+20
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-031-0/+28
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-2/+2
* Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov2013-04-051-7/+6
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-031-2/+5
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-031-0/+40
* Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov2013-03-281-11/+67
* Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.Eli Friedman2012-01-201-0/+28
OpenPOWER on IntegriCloud