aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-19Only adjust esp around calls in presence of alloca.Evan Cheng
2007-07-19Only adjust esp around calls in presence of alloca.Evan Cheng
2007-07-18Fix typo.Devang Patel
2007-07-18Fix dominator info update to accommodate CFG changes.Devang Patel
2007-07-18New test.Devang Patel
2007-07-18Add comment.Evan Cheng
2007-07-18New test.Evan Cheng
2007-07-18Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if pre...Evan Cheng
2007-07-18Add constructor overloads for LoadInst and StoreInst that insert at theDan Gohman
2007-07-18Implement initial memory alignment awareness for SSE instructions. Vector loadsDan Gohman
2007-07-18Fix an issue where assignments that caused a SmallPtrSet to become non-smallOwen Anderson
2007-07-18It's not necessary to do rounding for alloca operations when the requestedDan Gohman
2007-07-18New entry.Evan Cheng
2007-07-18Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer
2007-07-18Work around a bogus gcc 4.2 warning.Chris Lattner
2007-07-18Fix this test to not rely on the path but to use theReid Spencer
2007-07-18The property is svn:executable not svn:execute.Reid Spencer
2007-07-18Alphabetize. Document -mlimit parameter.Nick Lewycky
2007-07-17Turn on FastDSE by default.Owen Anderson
2007-07-17Fold prologue esp update when possible.Evan Cheng
2007-07-17support poolalloc as checked out from svnAndrew Lenharth
2007-07-17Change sroa threshold back.Evan Cheng
2007-07-17Dead code.Evan Cheng
2007-07-17Make sure not to break eh_return.Evan Cheng
2007-07-17Update.Evan Cheng
2007-07-17Fix test.Evan Cheng
2007-07-17Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...Tanya Lattner
2007-07-17Missed the case where alloca is used but the stack size (not including callee...Evan Cheng
2007-07-17detect invalid combination of sret and byvalRafael Espindola
2007-07-17XFAIL these on sparc-solarisGabor Greif
2007-07-17Use push / pop for prologues and epilogues.Evan Cheng
2007-07-17Make use of the process_builder_args library function.Reid Spencer
2007-07-17For PR1558:Reid Spencer
2007-07-17no email addrs in file headersChris Lattner
2007-07-17Unbreak the build by putting calls to free into the implementation file andReid Spencer
2007-07-17Temporarily set SROA threshold to 512.Evan Cheng
2007-07-16Take advantage of undefined behavior if the source program tries to GEPOwen Anderson
2007-07-16Normally, we don't want to install and we only need to build tools.Reid Spencer
2007-07-16No, we're not looking for a directory named /config.status.Reid Spencer
2007-07-16In ModuleInfo.txt, make sure that the script being executed can beReid Spencer
2007-07-16Prepare for the future when llvm doesn't depend on llvm-gcc-4-0.Reid Spencer
2007-07-16Remove insignificant test no longer needed.Reid Spencer
2007-07-16Add support for walking up memory def chains, which enables finding many moreOwen Anderson
2007-07-16Use realloc() to (potentially) resize the contents of SmallPtrSet in place.Owen Anderson
2007-07-16Return Undef if the block has no dominator. This was required to allowReid Spencer
2007-07-16Use ConstantFoldFP for folding all unary floating-point operations which mayDan Gohman
2007-07-16Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,Dan Gohman
2007-07-16Fix comments about vectors to use the current wording.Dan Gohman
2007-07-16Remove the trailing semicolon from function declarations in LLVM,Dan Gohman
2007-07-16Fix validation errorsBill Wendling