aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mingw-alloca.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Added test for -elf configuration, to see that _alloca call is properly Yaron Keren2013-10-241-9/+16
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-221-2/+2
* filecheckizeChris Lattner2009-09-091-7/+10
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* one last (?) bad x86 triple test.Chris Lattner2009-08-121-1/+1
* Allow for rounding up of stack frame.Dale Johannesen2008-06-261-1/+1
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-231-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-2/+2
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-311-1/+1
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-171-0/+27