aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-10-27SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson
2010-10-26FileCheck'izeJim Grosbach
2010-10-26Change v64 datalayout in SPU.Kalle Raiskila
2010-10-26When the "true" and "false" blocks of a diamond if-conversion are the same,Bob Wilson
2010-10-25An stdcall function calling a non-stdcall functionDale Johannesen
2010-10-25Add support for emitting ARM file attributes.Rafael Espindola
2010-10-23X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer
2010-10-22tidy upJim Grosbach
2010-10-22Remove duplicate test.Jim Grosbach
2010-10-22tidy up.Jim Grosbach
2010-10-22FileCheck-ize a few tests.Jim Grosbach
2010-10-21Recommit 116986 with capitalization typo fixed.Wesley Peck
2010-10-21putback r116983 and fix simple-fp-encoding.ll testsAndrew Trick
2010-10-21Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck
2010-10-21Revert r116983, which is breaking all the buildbots.Owen Anderson
2010-10-21Major update of the MicroBlaze backend. The new features are:Wesley Peck
2010-10-21Add missing scheduling itineraries for transfers between core registers and V...Evan Cheng
2010-10-20More accurate estimate / tracking of register pressure.Evan Cheng
2010-10-20Fix crash introduced in 116852. 8573915.Dale Johannesen
2010-10-19Enable using vdup for vector constants which are splat ofDale Johannesen
2010-10-19Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng
2010-10-19Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar
2010-10-19Add test case mov.ll for PTX device functionChe-Liang Chiou
2010-10-19- Add a hook for target to determine whether an instruction def isEvan Cheng
2010-10-19Support alignment for NEON vld-lane and vst-lane instructions.Bob Wilson
2010-10-18Revert r116220 - thus turning arm fast isel back on by default.Eric Christopher
2010-10-18Improve lowering of sext to i128 on SPU.Kalle Raiskila
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-15ARM instructions that are both predicated and set the condition codesBob Wilson
2010-10-14Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach
2010-10-14Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach
2010-10-13Fix another case where we were preferring instructions with largeRafael Espindola
2010-10-13Fix PR8365 by adding a more specialized Pat that checks if an 'and' withRafael Espindola
2010-10-12FileCheckize this in a hope to quiet a valgrind warning on grep.Eric Christopher
2010-10-11PR8297Andrew Trick
2010-10-11PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen
2010-10-11Found a bug turning this on by default. Disable again for now.Eric Christopher
2010-10-11Remove now non-existent option.Eric Christopher
2010-10-11Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-10X86: MinGW should always use libgcc on Windows.Michael J. Spencer
2010-10-10X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer
2010-10-10force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner
2010-10-10fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner
2010-10-09Correct some load / store instruction itinerary mistakes:Evan Cheng
2010-10-09Simplify test and move into a generic "crash" ll file.Bill Wendling
2010-10-09Check to make sure that the iterator isn't at the beginning of the basic blockBill Wendling
2010-10-08Recommit 116056, now with the missing file...Cameron Esfahani
2010-10-08reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick
2010-10-08Small patch to restore home register stack space allocation for the Win64 cas...Cameron Esfahani