aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-08-10Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar
2010-08-10Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen
2010-08-10Fix failing testcase.Tobias Grosser
2010-08-10Handle TAG_constant for integers.Devang Patel
2010-08-10Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng
2010-08-09Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila
2010-08-07Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-05Add an option to always emit realignment code for a particular module.Eric Christopher
2010-08-05Move x86 specific tests into test/CodeGen/X86.Devang Patel
2010-08-05Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman
2010-08-05tests: CodeGen/X86/GC tests require X86.Daniel Dunbar
2010-08-04The lower invoke pass needs to have unreachable code elimination run after itBill Wendling
2010-08-04PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman
2010-08-04Testcase for r110248.Bill Wendling
2010-08-04call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings
2010-08-04Make SPU backend handle insertelement and Kalle Raiskila
2010-08-04Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson
2010-08-03OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen
2010-08-02More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila
2010-08-02Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila
2010-08-02Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila
2010-08-02PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman
2010-08-01PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman
2010-07-31Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson
2010-07-30A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes
2010-07-30Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman
2010-07-30Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach
2010-07-29Implement vector constants which are splat ofDale Johannesen
2010-07-28Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman
2010-07-27~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman
2010-07-27Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman
2010-07-26Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov
2010-07-23- Allow target to specify when is register pressure "too high". In most cases,Evan Cheng
2010-07-23Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman
2010-07-23DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman
2010-07-22Custom lower the memory barrier instructions and add supportEric Christopher
2010-07-21More register pressure aware scheduling work.Evan Cheng
2010-07-21Baby steps towards ARM fast-isel.Eric Christopher
2010-07-21Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola
2010-07-20Fix SCEV denormalization of expressions where the exit value fromDan Gohman
2010-07-20update tests for smarter BIC usageJim Grosbach
2010-07-20The same problem was being tracked in PR7652.Duncan Sands
2010-07-20Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes
2010-07-20Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes
2010-07-19After a custom inserter, in a block which has constant instructions,Dan Gohman
2010-07-19Remove r108639 now that it is handled by InstCombine instead.Owen Anderson
2010-07-18Add a testcase for r108639.Owen Anderson
2010-07-17Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach
2010-07-16Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach