aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-041-0/+39
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-041-0/+36
* Testcase for r110248.Bill Wendling2010-08-041-0/+65
* call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings2010-08-041-1/+1
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-042-0/+25
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-041-0/+24
* OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen2010-08-031-361/+0
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-021-0/+10
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-021-0/+35
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-021-0/+57
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-7/+11
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-011-0/+11
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-312-2006/+0
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-302-0/+2006
* Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctlyEli Friedman2010-07-301-0/+14
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-302-7/+26
* Implement vector constants which are splat ofDale Johannesen2010-07-291-0/+38
* Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman2010-07-281-1/+12
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-271-0/+14
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-271-0/+6
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-261-0/+95
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-231-8/+8
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-231-0/+22
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-231-0/+18
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-222-0/+28
* More register pressure aware scheduling work.Evan Cheng2010-07-211-8/+8
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-211-0/+15
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-211-5/+23
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-201-0/+99
* update tests for smarter BIC usageJim Grosbach2010-07-203-6/+4
* The same problem was being tracked in PR7652.Duncan Sands2010-07-201-0/+1
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-201-0/+33
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-201-0/+21
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-191-0/+16
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-191-17/+0
* Add a testcase for r108639.Owen Anderson2010-07-181-0/+17
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-172-0/+46
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-162-0/+34
* Consider this function:Bill Wendling2010-07-164-16/+27
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-161-133/+0
* Feed the right output into FileCheck.Benjamin Kramer2010-07-161-2/+2
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-1/+1
* Add forgotten test case.Jakob Stoklund Olesen2010-07-161-0/+28
* Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman2010-07-162-3/+3
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+147
* Revert. This isn't the correct way to go.Bill Wendling2010-07-152-12/+3
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-152-3/+12
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-154-5/+5
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-151-2/+2
* Fix crash reported in PR7653.Devang Patel2010-07-151-0/+12