summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Teach machine cse to eliminate instructions with multiple physreg uses and de...Evan Cheng2010-10-29
* Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson2010-10-29
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-29
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-28
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-28
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-28
* Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen2010-10-28
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-27
* SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson2010-10-27
* FileCheck'izeJim Grosbach2010-10-26
* Change v64 datalayout in SPU.Kalle Raiskila2010-10-26
* When the "true" and "false" blocks of a diamond if-conversion are the same,Bob Wilson2010-10-26
* An stdcall function calling a non-stdcall functionDale Johannesen2010-10-25
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-25
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-23
* tidy upJim Grosbach2010-10-22
* Remove duplicate test.Jim Grosbach2010-10-22
* tidy up.Jim Grosbach2010-10-22
* FileCheck-ize a few tests.Jim Grosbach2010-10-22
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-21
* putback r116983 and fix simple-fp-encoding.ll testsAndrew Trick2010-10-21
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-21
* Revert r116983, which is breaking all the buildbots.Owen Anderson2010-10-21
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-21
* Add missing scheduling itineraries for transfers between core registers and V...Evan Cheng2010-10-21
* More accurate estimate / tracking of register pressure.Evan Cheng2010-10-20
* Fix crash introduced in 116852. 8573915.Dale Johannesen2010-10-20
* Enable using vdup for vector constants which are splat ofDale Johannesen2010-10-19
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-19
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-19
* Add test case mov.ll for PTX device functionChe-Liang Chiou2010-10-19
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-19
* Support alignment for NEON vld-lane and vst-lane instructions.Bob Wilson2010-10-19
* Revert r116220 - thus turning arm fast isel back on by default.Eric Christopher2010-10-18
* Improve lowering of sext to i128 on SPU.Kalle Raiskila2010-10-18
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-16
* ARM instructions that are both predicated and set the condition codesBob Wilson2010-10-15
* Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudosJim Grosbach2010-10-14
* Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach2010-10-14
* Fix another case where we were preferring instructions with largeRafael Espindola2010-10-13
* Fix PR8365 by adding a more specialized Pat that checks if an 'and' withRafael Espindola2010-10-13
* FileCheckize this in a hope to quiet a valgrind warning on grep.Eric Christopher2010-10-12
* PR8297Andrew Trick2010-10-11
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-11
* Found a bug turning this on by default. Disable again for now.Eric Christopher2010-10-11
* Remove now non-existent option.Eric Christopher2010-10-11
* Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick2010-10-11
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* X86: MinGW should always use libgcc on Windows.Michael J. Spencer2010-10-10