aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-08-31SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren
2012-08-31Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper
2012-08-31Fix PR12359Michael Liao
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-31Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-08-31llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -m...NAKAMURA Takumi
2012-08-31Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen
2012-08-31X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach
2012-08-30Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper
2012-08-30Try to make this test more generic to unbreak buildbots.Owen Anderson
2012-08-30Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson
2012-08-30[llvm] Updated the test fold-vector-select so that we test the vector selects...Michael Gottesman
2012-08-30Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem
2012-08-30Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao
2012-08-30Fix test case.Benjamin Kramer
2012-08-30LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer
2012-08-30It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),Nadav Rotem
2012-08-30Add support for moving pure S-register to NEON pipeline if desiredTim Northover
2012-08-30Should put test case under test/ExecutionEngine/MCJIT/Michael Liao
2012-08-30Fix PR13727Michael Liao
2012-08-29Reserve space for the mandatory traceback fields on PPC64.Hal Finkel
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-08-29[arm-fast-isel] Add support for ARM PIC.Jush Lu
2012-08-29Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.NAKAMURA Takumi
2012-08-29llvm/test: [CMake] Add profile_rt-shared to deps.NAKAMURA Takumi
2012-08-29llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi
2012-08-29Moved input for objdump test from Mips to Inputs.Jack Carter
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren
2012-08-28The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter
2012-08-28Some instructions are passed to the assembler to beJack Carter
2012-08-28Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-08-28InstCombine: Guard the transform introduced in r162743 against large ints and...Benjamin Kramer
2012-08-28Make sure that we don't call getZExtValue on values > 64 bits.Nadav Rotem
2012-08-28Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem
2012-08-28The commutative flag is already correctly set within the multiclass. If we setBill Wendling
2012-08-28Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper
2012-08-28llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi
2012-08-28Fix PR12312Michael Liao
2012-08-28Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen
2012-08-28Fix mips' long branch pass.Akira Hatanaka
2012-08-28Fix bug 13532.Akira Hatanaka
2012-08-28Allow remat of LI on PPC.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-28Optimize zext on PPC64.Hal Finkel
2012-08-27Make sure we add the predicate after all of the registers are added.Bill Wendling
2012-08-27llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...NAKAMURA Takumi