[docs] Update link title
[oota-llvm.git] / test / CodeGen /
2014-04-07 Reed KotlerReverting commit r205628 due to mips64 issues.
2014-04-07 Tom StellardR600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
2014-04-07 Tom StellardR600: Match 24-bit arithmetic patterns in a Target...
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-04 Tim NorthoverDAGLegalize: add last-ditch type-legalization for VSELECT.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Saleem AbdulrasoolARM: fix test case missed in previous roundup
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 Tom StellardR600: Correct opcode for BFE_INT
2014-04-03 Tom StellardR600/SI: Lower 64-bit immediates using REG_SEQUENCE
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-03 Tim NorthoverARM64: add regression test for r205519.
2014-04-03 Tim NorthoverARM64: don't generate __sincos_stret calls unless on...
2014-04-03 Richard TrieuFix test case.
2014-04-02 Lang Hames[CodeGen] Teach the peephole optimizer to remember...
2014-04-02 Juergen RibutzkaAdd comments and test case for [DAG] Keep the opaque...
2014-04-02 Saleem AbdulrasoolARM: fixup tests to specify the target more explicitly
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Tom StellardTargetLibraryInfo: Disable memcpy and memset on R600
2014-04-02 Jim GrosbachARM: cortex-m0 doesn't support unaligned memory access.
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-02 Tim NorthoverARM64: use GOT for weak symbols & PIC.
2014-04-02 Tim NorthoverARM64: fix lowering of fp128 fptosi/fptoui
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
2014-04-01 Tim NorthoverARM64: fix bug in ld3r (1d) SelectionDAG.
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Matt ArsenaultR600: Compute masked bits for min and max
2014-03-31 Matt ArsenaultR600: Add BFE, BFI, and BFM intrinsics to help with...
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-31 Tim NorthoverARM64: add extra patterns for scalar shifts
2014-03-31 Tim NorthoverARM64: add extra scalar neg pattern & tests.
2014-03-31 Tim NorthoverARM64: add patterns for scalar sqdmlal & sqdmlsl.
2014-03-31 Tim NorthoverARM64: add more patterns for commuted fmsub operations.
2014-03-31 Tim NorthoverARM64: shuffle patterns around for fmin/fmax & add...
2014-03-31 Tim NorthoverARM64: add more scalar patterns for usqadd & suqadd.
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Tom StellardR600/SI: Lower i64 SELECT by bitcasting to a vector...
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
2014-03-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-31 Daniel Sanders[mips] Check emitted code for llvm.bswap.i32 on MIPS16...
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 NAKAMURA TakumiSuppress llvm/test/CodeGen/ARM64 for targeting pecoff...
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Matt ArsenaultR600: Add a testcase for sext_in_reg I missed.
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
next