in findGCD of multiply expr return the gcd
[oota-llvm.git] / test /
2014-04-08 Sebastian Popin findGCD of multiply expr return the gcd
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-04-08 Kevin EnderbyFix the ARM VLD3 (single 3-element structure to all...
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-08 Tim NorthoverARM64: fix fmsub patterns which assumed accum operand...
2014-04-08 Elena DemikhovskyAVX-512: Added fp_to_uint and uint_to_fp patterns.
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
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-07 Eric ChristopherRevert the last couple of patches here and go back...
2014-04-07 Eric ChristopherHandle vlas during inline cost computation if they...
2014-04-07 Eric ChristopherXFAIL this completely at the moment:
2014-04-07 Eric ChristopherMake test run on most platforms and only fail on cygwin...
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-04 Juergen RibutzkaUpdate the test to use FileCheck.
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
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 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 NAKAMURA TakumiTweak unconditional-branch.ll passing on any hosts...
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 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
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 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 NAKAMURA Takumiunconditional-branch.ll is broken for targeting x86_64...
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 TakumiRevert r205551, "Attempt to XFAIL this on mingw and...
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Eric ChristopherAttempt to XFAIL this on mingw and cygwin hosts. The...
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2014-04-03 Eric ChristopherLoosen up check so that we can pass on platforms that...
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 Daniel Sanders[mips] Add negative tests confirm that supported ISA...
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Stepan DyatkovskiyPR19320:
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
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 David BlaikieDebugInfo: Use a 64 bit type for the subrange
2014-04-03 Rafael EspindolaAdd support for the R_ARM_ABS32 relocation.
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Hal FinkelAccount for scalarization costs in BasicTTI::getMemoryO...
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-03 Richard TrieuFix test case.
2014-04-02 Hal FinkelFix multi-register costs in BasicTTI::getCastInstrCost
2014-04-02 Juergen RibutzkaAdd test case for [Constant Hoisting] Erase dead cast...
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 Adrian Prantltypo
2014-04-02 Juergen RibutzkaAdd comments and test case for [X86TTI] Make constant...
2014-04-02 Saleem AbdulrasoolARM: fixup tests to specify the target more explicitly
2014-04-02 Juergen RibutzkaAdd test case for [Stackmaps][X86TTI] Fix think-o in...
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 NorthoverSLPVectorizer: compare entire intrinsic for SLP compati...
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 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-02 Hal Finkel[LoopVectorizer] Count dependencies of consecutive...
2014-04-01 David BlaikieDebugLocEntry: Actually merge the loc entry when return...
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
next