aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-06-29Don't depend on the optimization reverted in r134067.Benjamin Kramer
2011-06-29Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen
2011-06-28Implement ISD::VAARG lowering on PPC32.Roman Divacky
2011-06-28FileCheckize a couple of tests.Jakob Stoklund Olesen
2011-06-28FileCheck-ize a test that had the strangest TCL quote I've seen yet: anChandler Carruth
2011-06-27Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng
2011-06-27During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel
2011-06-27Allow lr in the register options here.Eric Christopher
2011-06-27Move all inline-asm-fpstack tests to a single file.Jakob Stoklund Olesen
2011-06-25PTX: corrected tests that were failingDan Bailey
2011-06-25PTX: Reverting implementation of i8.Dan Bailey
2011-06-25Test case for r133858 (tail call optimize in the presence of byval).Chad Rosier
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-24PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey
2011-06-24The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) Chad Rosier
2011-06-24Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka
2011-06-24Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka
2011-06-23PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski
2011-06-23PTX: Fixup test cases for device param changesJustin Holewinski
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-22Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola
2011-06-22Needs a triple.Nick Lewycky
2011-06-22Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky
2011-06-22PTX: Add signed integer comparisonsJustin Holewinski
2011-06-22PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski
2011-06-22Test case for r133560.Devang Patel
2011-06-21Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson
2011-06-21Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2011-06-21Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka
2011-06-20PTX: Fix conversion between predicates and value typesJustin Holewinski
2011-06-20Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky
2011-06-20Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky
2011-06-20Fix PromoteIntRes_TRUNCATE: Add support for cases where theNadav Rotem
2011-06-19Update test.Benjamin Kramer
2011-06-19Reduce the runtime of the test. Keep only the interesting cases.Nadav Rotem
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-18Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen
2011-06-18Moved to the right place.Galina Kistanova
2011-06-18Fix UMULO support for 2x register width to allow the fullEric Christopher
2011-06-17Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem
2011-06-17Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng
2011-06-17Lower multiply with overflow checking to __mulo<mode>Eric Christopher
2011-06-17est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner
2011-06-17Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky
2011-06-17PTX: Adjust rounding modesJustin Holewinski
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner