aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-01-18Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes
2011-01-17Fix an off-by-one error in ctpop combining.Benjamin Kramer
2011-01-17Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.Benjamin Kramer
2011-01-17Don't crash SPU BE with memory accesses with big alignmnet.Kalle Raiskila
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng
2011-01-16Update tests.Rafael Espindola
2011-01-16fix PR8514, a bug where the "heroic" transformation of shift/and Chris Lattner
2011-01-16Spill R4 if it's going to be used to restore SP from FP.Evan Cheng
2011-01-16Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju
2011-01-16fix PR8981, a crash trying to form a conditional inc with a floating point co...Chris Lattner
2011-01-16reapply my fix for PR8961 with a tweak to properly handleChris Lattner
2011-01-14revert my fastisel patch again which apparently still gives theChris Lattner
2011-01-14reapply r123414 now that the botz are calmed down and the fix is already in.Chris Lattner
2011-01-14r123414 broke llvm-gcc bootstrap apparently, revertChris Lattner
2011-01-14fix PR8961 - a fast isel miscompilation where we'd insert a new instructionChris Lattner
2011-01-13Experiment with changing the default 32-bit linux stack alignment toEric Christopher
2011-01-12Try again enabling LiveDebugVariables.Jakob Stoklund Olesen
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju
2011-01-11The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen
2011-01-11Enable LiveDebugVariables by default.Jakob Stoklund Olesen
2011-01-11SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju
2011-01-11Even if we don't have 7 bytes of stack space we may need to save andEric Christopher
2011-01-10Fix PR 8916 (qv for analysis), at least the immediate problem.Dale Johannesen
2011-01-08Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng
2011-01-07Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng
2011-01-07Speculatively revert r123032.Devang Patel
2011-01-07Lower some BUILD_VECTORS using VEXT+shuffle.Bob Wilson
2011-01-07Appropriately truncate debug info range in dwarf output.Devang Patel
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng
2011-01-07Try to unbreak the arm buildbot.Benjamin Kramer
2011-01-07Add testcases for PR8411 (vget_low and vget_high implemented as shuffles).Bob Wilson
2011-01-07Add ARM patterns to match EXTRACT_SUBVECTOR nodes.Bob Wilson
2011-01-06Fix the other problem reported in PR8582. Testcase and patch byDuncan Sands
2011-01-06Add a testcase for PR8582, which mysteriously fixed itself, in case the problemDuncan Sands
2011-01-06PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng
2011-01-06Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng
2011-01-06Revert r122936. I'll re-implement the change.Evan Cheng
2011-01-06Fix test to coincide with r122934 change from PR8919.Bill Wendling
2011-01-06r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowingEvan Cheng
2011-01-06Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng
2011-01-05Optimize:Evan Cheng
2011-01-05fix PR8900, a shuffle miscompilation. Patch by Nadav Rotem!Chris Lattner
2011-01-03Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng
2011-01-02Try to reuse the value when lowering memset.Benjamin Kramer
2011-01-02Lower the i8 extension in memset to a multiply instead of a potentially long ...Benjamin Kramer
2011-01-01Fix darwin bots.Rafael Espindola
2011-01-01Add support for the 'H' modifier.Rafael Espindola
2011-01-01Update the testAnton Korobeynikov