aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-251-0/+19
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-231-2/+4
* tidy upJim Grosbach2010-10-221-3/+2
* Remove duplicate test.Jim Grosbach2010-10-221-9/+0
* tidy up.Jim Grosbach2010-10-221-33/+33
* FileCheck-ize a few tests.Jim Grosbach2010-10-222-21/+26
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-217-110/+60
* putback r116983 and fix simple-fp-encoding.ll testsAndrew Trick2010-10-212-2/+3
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-217-60/+110
* Revert r116983, which is breaking all the buildbots.Owen Anderson2010-10-212-3/+2
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-217-110/+60
* Add missing scheduling itineraries for transfers between core registers and V...Evan Cheng2010-10-212-2/+3
* More accurate estimate / tracking of register pressure.Evan Cheng2010-10-202-2/+15
* Fix crash introduced in 116852. 8573915.Dale Johannesen2010-10-201-0/+17
* Enable using vdup for vector constants which are splat ofDale Johannesen2010-10-192-41/+4
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-194-69/+11
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-194-11/+69
* Add test case mov.ll for PTX device functionChe-Liang Chiou2010-10-191-0/+13
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-194-69/+11
* Support alignment for NEON vld-lane and vst-lane instructions.Bob Wilson2010-10-192-39/+59
* Revert r116220 - thus turning arm fast isel back on by default.Eric Christopher2010-10-181-2/+2
* Improve lowering of sext to i128 on SPU.Kalle Raiskila2010-10-181-0/+3
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-161-0/+17
* ARM instructions that are both predicated and set the condition codesBob Wilson2010-10-151-0/+47
* Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach2010-10-141-1/+1
* Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach2010-10-141-1/+1
* Fix another case where we were preferring instructions with largeRafael Espindola2010-10-131-0/+9
* Fix PR8365 by adding a more specialized Pat that checks if an 'and' withRafael Espindola2010-10-131-0/+10
* FileCheckize this in a hope to quiet a valgrind warning on grep.Eric Christopher2010-10-121-4/+7
* PR8297Andrew Trick2010-10-111-1/+1
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-111-0/+16
* Found a bug turning this on by default. Disable again for now.Eric Christopher2010-10-111-2/+2
* Remove now non-existent option.Eric Christopher2010-10-111-2/+2
* Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick2010-10-111-0/+28
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-1112-242/+0
* X86: MinGW should always use libgcc on Windows.Michael J. Spencer2010-10-101-3/+4
* X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer2010-10-102-3/+21
* force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner2010-10-101-2/+2
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-101-0/+22
* Correct some load / store instruction itinerary mistakes:Evan Cheng2010-10-091-1/+1
* Simplify test and move into a generic "crash" ll file.Bill Wendling2010-10-092-118/+29
* Check to make sure that the iterator isn't at the beginning of the basic blockBill Wendling2010-10-091-0/+118
* Recommit 116056, now with the missing file...Cameron Esfahani2010-10-081-0/+11
* reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick2010-10-081-11/+0
* Small patch to restore home register stack space allocation for the Win64 cas...Cameron Esfahani2010-10-081-0/+11
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-0819-105/+163
* testcase that goes with r116053Chris Lattner2010-10-081-1/+18
* rename testChris Lattner2010-10-081-0/+0
* merge testsChris Lattner2010-10-083-43/+44
* filecheckize.Chris Lattner2010-10-081-4/+9