aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...Anton Korobeynikov2009-10-081-2/+2
* Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+41
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-081-0/+76
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-088-46/+140
* Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-35/+114
* Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Fix handling of x86 'R' constraint.Dale Johannesen2009-10-071-0/+18
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-40/+118
* Convert test to FileCheck.Bob Wilson2009-10-071-9/+27
* Add codegen support for NEON vst4 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+41