aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-04-29Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher
2011-04-29Change DwarfCFIException's member variables to track what it actuallyRafael Espindola
2011-04-29Teach Thumb2 isel to fold and->rotr ==> ROR.Andrew Trick
2011-04-29Combine thumb2-ror tests.Andrew Trick
2011-04-28Revert r130454; apparently this doesn't actually work.Eli Friedman
2011-04-28Fix runline.Eli Friedman
2011-04-28Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman
2011-04-28fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman
2011-04-28Actually revert r130348 correctly.Eli Friedman
2011-04-28Revert r130348; causing buildbot issues on x86-32.Eli Friedman
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-28Fix a silly mistake in r130338.Eli Friedman
2011-04-28PTX: support for bitwise operations on predicatesJustin Holewinski
2011-04-27fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman
2011-04-27Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman
2011-04-27If converter was being too cute. It look for root BBs (which don't haveEvan Cheng
2011-04-27Also add <imp-def> operands for defined and dead super-registers when rewriting.Jakob Stoklund Olesen
2011-04-27Fix an edge case involving branches in fast-isel on x86.Eli Friedman
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-04-26This test should be in MC. It breaks with changes to scheduling / register al...Evan Cheng
2011-04-26Force a triple on this test to unbreak windows buildbots.Benjamin Kramer
2011-04-26Fast-isel support for simple inline asms.Dan Gohman
2011-04-26Add test for PR9743.Rafael Espindola
2011-04-26don't emit the symbol name twice for local bss and commonChris Lattner
2011-04-25Make this test disable fast isel as it's not needed.Eric Christopher
2011-04-25Lower BlockAddress node when relocation-model is static.Akira Hatanaka
2011-04-25A dbg.declare may not be in entry block, even if it is referring to an incomi...Devang Patel
2011-04-25Make tests more useful.Benjamin Kramer
2011-04-23Accidental function name mangling.Andrew Trick
2011-04-23Thumb2 and ARM add/subtract with carry fixes.Andrew Trick
2011-04-23whitespaceAndrew Trick
2011-04-23test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi
2011-04-22Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner
2011-04-22DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer
2011-04-22X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer
2011-04-22In Thumb2 mode, lower frame indix references to:Evan Cheng
2011-04-21Fix DWARF description of Q registers.Devang Patel
2011-04-21Fix DWARF description of S registers.Devang Patel
2011-04-21Test case for r129922Devang Patel
2011-04-21Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar
2011-04-21ptx: fix parameter orderingChe-Liang Chiou
2011-04-20Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng
2011-04-20Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-04-20Rewrite the expander for umulo/smulo to remember to sign extend the inputEric Christopher
2011-04-19llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-19CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-19This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson
2011-04-19Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson
2011-04-19Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson