aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2009-10-22Allow the target to select the level of anti-dependence breaking that should ...David Goodwin
2009-10-22Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson
2009-10-22Move if-conversion before post-regalloc scheduling so the predicated instruct...Evan Cheng
2009-10-22Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.Evan Cheng
2009-10-22Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov
2009-10-22Revert the main portion of r31856. It was causing BranchFoldingDan Gohman
2009-10-21Improve handling of immediates by splitting 32-bit immediates into two 16-bitJim Grosbach
2009-10-21Add DAG printing for RMW stuff debuggingAnton Korobeynikov
2009-10-21RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov
2009-10-21Match more patterns to movt.Evan Cheng
2009-10-21Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman
2009-10-21Add reg-imm testsAnton Korobeynikov
2009-10-20Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)Anton Korobeynikov
2009-10-20Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin
2009-10-20Make TranslateX86CC return COND_INVALID instead of aborting when itDan Gohman
2009-10-20Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman
2009-10-20If the physical register being spilled does not have an interval, spill its s...Evan Cheng
2009-10-19Enable allocation of R3 in Thumb1Jim Grosbach
2009-10-19convert to filecheck syntax and make a lot more aggressive.Chris Lattner
2009-10-19Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov
2009-10-19rename testChris Lattner
2009-10-19Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS.Torok Edwin
2009-10-19Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar
2009-10-19Add support for matching shuffle patterns with palignr.Nate Begeman
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-10-17Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman
2009-10-16Update tests to use FileCheckMon P Wang
2009-10-16Add test case for r84279Mon P Wang
2009-10-16Move zext and sext casts fed by loads into the same block as theDan Gohman
2009-10-16Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng
2009-10-15Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel
2009-10-15Re-apply 84180 with the fixed test case.Sanjiv Gupta
2009-10-15Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen
2009-10-15Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman
2009-10-14When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng
2009-10-14Fix this test to account for a movl $0 being emitted as an xor now,Dan Gohman
2009-10-13Revise ARM inline assembly memory operands to require the memory address toBob Wilson
2009-10-13Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.Sandeep Patel
2009-10-12Don't forget to mark RAX as live-out of the function when arranging forDan Gohman
2009-10-12Eliminate some redundant llvm-as calls.Benjamin Kramer
2009-10-11Add missed mem-mem move patternsAnton Korobeynikov
2009-10-11Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov
2009-10-11Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov
2009-10-11Implement 'm' memory operand properlyAnton Korobeynikov
2009-10-10It seems that OR operation does not affect status reg at all.Anton Korobeynikov
2009-10-09Update this test; the code is the same but it gets counted as oneDan Gohman
2009-10-09Fix the x86 test-shrink optimization so that it doesn't shrink comparisonsDan Gohman
2009-10-09Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson
2009-10-09Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson
2009-10-09Fix a logic error that caused non-rematable loop invariants loads to be licm'...Evan Cheng