aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman2009-10-213-9/+9
* Add reg-imm testsAnton Korobeynikov2009-10-212-0/+74
* Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)Anton Korobeynikov2009-10-201-0/+48
* Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin2009-10-203-9/+9
* Make TranslateX86CC return COND_INVALID instead of aborting when itDan Gohman2009-10-201-0/+11
* Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman2009-10-203-1/+280
* If the physical register being spilled does not have an interval, spill its s...Evan Cheng2009-10-201-0/+54
* Enable allocation of R3 in Thumb1Jim Grosbach2009-10-191-1/+1
* convert to filecheck syntax and make a lot more aggressive.Chris Lattner2009-10-191-8/+68
* Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov2009-10-192-208/+1
* rename testChris Lattner2009-10-191-0/+0
* Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS.Torok Edwin2009-10-191-0/+69
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar2009-10-191-0/+1
* Add support for matching shuffle patterns with palignr.Nate Begeman2009-10-193-15/+70
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-1813-50/+38
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-172-1/+208
* Update tests to use FileCheckMon P Wang2009-10-1619-55/+70
* Add test case for r84279Mon P Wang2009-10-161-0/+12
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-162-2/+22
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-161-5/+5
* Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel2009-10-151-0/+44
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-3/+3
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-151-0/+3
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-152-2/+13
* When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng2009-10-141-0/+15
* Fix this test to account for a movl $0 being emitted as an xor now,Dan Gohman2009-10-141-2/+3
* Revise ARM inline assembly memory operands to require the memory address toBob Wilson2009-10-131-1/+3
* Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.Sandeep Patel2009-10-131-0/+37
* Don't forget to mark RAX as live-out of the function when arranging forDan Gohman2009-10-121-1/+10
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-1213-13/+13
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-112-0/+16
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-112-0/+93
* Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov2009-10-118-0/+343
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-111-11/+20
* It seems that OR operation does not affect status reg at all.Anton Korobeynikov2009-10-101-0/+14
* Update this test; the code is the same but it gets counted as oneDan Gohman2009-10-091-1/+1
* Fix the x86 test-shrink optimization so that it doesn't shrink comparisonsDan Gohman2009-10-091-0/+23
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-0987-3650/+3526
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-095-58/+135
* Fix a logic error that caused non-rematable loop invariants loads to be licm'...Evan Cheng2009-10-091-0/+264
* Commit one last NEON test to use FileCheck. That's all of them now!Bob Wilson2009-10-091-4/+13
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-0911-115/+388
* Reset kill markers after live interval is reconstructed.Evan Cheng2009-10-091-0/+34
* Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.Bob Wilson2009-10-091-0/+28
* Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+28
* Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+28
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-089-46/+139
* Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+53
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-0813-100/+295
* Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+47