summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mingw-alloca.ll
Commit message (Expand)AuthorAge
* Added test for -elf configuration, to see that _alloca call is properly Yaron Keren2013-10-24
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* filecheckizeChris Lattner2009-09-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* one last (?) bad x86 triple test.Chris Lattner2009-08-12
* Allow for rounding up of stack frame.Dale Johannesen2008-06-26
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-23
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-17