LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
[oota-llvm.git] / test /
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Jakob Stoklund OlesenRevert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Benjamin KramerFix SCEV cache invalidation in LCSSA and LoopSimplify.
2012-10-26 Nadav RotemFix a crash in SimpliftDemandedBits of vectors of pointers.
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Rafael EspindolaFix unexpected passes. These test do work with LTO...
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
2012-10-25 Nadav RotemRevert 166726 because it may have broken a number of...
2012-10-25 Nadav RotemFix a crash in ValueTracking. Add support for vectors...
2012-10-25 Nadav RotemFix the cost-model test.
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Nadav RotemAdd the cpu model to the test.
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-10-25 Jakob Stoklund OlesenAlso optimize large switch statements.
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-25 Elena DemikhovskyThe test avx-intel-ocl.ll failed. I can't reproduce...
2012-10-25 Chandler CarruthTeach SROA how to split whole-alloca integer loads...
2012-10-25 Nadav RotemAdd support for additional reduction variables: AND...
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Chad RosierTell llvm-mc we're using intel syntax, so we don't...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-24 Hal FinkelUpdate GVN to support vectors of pointers.
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-24 Hal FinkelgetSmallConstantTripMultiple should never return zero.
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Duncan SandsAdd a testcase that would have noticed the typo fixed...
2012-10-24 Michael LiaoTeach DAG combine to fold (buildvec (Xint2fp x)) to...
2012-10-24 Michael LiaoAdd custom conversion from v2u32 to v2f32 in 32-bit...
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-24 Rafael EspindolaChange x86_fastcallcc to require inreg markers. This...
2012-10-23 Michael LiaoFix PR14161
2012-10-23 Nadav RotemUse the AliasAnalysis isIdentifiedObj because it also...
2012-10-23 Bill WendlingIgnore unreachable blocks when doing memory dependence...
2012-10-23 Michael LiaoEnable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from...
2012-10-23 Duncan SandsTransform code like this
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-22 Bill WendlingWhen a block ends in an indirect branch, add its succes...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Nadav RotemDon't crash if the load/store pointer is not a GEP.
2012-10-22 Nadav RotemAdd a testcase for the previous commit.
2012-10-22 Argyrios KyrtzidisRevert r166407 because it caused analyzer tests to...
2012-10-22 Hal FinkelBBVectorize should ignore unreachable blocks.
2012-10-22 Nadav RotemVectorizer: optimize the generation of selects. If...
2012-10-22 Nick LewyckyReapply r166405, teaching tailcallelim to be smarter...
2012-10-22 NAKAMURA TakumiRevert r166405, "Teach TailRecursionElimination to...
2012-10-21 Nick LewyckyTeach TailRecursionElimination to consider 'nocapture...
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
2012-10-21 Benjamin KramerRevert r166390 "LoopIdiom: Replace custom dependence...
2012-10-21 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-21 Nadav RotemFix a bug in the vectorization of wide load/store opera...
2012-10-21 Nadav RotemAdd support for reduction variables that do not start...
2012-10-21 Nadav RotemVectorizer: fix a bug in the classification of inductio...
2012-10-20 Nadav RotemFix an infinite loop in the loop-vectorizer.
2012-10-20 Benjamin KramerInstCombine: Fix an edge case where constant icmps...
2012-10-20 Nadav RotemVectorize: teach cavVectorizeMemory to distinguish...
2012-10-19 Nadav RotemVectorizer: Add support for loop reductions.
2012-10-19 Akira Hatanaka[mips] Use 64-bit registers to return an sret pointer...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.
2012-10-19 Benjamin KramerSimplifyLibcalls: The return value of ffsll is always...
2012-10-19 Daniel Dunbartests: Stop mangling '-vg' into the triple, we don...
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Benjamin KramerIndvars: Don't recursively delete instruction during...
2012-10-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
2012-10-19 Benjamin KramerSCEVExpander: Don't crash when trying to merge two...
2012-10-19 Stepan DyatkovskiyARM:
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-19 Nadav Rotemvectorizer: Add support for reading and writing from...
2012-10-18 Bob WilsonMark bugpoint tests with XFAIL when building with LTO...
2012-10-18 Daniel Dunbartest: Add a lit config variable to check if LTO is...
2012-10-18 Sebastian PopUse pre-python 2.5 syntax in lit.cfg.
2012-10-18 Sebastian PopClear unknown mem ops when merging stack slots (pr14090)
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-10-18 Nadav RotemIn SimplifySelectOps we pulled two loads through a...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 Michael LiaoRevert part of r166049 back and enable test case in...
2012-10-17 Michael LiaoDisable extract-concat test case temporarily
2012-10-17 Michael LiaoRevert r166049
next