Check for invalid alignment values when decoding VLDn/VSTn (single ln) instructions.
[oota-llvm.git] / test /
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Arnold SchwaighoferBasicAA: Recognize cyclic NoAlias phis
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
2012-09-06 Arnold SchwaighoferBasicAA: GEPs of NoAlias'ing base ptr with equivalent...
2012-09-06 Nadav RotemDisable stack coloring by default in order to resolve...
2012-09-06 Elena DemikhovskyAVX2 optimization.
2012-09-06 Nadav RotemFix the test by specifying an exact cpu model.
2012-09-06 Hans WennborgFix switch_to_lookup_table.ll test from r163302.
2012-09-06 James MolloyImprove codegen for BUILD_VECTORs on ARM.
2012-09-06 Hans WennborgBuild lookup tables for switches (PR884)
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-06 James MolloyOptimize codegen for VSETLNi{8,16,32} operating on...
2012-09-06 Craig TopperAdd patterns for converting stores of subvector_extract...
2012-09-06 Jim GrosbachRevert "Enable MCJIT tests on Darwin."
2012-09-06 Jim GrosbachEnable MCJIT tests on Darwin.
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-05 Nick LewyckyAdd missing file for test.
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Tim NorthoverStrip old MachineInstrs *after* we know we can put...
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-09-05 Silviu BarangaFixed the DAG combiner to better handle the folding...
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-04 Elena DemikhovskyThis patch optimizes shuffle instruction - generates...
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-09-02 Nuno Lopesescape special char when handling CXX_FOR_OCAMLOPT
2012-09-02 Nuno Lopesfix test's RUN lines
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 NAKAMURA Takumillvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on...
2012-09-01 Manman RenFix Atom bots for r163036.
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-31 NAKAMURA Takumillvm/test/CodeGen/X86/vec_select.ll: Fix failure on...
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTry to make this test more generic to unbreak buildbots.
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 Benjamin KramerFix test case.
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-30 Michael LiaoShould put test case under test/ExecutionEngine/MCJIT/
2012-08-30 Michael LiaoFix PR13727
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-29 NAKAMURA TakumiCreate llvm/test/Object/Mips/lit.local.cfg to check...
2012-08-29 NAKAMURA Takumillvm/test: [CMake] Add profile_rt-shared to deps.
2012-08-29 NAKAMURA Takumillvm/test/Analysis/Profiling: Mark 3 of them as REQUIRE...
2012-08-29 Jack CarterMoved input for objdump test from Mips to Inputs.
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...
2012-08-28 Bill WendlingThe commutative flag is already correctly set within...
2012-08-28 Craig TopperMerge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single...
2012-08-28 NAKAMURA Takumillvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64...
2012-08-28 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Craig TopperCommit test change for r162658.
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-27 Craig TopperMake sure that FMA3 is favored even when FMA4 is also...
2012-08-24 Jakob Stoklund OlesenInfer instruction properties from single-instruction...
next